0% found this document useful (0 votes)
251 views11 pages

The AI Agents Roadmap

The document outlines the fundamentals of AI agents, including their workflows, memory types, and core patterns like ReAct. It discusses various architectures for multi-agent systems and system design considerations for LLMOps, such as observability and cloud infrastructure. Additionally, it presents use cases for building AI agents from scratch, including code generation and automation tasks.

Uploaded by

tarupa123
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
251 views11 pages

The AI Agents Roadmap

The document outlines the fundamentals of AI agents, including their workflows, memory types, and core patterns like ReAct. It discusses various architectures for multi-agent systems and system design considerations for LLMOps, such as observability and cloud infrastructure. Additionally, it presents use cases for building AI agents from scratch, including code generation and automation tasks.

Uploaded by

tarupa123
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

The AI Agents

D MAP
ROA
From 0 to Agents in
Production
Agents Fundamentals

Workflows vs. Agents


RAG vs. Agentic RAG
Basic Agents Ingredients
Chaining
Routing
Tool use
Planning
Memory
Short-Term
Long-Term
LLM’s Memory
Full Fledged Agents
ReAct: The core pattern powering agents

Though, Act, Observation


Planning, Validating, Executing
One-shot query planning vs. Dynamic
Planning
Patterns

Workflows (predefined code paths)


Prompt Chaining
Parallelization
Semi-workflows (LLM controls predefined
control paths)
Orchestrator-worker
Evaluator optimizer pattern
Routing
Reflection
Pure agentic (full flexibility)
Multi-Agents Architectures

Network (or Swarm)


Supervisor
Supervisor (with tool-calling)
Hierarchical
Custom multi-agent workflow
System Design & LLMOps (1)
Observability
Prompt Monitoring
Prompt Versioning
User Feedback
LLM Evaluation
Serving
Deployment architectures (batch, real-
time, async)
Web Servers (e.g., FastAPI)
Infrastructure scaling
Inference optimization
System Design & LLMOps (2)
Cloud Infrastructure
AWS Cloud Architecture
IaC + CI/CD
Docker
CI/CD/CT
IaC
MCP
A2A
Model Gateway
Guardrails
Prompt Caching
Build from scratch use cases

Code generation
Deep research assistant
Article/post writing automation
Financial assistant
Knowledge base Q&A assistant
Link in the comments

You might also like