# Overview
[The Complete Guide to Building AI Agents for Beginners - YouTube](https://www.youtube.com/watch?v=MOyl58VF2ak)
![[2024-12-05_AI Agents.png]]
# Key Considerations
## Reasoning Paradigms
- ReAct (Reasoning and Action)
- ReWOO (Reasoning WithOut Observation)
## Types of Agents
- Simple Reflex Agents
- Model-based Reflex Agents
- Goal-based Agents
- Utility-based Agents
- Learning Agents
## Multi-Agent Frameworks
- [[AutoGen by Microsoft]]
- [[CrewAI]]
- [[Langchain]]
# Implementation Details
# Useful Links
# Related Topics
## Reference
#### Working Notes
#### Sources
- [GitHub - NirDiamant/GenAI\_Agents: This repository provides tutorials and implementations for various Generative AI Agent techniques, from basic to advanced. It serves as a comprehensive guide for building intelligent, interactive AI systems.](https://github.com/NirDiamant/GenAI_Agents)