CrewAI — Frameworks & SDKs
CrewAI, a production multi-agent framework with 5,000+ GitHub stars and 1,500+ company adoptions, offers role-based collaboration and async execution for building custom agent applications. The framew…
CrewAI, a production multi-agent framework with 5,000+ GitHub stars and 1,500+ company adoptions, offers role-based collaboration and async execution for building custom agent applications. The framew…
A developer built a multi-agent support ticket triage system using LangGraph that classifies tickets, routes them, and drafts replies, running locally with Ollama or via cloud API. The system escalate…
LangGraph enables developers to build stateful, autonomous AI agents for production-grade systems. A step-by-step guide demonstrates creating a financial research agent that gathers data, analyzes com…
A developer integrated the Model Context Protocol (MCP) and LangGraph to enable a large language model (LLM) to make tool calls from scratch, giving it the ability to interact with external services w…
A developer building a customer support bot encountered context loss issues and adopted the ReAct pattern to maintain conversation state. The pattern, implemented with LangGraph and MCP, uses Reasonin…
A developer created an open-source Python library called agent-cost-guardrails to prevent AI agent cost blowups. The library hooks into frameworks like CrewAI and AutoGen to enforce hard budget limits…
Pydantic AI and LangGraph are two frameworks for building AI agents, but they solve different problems: Pydantic AI focuses on structured output validation and tool calling, while LangGraph manages st…
A new website, Curated Collections, offers scenario-driven tool stacks that assemble 5-10 deep-dive tools into complete solutions for specific user scenarios, including AI agent ethics, multi-agent wo…
Octochains, a zero-dependency Python framework for parallel, isolated multi-agent reasoning and consensus, has been released. It executes domain specialists in parallel isolated threads to prevent cog…
The AI engineering ecosystem is shifting from monolithic LLM prompts to multi-agent, graph-based architectures. Developers are breaking complex tasks into discrete nodes within stateful directed graph…
A developer building an open-source AI agent runtime called AgentProof argues that trust in autonomous systems requires full observability and evaluation, demonstrating how a flight recorder revealed …
A developer building an AI-powered platform for rare disease diagnosis used SigNoz to add observability to a LangGraph-based multi-agent system. The system, which includes twelve components like an Or…
A developer outlines five foundational concepts in LangChain and LangGraph that AI engineers should understand: chains, tools, memory, agents, and graphs. Chains are linear pipelines for AI tasks, too…
The theoretical foundations of sequential agentic workflows using LangGraph, LangChain, and Groq, focusing on graph theory and state management to build state-driven AI systems. It describes how devel…
A LangGraph pipeline can complete successfully while silently taking the wrong path, a failure mode standard monitoring fails to catch. The author argues that routing decisions should be logged as dat…
LangGraph consulting engagements follow a structured process: a discovery week to define objectives, an architecture sketch with risk assessment, a four-week prototype sprint, and optional productioni…
Kastor, a new open-source tool, provides Terraform-style declarative specs for AI agents, allowing developers to define agents in versionable HCL files and compile them to target frameworks like LangG…
A Flutter and AI engineer released BrAIn, an open-source framework that uses a NATS pub/sub bus with reactive nodes instead of a chat loop for AI agents. The system allows nodes to have their own inte…
A developer built agent-redteam, a local adversarial harness that uses Claude to pentest a production copilot over a regulated document store. The tool only reports exploits it can prove via determini…
A developer evaluates CrewAI, a multi-agent orchestration framework, highlighting its strengths in decomposing complex tasks into focused subtasks with specialized agents, while noting limitations suc…