Training Curriculum
Agentic AI
Engineer
Go from GenAI basics to deploying production-ready autonomous agents. 8 weeks. 16 live sessions. Real projects at every step.
8
Weeks
16
Live Sessions
6+
Hands-On Projects
100%
Live & Instructor-Led
What You'll Build
RAG Systems · Autonomous Agents · Multi-Agent Workflows · Production APIs · Secure AI Apps
Your Learning Journey
01
Master GenAI Foundations
02
Build RAG Applications
03
Develop Autonomous Agents
04
Deploy to Production
05
Implement Security & Protocols
06
Complete Capstone Project
Week 1
GenAI Foundations & Prompt Engineering
2 Sessions
▼
Session 1Introduction to Generative AI
- Evolution from AI → ML → DL → Generative AI
- Core components: LLMs, Embeddings, Vector DBs, RAG, Agents
- Industry use cases in healthcare, legal, and retail
- Open vs closed source LLMs
Session 2Prompt Engineering & Introduction to RAG
Prompt Engineering
- Prompt structure and formatting best practices
- Zero-shot, Few-shot, Chain-of-Thought techniques
- ReAct, Tree-of-Thought, and prompt tuning strategies
- Common prompt pitfalls and debugging
Introduction to RAG
- Understanding RAG (Retrieval-Augmented Generation) concepts
- RAG pipeline overview and architecture
- When to use RAG vs fine-tuning
- RAG use cases and benefits
Week 2
Embeddings, Vector Databases & RAG Implementation
2 Sessions
▼
Session 3Embeddings & Models
- Introduction to text embeddings and semantic similarity
- Embedding models: OpenAI, Cohere, HuggingFace
- Understanding vector dimensions and inference performance
- Comparing cosine similarity vs Euclidean distance
- Embedding model selection and best practices
Session 4Building a Chatbot with RAG
Vector Databases
- Introduction to FAISS, Pinecone, Chroma, Weaviate
- Indexing strategies
- Vector CRUD operations and metadata filtering
- Performing semantic search over chunked documents
RAG Implementation
- Chunking, indexing, and context injection
- LangChain retriever + prompt + LLM orchestration
Hands-On Projects
Build a Chatbot with RAG · Resume Screening Application
Week 3
No-Code Platforms & Cloud RAG
2 Sessions
▼
Session 5No-Code Platforms & RAG with LangFlow
No-Code Platforms
- Overview of no-code platforms for GenAI development
- Rapid prototyping with visual builders
- Low-code/no-code RAG implementations
- Comparing different no-code platforms
RAG with LangFlow
- LangFlow overview and visual no-code workflow design
- Node types: retriever, prompt, LLM, output
- Building RAG pipelines visually
- Combining structured and unstructured tools
- Exporting and deploying LangFlow projects
Session 6RAG with Amazon Bedrock
- Introduction to AWS Bedrock and foundation models
- Using Titan, Claude, and other models via Bedrock
- Setting up and securing a RAG workflow in Bedrock
- Integration with AWS services: S3, RDS, DynamoDB
- Monitoring cost and performance optimization
- Best practices for production RAG on AWS
Learning Outcomes
- Deploy RAG applications on AWS infrastructure
- Leverage managed LLM services effectively
- Optimize for cost and performance in cloud environments
Week 4
Agentic AI
2 Sessions
▼
Session 7Introduction to Agents
- What is Agentic AI? Understanding Tools, Memory, and Planning
- Agent architecture and decision-making workflows
- Agent types: ReAct, Function Calling, Tool-using agents
- Agent reasoning loops and execution patterns
- When to use agents vs traditional RAG
- Agent use cases across industries
Session 8Build Agents with Agno Framework
- Introduction to Agno Framework
- Building functional agents with Agno
- Tool integration and execution patterns
- Implementing agent memory and state management
- Agent debugging and testing strategies
- Advanced agent patterns with Agno
Hands-On Project
Build autonomous agents using Agno Framework
Week 5
Agentic AI Frameworks
2 Sessions
▼
Session 9Agentic AI with CrewAI Framework
- Introduction to CrewAI framework
- CrewAI architecture: roles, tasks, and collaborative agents
- Designing multi-agent systems and workflows
- Assigning memory and tools to individual agents
- Simulating agent-based research and review processes
- Agent coordination and communication patterns
- Evaluating multi-agent output quality
Session 10Agentic AI with LangFlow Framework & No-Code Platforms
Agentic AI with LangFlow
- Using LangFlow to wire agents visually
- Creating custom tools and chaining agent steps
- Building multi-turn conversational agents with memory
- Agent workflow design and optimization
- Exporting and reusing LangFlow agent configurations
No-Code Platforms for Agents
- No-code agent builders and platforms
- Comparing LangFlow with other no-code solutions
- Best practices for visual agent development
Week 6
Deployment, Observability & Evaluation
2 Sessions
▼
Session 11Deploy AI Applications (FastAPI, Docker, Google Cloud Run)
FastAPI for Production
- Building production-ready APIs with FastAPI
- Request/response handling and validation
- Authentication and authorization
- API documentation with Swagger/OpenAPI
Docker & Cloud Run
- Containerization fundamentals with Docker
- Creating Dockerfiles for GenAI applications
- Deploying containerized applications to Cloud Run
- Serverless scaling and CI/CD pipelines
- Cost optimization strategies on Cloud Run
Session 12Observability & Evaluation (LangSmith, LangWatch)
LangSmith for Monitoring
- Logging prompt input/output, latency, and user feedback
- Tracing tool calls and memory steps in LangChain apps
- Evaluating hallucinations and response grounding
- Debugging and troubleshooting with LangSmith
LangWatch for Improvement
- Live monitoring and real-time analytics
- Prompt scoring and quality metrics
- User feedback collection and analysis
- Custom evaluation functions (RAGAS, MT-Bench)
Week 7
Advanced Protocols & Security
2 Sessions
▼
Session 13Deployment & Guardrails (MCP & A2A Protocols)
Model Context Protocol (MCP)
- Understanding MCP architecture and design principles
- Connecting AI models to external data sources
- Building MCP servers and clients
- Use cases: database integration, API connections, tool access
Agent-to-Agent (A2A) Protocols
- Introduction to A2A communication standards
- Inter-agent communication patterns and protocols
- Message passing and coordination mechanisms
- Integration with CrewAI, LangChain frameworks
- Handling agent failures and error recovery
Session 14GuardRails & LLM Guard
AI Safety Mechanisms
- Content filtering and moderation strategies
- Prompt injection prevention techniques
- Output validation and sanitization
- Implementing Guardrails AI & NeMo Guardrails
LLM Guard & Security
- Introduction to LLM Guard
- Input/output validation and security testing
- Adversarial attack prevention and mitigation
- Jailbreak prevention strategies
Learning Outcomes
- Implement comprehensive safety mechanisms for GenAI
- Secure GenAI applications against common threats
- Build responsible AI systems with proper guardrails
Week 8
ML Fundamentals & Capstone Project
2 Sessions
▼
Session 15Introduction to ML Models and ML Use Cases
ML Fundamentals
- Overview of traditional ML models vs GenAI
- Supervised, unsupervised, and reinforcement learning
- Common ML algorithms: regression, classification, clustering
- When to use ML vs LLMs · Hybrid approaches
ML Use Cases
- Predictive analytics and forecasting
- Anomaly detection and pattern recognition
- Recommendation systems
- Computer vision and image processing
- Combining ML models with LLMs
Session 16Use Cases & Project Assessment
Use Cases Deep Dive
- Healthcare: diagnostic assistants, medical record analysis
- Legal: contract analysis, legal research automation
- HR: resume screening, candidate matching
- Finance: fraud detection, financial analysis
- Retail, Education, Customer Service
Required Architecture Components
- Embeddings: text embedding and semantic search
- RAG: Retrieval-Augmented Generation pipeline
- Agents: autonomous agents with tools and memory
- Guardrails: safety mechanisms and content filtering
- Observability: monitoring, logging, and evaluation
Capstone Project
Choose a domain and build a comprehensive end-to-end GenAI application incorporating all course components.
Ready to Become an Agentic AI Engineer?
8 weeks. 16 live sessions. Real projects. Join professionals from Microsoft, Comcast and Citi Bank who've trained with BuraqAI.

