agent frameworks
65 articles · 15 co-occurring · 1 contradictions · 101 briefs
complete, hands-on guide to engineering production-ready AI agents using LangChain, the leading open-source framework" — LangChain is explicitly the subject framework for building AI agents; article d
[STRONG] "the most successful implementations weren't using complex frameworks or specialized libraries. Instead, they were building with simple, composable patterns" — Based on dozens of production implementations, article challenges the assumption that complex frameworks are necessary for effective agent systems
complete, hands-on guide to engineering production-ready AI agents using LangChain, the leading open-source framework" — LangChain is explicitly the subject framework for building AI agents; article d
The Year of the Agent: Types, Evolution, and Frameworks. 5 rules for building robust agents in the wild. Sharing some best practices from working on several enterprise ai implementations" — Article pr
we automated our blog content with two agent systems built on the Claude Agent SDK. The first runs weekly. An agent searches for the week's AI news, writes a full article, builds the site, and opens a
It implements every pattern described in Building Effective Agents, and does so in a composable way, allowing you to chain these patterns together" — mcp-agent is a framework implementing established
LangChain is an open source framework with pre-built agent architectures and as integrations to models, tools, and databases to start building agents quickly." — Article presents LangChain as a concre
Until recently, every agent framework invented its own way to connect agents to tools — creating a fragmented ecosystem where tools built for one framework did not work with another." — Article identi
you need both. A framework to build and orchestrate your agents, and a protocol to connect them with agents you don't control. Today, most teams pick a framework and ignore the protocol layer" — Artic
OpenClaw, an open-source autonomous agent framework that enables LLM-powered agents to execute real actions: managing files, running code, controlling browsers, and engaging with external platforms th
the most successful implementations weren't using complex frameworks or specialized libraries. Instead, they were building with simple, composable patterns" — Based on dozens of production implementat
Introducing eve, an agent framework." — Eve is presented as a concrete agent framework, demonstrating the practical implementation of agent framework architecture.
[DIRECT] "The MCP ecosystem has grown from a handful of reference implementations to thousands of servers in just over a year." — Article demonstrates rapid ecosystem growth and adoption of MCP as a s
supercharge your Claude Code agents by adding MCP servers" — Article extends agent framework capabilities by showing how MCP servers enable Claude Code agents to access live data and APIs
This markdown-based convention makes agent behavior far more predictable across diverse repositories and build systems" — AGENTS.md adds a new dimension to agent framework specification by standardizi
Frameworks like LangChain and LlamaIndex provide the "plumbing," while CWA provides the architectural blueprint. This shifts development from tool-driven to architecturally-driven, leading to cleaner,
support now available across major AI platforms, including OpenAI, Gemini, and Google's Vertex AI" — Article demonstrates 12 frameworks with MCP support, showing maturation of agent framework ecosyste
AI agent building tools enable users to configure Model Context Protocol (MCP) servers... Upsonic and Flowise frameworks restrict MCP configuration commands but allow npx with -c flag for arbitrary co
LangChain, LangGraph, and Model Context Protocol" — Article is a technical guide covering multiple agent framework implementations (LangChain, LangGraph, MCP)
the AutoGen and Semantic Kernel teams came together to create Microsoft Agent Framework, and a big chunk of my efforts went into this" — Microsoft Agent Framework represents a production agent framewo
Deep agents are built on LangGraph's state machine, giving you all the benefits of structured agent orchestration without having to build it yourself" — Article validates LangGraph as production-grade
Will you go with the long-standing LangGraph, or the newer entrant LlamaIndex Workflows? Or use a collective agent orchestration tool like CrewAI?" — Article provides concrete examples of multiple age
We're releasing an extensible Claude Code SDK, so you can build your own agents and applications using the same core agent as Claude Code." — Article demonstrates extensible agent framework pattern: C
open source & model agnostic" — Letta Code SDK is presented as an open-source, model-agnostic agent framework, demonstrating alternative approaches to proprietary agent SDKs.
Flue is explicitly a framework for building agents, but the announcement doesn't explore how it handles context or state management unique to agents.
langchain + crew ai for most projects and applications" — Developers explicitly recommend LangChain and CrewAI as primary frameworks for agent development
For this, we're going to use McpServer from the modelcontextprotocol SDK. The SDK supports: Resources, Tools, Prompts." — Article demonstrates practical use of MCP SDK with concrete implementation of
Type-safe agent framework from the Pydantic team with a FastAPI-style developer experience" — Article demonstrates how modern agent frameworks (PydanticAI, CopilotKit, OpenAI Agents SDK) are evolving
[INFERRED] "Build a Working Claude Managed AI Agent in 15 Minutes — end-to-end workflow from setup to Streamlit deployment" — Tutorial demonstrates complete agent framework implementation using Claude
Flue is like Astro or Next.js for agents" — Article demonstrates Flue as a concrete framework implementation for agent development, drawing explicit parallel to successful web frameworks.
Core Frameworks: AutoGen - Microsoft's framework for building multi-agent conversational systems; MetaGPT - Multi-agent framework for software development with role assignment; agentUniverse - Enterpr
LangGraph is an extension of the famous LangChain package, which is a lot more complex than both autogen and CrewAI but gives way more flexibility and customization compared to other" — Article provid
We launched LangGraph in early 2024 as a new take on an agentic framework. Incorporating lessons learned from LangChain, we made LangGraph very low level, controllable agentic framework." — LangGraph
Set up a full-stack deep AI research assistant, featuring a React frontend and a LangGraph backend" — Demonstrates full-stack architecture using LangGraph as the agent framework backend
Learn how to build AI agents with LangChain. Get started quickly using pre-built architectures" — LangChain is a concrete framework/tool for building AI agents with pre-built components
harness-agnostic agent trajectories" — Proposes standardization across different agent harnesses/frameworks to enable interoperability
Tools like LangChain, AutoGen, CrewAI, and MetaGPT provide abstractions that make it easier to define agents, manage prompts, and coordinate interactions" — Article explicitly lists orchestration fram
LangGraph vous donne le contrôle dont vous avez besoin le jour où un agent déraille en production. CrewAI affiche aussi plus de 12 millions d'exécutions d'agents par jour en prod" — Article provides e
Agent Development Kit (ADK), we introduced graph-based workflows, collaborative agents, and a formalized skills framework" — Article presents ADK as a concrete agent framework with specific features f
Letta is an agent framework offering memory management as a core capability.
Manus shared lessons from rebuilding their agent framework four times (July 2025). Anthropic followed with their guide on effective context engineering for agents (September 2025)" — Article cites Man
For anyone building AI agents or LLM-powered applications, understanding context engineering isn't just useful — it's becoming essential for creating systems that actually work in production environme
Alibaba multi-agent framework with distributed deployment and fault tolerance for production use" — AgentScope demonstrates production-ready agent framework patterns with distributed deployment capabi
We explain the key differences between workflows and agents, when to use each approach, and how to implement them effectively. We also cover the benefits you can gain from using LangGraph as a framewo
We'll use AG2 (formerly AutoGen), a powerful multi-agent framework, paired with local LLMs running on Ollama or LM Studio" — Article provides a practical tutorial on implementing multi-agent systems u
Just when you think you've finally mastered a new AI framework, the game changes again. While working on a LangChain project, a warning popped up on my screen: "You should be using LangGraph."" — Arti
But to make this happen, developers had to write a lot of glue code." — Articulates the fundamental problem MCP addresses: eliminating repetitive glue code burden on developers when integrating tools
we focused on control and durability. This post shares our design principles and approach to designing LangGraph" — LangGraph is a concrete implementation of agent framework design with explicit focus
Create breakthrough productivity with one of the industry's most comprehensive set of capabilities for helping businesses build, customize and manage AI agents and assistants" — Article describes IBM'
Top 10 AI Agent Frameworks for 2025: LangChain Leads" — Article directly catalogs and compares leading AI agent frameworks including LangChain, CrewAI, and AutoGPT
a new wave of Agentic AI frameworks has emerged — making it easier for developers to orchestrate intelligent agents powered by large language models (LLMs)" — Article provides evidence that agentic AI
This is our coolest memory innovation in a long time." — Letta's memory innovation is positioned as a core framework advancement that enhances agent capabilities and distinguishes it from competing ag
Get daily briefs + MCP graph access.
Subscribe free →