agent frameworks
52 articles · 15 co-occurring · 0 contradictions · 49 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
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
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
open source & model agnostic" — Letta Code SDK is presented as an open-source, model-agnostic agent framework, demonstrating alternative approaches to proprietary agent SDKs.
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
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
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
Install FastMCP framework pip install fastmcp python-json-logger" — FastMCP demonstrates framework abstraction reducing MCP server implementation complexity while maintaining protocol compliance.
LangChain Tutorial. Build AI Agents That Ask for Help" — Article is a LangChain/LangGraph tutorial demonstrating framework capabilities for building agents with human intervention patterns
frameworks like AutoGen and CrewAI" — Article covers practical frameworks (AutoGen, CrewAI, LangGraph) as foundational tools for agent development
[DIRECT] "onboarding to newer APIs like Claude Managed Agents" — Article demonstrates Claude Code's integration with Claude Managed Agents as an onboarding feature, showing agent framework adoption.
[INFERRED] "real-world implementation" — Article focuses on practical implementation patterns using established agent frameworks
[direct] "this video will teach you a lot about Claude Code and other agent harnesses" — Article explicitly teaches Claude Code as an implementation example within the broader category of agent harnes
[INFERRED] "Full Walkthrough using LangChain" — Content demonstrates hands-on use of LangChain framework for building AI agents from start to finish
[INFERRED] "What Are AI Agents?" — Article introduction asks foundational question about AI agents, establishing context for framework comparison and agent development concepts.
dspy program will stream in whenever it's ready" — The author demonstrates using DSPy as a framework to build autonomous programs that execute concurrently and integrate with user workflows.
Tweet mentions agents but without technical detail about how frameworks handle context/state across agent interactions.
Get daily briefs + MCP graph access.
Subscribe free →