Agent Teams
Multi-agent orchestration, coordination, and communication patterns
Build a playbook about Agent Teams
Save articles from this feed, then generate a personalized implementation guide
LangChain v1.3.0a1 is an alpha release featuring stream_events(version='v3') protocol integration into create_agent, HITL middleware enhancements with a 'respond' decision, and performance optimizations including reduced agent state inlining and LRU caching for type resolution. The release includes updates across multiple partner packages (Fireworks, Anthropic, OpenAI), dependency bumps for security (Pygments CVE-2026-4539, cryptography), and improvements to token counting, middleware initialization speed, and agent configuration. Key infrastructure changes include content-block-centric streaming (v2), dynamic tool registration via middleware, and enhanced LangSmith integration metadata.
★★★★★crewAI v1.14.5a1 introduces the `restore_from_state_id` kickoff parameter for state management and enhances the ExaSearchTool with highlights while renaming it from EXASearchTool. Bug fixes address missing crewai pin sites in the release flow and ensure proper skills loading events for traces. This alpha release includes documentation updates and contributions from five team members.
★★★★★OpenAI Agents Python v0.15.0 introduces explicit model refusal handling through a new `ModelRefusalError` exception, replacing previous behavior where refusals were treated as empty output or caused retry loops. The release includes a `model_refusal` error handler that allows developers to gracefully handle refusals without raising exceptions. For structured-output agents, handlers can return values matching the output schema for validation. Additional updates include documentation improvements and dependency bumps.
★★★★★OpenClaw v2026.4.29-beta.4 introduces significant enhancements across messaging, memory, provider coverage, and reliability. Key additions include active-run steering by default, a people-aware wiki with provenance views, NVIDIA provider onboarding, and improved gateway/channel reliability. Security improvements include OpenGrep scanning and sharper GHSA triage policies, while multiple channel fixes address Slack, Telegram, Discord, WhatsApp, and Teams edge cases.
★★★★★OpenClaw v2026.4.29 is a major release introducing active-run steering for messaging, people-aware memory wiki with provenance tracking, expanded provider coverage (NVIDIA, Bedrock), and enhanced reliability across gateway, channels, and security. Key improvements include opt-in follow-up commitments with heartbeat delivery, per-conversation Active Memory filters, faster model manifest paths, and comprehensive channel fixes for Slack, Telegram, Discord, WhatsApp, and Teams. Security enhancements add OpenGrep scanning and safer exec/pairing handling.
★★★★★crewAI v1.14.4 introduces enhanced persistence customization, expanded cloud provider support (Azure OpenAI, Vertex AI), and new research tools (Tavily, You.com MCP). The release includes 12 bug fixes addressing JSON handling, message preservation, credential forwarding, and multimodal input support. Documentation updates cover E2B and Daytona sandbox tools.
★★★★★OpenClaw v2026.4.29-beta.2 introduces significant enhancements across messaging, memory, provider coverage, and reliability. Key additions include active-run steering for messaging, a people-aware wiki with provenance tracking, NVIDIA provider onboarding, and improved channel resilience across Slack, Telegram, Discord, and others. Security improvements include OpenGrep scanning and stricter tool-scope handling, while operational reliability focuses on slow-host startup diagnostics and session recovery.
★★★★★crewAI v1.14.4a1 is a pre-release update focusing on bug fixes and documentation improvements. Key fixes address LLM chat failures, message state management in executors, trained-agent file handling, multimodal input support, and JSON serialization issues. The release includes new documentation for sandbox tools (E2B, Daytona), Vertex AI setup, and You.com MCP integration, plus security updates to litellm.
★★★★★OpenClaw v2026.4.26 introduces major enhancements to real-time communication, plugin architecture, and migration tooling. Key additions include a generic browser real-time transport contract, Cerebras provider integration, asymmetric embedding support for memory search, and bundled importers for Claude and Hermes configurations. The release also includes numerous stability fixes for gateway operations, plugin discovery, and device token handling.
★★★★★This guide demonstrates how to build Claude Managed Agents with persistent memory capabilities that learn and retain user preferences across multiple sessions. Users create a memory store, configure a shopping agent with file access tools, and show how the agent automatically reads and updates customer preferences on repeat visits. The memory system uses a simple file-based approach mounted at /mnt/memory/ that both the agent and application can access via API.
★★★★★OpenClaw v2026.4.24 introduces Google Meet as a bundled participant plugin with real-time voice capabilities, adds DeepSeek V4 models to the default catalog, and enhances browser automation with coordinate clicks and improved action budgets. The release significantly lightens plugin and model infrastructure at startup through static catalogs and lazy dependencies, while implementing breaking changes to plugin SDK tool-result transforms that require migration to the new `registerAgentToolResultMiddleware` API.
★★★★★OpenClaw v2026.4.24-beta.1 introduces Google Meet as a bundled participant plugin with real-time voice capabilities, adds DeepSeek V4 models to the default catalog, and implements WebRTC-backed realtime voice loops across Talk, Voice Call, and Google Meet. The release includes browser automation improvements (coordinate clicks, longer action budgets, per-profile headless overrides), lighter plugin/model infrastructure at startup, and breaking changes to plugin SDK tool-result transforms requiring migration to `registerAgentToolResultMiddleware`.
★★★★★crewAI v1.14.3 introduces lifecycle events for checkpoint operations, adds support for e2b and Bedrock V4, and enhances sandbox capabilities with Daytona tools. The release includes significant bug fixes for checkpoint serialization, execution tracking, and streaming tool calls, plus a ~29% cold start optimization. Security patches for lxml and python-dotenv dependencies are also included.
★★★★★OpenClaw v2026.4.23-beta.6 introduces significant enhancements to image generation across multiple providers (OpenAI, OpenRouter), adds optional forked context for subagents, implements per-call timeout support for generation tools, and includes configurable local embedding context sizes. The release also delivers numerous fixes for Codex harness routing, media handling, provider authentication, and UI persistence, improving reliability across chat platforms including Slack, Telegram, WhatsApp, and WebChat.
★★★★★OpenClaw v2026.4.23 introduces significant enhancements to image generation across multiple providers (OpenAI, OpenRouter), adds optional forked context for subagents, implements per-call timeout support for generation tools, and includes configurable local embedding context sizes. The release also fixes numerous issues related to Codex harness routing, media handling, provider authentication, and streaming behavior across multiple platforms including WhatsApp, Slack, and Telegram.
★★★★★OpenClaw v2026.4.23-beta.4 introduces significant enhancements to image generation across multiple providers (OpenAI, OpenRouter), adds optional forked context for subagents, implements per-call timeout support for generation tools, and includes configurable local embedding context sizes. The release also delivers numerous fixes for Codex harness routing, media handling across platforms (WhatsApp, Telegram, Slack), transcript replay behavior, and provider authentication flows to improve reliability and user experience.
★★★★★OpenClaw v2026.4.23-beta.5 introduces significant enhancements to image generation across multiple providers (OpenAI, OpenRouter), adds optional forked context for subagents, implements per-call timeout support for generation tools, and includes configurable local embedding context sizes. The release fixes numerous issues across Codex harness routing, media handling, provider authentication, and UI persistence, while updating Pi dependencies to v0.70.0 and improving debug logging for harness selection decisions.
★★★★★Google ADK Python v2.0.0-beta.1 marks the transition to Beta phase with significant architectural improvements. Key additions include a full Workflow graph orchestration system with NodeRunner for execution isolation, explicit ReAct loop nodes for agent execution, and Human-in-the-loop resumption capabilities. The release also addresses a critical RCE vulnerability in YAML configuration handling and optimizes performance for single-turn LLM agents.
★★★★★Claude Code v2.1.117 introduces significant improvements to subagent forking, MCP server handling, model selection persistence, and plugin management. The release includes performance optimizations for startup and file searches, enhanced OpenTelemetry observability, and numerous bug fixes across OAuth, WebFetch, proxy handling, and context window calculations. Key additions include experimental Advisor Tool improvements, native build optimizations using embedded tools, and better error handling for plugin dependencies and marketplace enforcement.
★★★★★crewAI v1.14.3a2 introduces support for AWS Bedrock V4 and Daytona sandbox tools while expanding documentation with an AI-native 'Build with AI' page across multiple languages. The release includes critical bug fixes for event propagation, batch initialization, task serialization, and guardrail handling, plus a security update to python-dotenv. This alpha release enhances the platform's capabilities for AI agent development with improved infrastructure support and developer resources.
★★★★★