Skip to main content

10 docs tagged with "agent-frameworks"

View all tags

AutoGen Conversational Agents

Microsoft AutoGen v0.4 - event-driven multi-agent runtime, AgentChat teams, code execution, and production patterns for conversational AI systems.

CrewAI Multi-Agent Systems

CrewAI in production - agents, tasks, crews, memory systems, Flows, and deep-dive patterns for role-based multi-agent pipelines.

Framework Comparison

Comprehensive comparison of LangGraph, CrewAI, AutoGen, LlamaIndex, and raw API across 12 production dimensions - with decision flowchart and real case studies.

LangGraph for Stateful Agents

Graph-based stateful agent orchestration with LangGraph - StateGraph, typed state, nodes, conditional edges, checkpointing, and human-in-the-loop.

LlamaIndex Architecture

LlamaIndex's document-centric agent framework - VectorStoreIndex, QueryEngine, FunctionCallingAgent, and the Workflow event-driven orchestration model.

Production Lessons

12 hard-won lessons from deploying agentic systems at scale - each with a war story, a principle, and a code pattern you can use today.

Raw API Agent Patterns

Building production agents with just the Anthropic SDK - the agentic loop, tool handling, context management, cost tracking, and a complete 200-line implementation.

When to Use a Framework

The framework vs raw API decision for agents - what abstractions cost, what they provide, and a decision tree based on your actual requirements.