Building Multi-Agent Teams with AutoGen: Deep Dive Part 2
Author(s): Aayushi_Sharma Originally published on Towards AI. 🧠 What happens when a single AI agent isn’t enough to solve a problem? In the first part of our AutoGen series, we explored the foundations of this powerful multi-agent framework — its architecture, agent …
Human in the loop AI Workflows using Langgraph
Author(s): Aayushi_Sharma Originally published on Towards AI. 🔥What if you could pause an autonomous AI agent mid-task and steer it in the right direction — live? As AI agents become more powerful and autonomous, the need for human-in-the-loop (HITL) systems has never …
Human in the loop AI Workflows using Langgraph
Author(s): Aayushi_Sharma Originally published on Towards AI. 🔥What if you could pause an autonomous AI agent mid-task and steer it in the right direction — live? As AI agents become more powerful and autonomous, the need for human-in-the-loop (HITL) systems has never …
Complete Guide to Building Multi-Agent workflows in Langgraph: Network and Supervisor Agents
Author(s): Aayushi_Sharma Originally published on Towards AI. “What if your AI agents could collaborate like a team of experts, rather than working in silos?” In the evolving world of AI development, agent collaboration is fast becoming the next frontier. Imagine building workflows …
Building ReAct agents with Memory using LangGraph
Author(s): Aayushi_Sharma Originally published on Towards AI. “How do AI agents decide when to think, when to act, and when to stop?” Welcome to the world of ReAct Agents — powerful AI workflows that combine reasoning and actions. If you’ve ever wondered …
Build Smarter Agentic AI Apps with Pydantic: A Beginner’s Guide
Author(s): Aayushi_Sharma Originally published on Towards AI. Introduction Maybe you’re working with user data, building an API, or connecting different parts of a program — whatever the case, bad data can break your code. pydanticThis guide explains how Pydantic can be utilized …
Build Your Own AI Assistant with RAG: A Practical Guide for GenAI Engineers
Author(s): Aayushi_Sharma Originally published on Towards AI. Build Your Own AI Assistant with RAG: A Practical Guide for GenAI Engineers “How can I make ChatGPT answer questions from my own documents?” If you’ve ever wondered that, you’re in the right place. Welcome …
LangGraph 101: What Every AI Engineer Should Know
Author(s): Aayushi_Sharma Originally published on Towards AI. 💡 “Ever wondered how an AI assistant can decide what to do next, like a human?” Behind the scenes, most LLM apps follow a linear flow — input in, output out. But real-world tasks aren’t …