The three components of an AI Agent are:
- Brain (LLM – Chatgpt, Claude, Deepseek): Handles reasoning, plans, and generates responses to queries.
- Memory: agent remembers past interactions to craft an accurate response to a request
- Tools: :
- Retrieve data: scrape the web for information
- Trigger action: send email, update database, send notification
- orchestrate: trigger workflows, call other agents, chain workflows
Tools include: Gmail, Slack, any service with an API that the AI Agent can connect to and interact with.

