Agent DailyAgent Daily

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

See a sample →
171 results
RELintermediate
[Release] anthropics/claude-code v2.1.174: v2.1.174

Claude Code v2.1.174 release includes UI improvements for model selection, fixes for environment variable inheritance in background sessions, corrections to Bedrock GovCloud region handling, and enhanced usage attribution tracking in VSCode. The update addresses multiple edge cases affecting model display, authentication, and performance, particularly for enterprise users with specialized billing configurations.

ashwin-antJun 12, 2026
RELintermediate
[Release] crewaiInc/crewAI 1.14.7: 1.14.7

crewAI v1.14.7 introduces pluggable backends for memory, knowledge, RAG, and flow management, along with a native Snowflake Cortex LLM provider and chat API for conversational flows. The release includes significant bug fixes for checkpoint restoration, telemetry, file input handling, and security vulnerabilities. Performance improvements focus on lazy-loading docling imports to speed up crewai imports, while refactoring decouples conversational logic and splits flow.py into modular components.

greysonlalondeJun 12, 2026
RELintermediate
[Release] crewaiInc/crewAI 1.14.7rc1: 1.14.7rc1

CrewAI 1.14.7rc1 introduces runtime state management improvements with a new `reset_runtime_state` feature to prevent accumulated bus state, decouples conversation logic from runtime with a `conversational_definition`, and fixes critical issues around runtime state scoping per run to prevent growth and isolate concurrent runs. The release includes bug fixes for telemetry setup and event suppression, along with documentation updates for OpenTelemetry and refactoring improvements to flow condition evaluation and conversation routing.

greysonlalondeJun 11, 2026
RELintermediate
[Release] crewaiInc/crewAI 1.14.7rc2: 1.14.7rc2

crewAI releases version 1.14.7rc2, a release candidate that addresses a critical bug in snapshot restoration. The main fix gates the restore functionality on a flag to prevent live snapshots from being replayed during resume operations. This update includes documentation updates to the changelog and version information for the previous rc1 release.

greysonlalondeJun 11, 2026
RELintermediate
[Release] anthropics/claude-code v2.1.172: v2.1.172

Claude Code v2.1.172 introduces hierarchical sub-agent spawning (up to 5 levels deep), improves AWS region configuration handling for Bedrock, and adds a marketplace search feature. The release includes numerous bug fixes addressing context management, session stability, model selection, and UI responsiveness issues. Performance optimizations reduce CPU usage and improve message handling in long conversations.

ashwin-antJun 11, 2026
TUTintermediate
Async multi-agent orchestration Jun 2026 • Agent Patterns Two async multi-agent patterns — a fixed N-agent team with peer messaging through a shared hub, and dynamically spawned async subagents — reduced to their bare messaging and lifecycle mechanics.

This cookbook demonstrates two async multi-agent orchestration patterns using Claude: a fixed N-agent team with peer messaging through a shared hub, and dynamically spawned async subagents. Built on the Anthropic Python SDK and asyncio, it provides bare messaging and lifecycle mechanics without domain-specific tasks, allowing developers to see exactly which tools fire and in what order before adding their own tools and logic. The patterns run on any API key in under thirty seconds and include a message hub, messaging tools (send_message and wait_for_message), and a base agent loop that handles tool dispatching and inbox management.

Jun 10, 2026
RELintermediate
[Release] crewaiInc/crewAI 1.14.7a4: 1.14.7a4

crewAI v1.14.7a4 introduces runtime migration for @listen/@router decorators to read from FlowDefinition and adds pluggable default backends for memory, knowledge, RAG, and flow components. This release enhances the framework's flexibility by allowing developers to swap backend implementations without code changes. The update includes documentation updates and contributions from three core team members.

greysonlalondeJun 10, 2026
RELintermediate
[Release] openclaw/openclaw v2026.6.5-beta.6: openclaw 2026.6.5-beta.6

OpenClaw v2026.6.5-beta.6 introduces critical fixes for QQBot reasoning stripping, MCP tool result coercion to prevent API errors, improved Anthropic extended-thinking recovery, Parallel web-search provider bundling, and enhanced durability for auth/plugin state via SQLite. The release strengthens security around MCP leases, prompt-cache tool names, and HTTP tools while improving macOS node stability and upgrade safety across multiple platforms.

github-actions[bot]Jun 9, 2026
RELintermediate
[Release] crewaiInc/crewAI 1.14.7a3: 1.14.7a3

crewAI v1.14.7a3 is a patch release addressing critical security vulnerabilities and bug fixes. Key improvements include fixing the exposure of `ask_for_human_input` on the experimental AgentExecutor, resolving CVEs in dependencies (aiohttp, docling, docling-core, pip), and refactoring the `@start` decorator to read from FlowDefinition. This release maintains stability while enhancing security posture and internal architecture.

greysonlalondeJun 9, 2026
RELintermediate
[Release] anthropics/claude-code v2.1.169: v2.1.169

Claude Code v2.1.169 introduces safe mode for troubleshooting, a `/cd` command for directory switching without breaking prompt cache, and a `disableBundledSkills` setting to control skill visibility. The release includes numerous bug fixes for MCP policy enforcement, UI responsiveness, remote session handling, and background agent reliability. Performance improvements reduce CPU usage during streaming and fix stalls on macOS and Windows.

ashwin-antJun 9, 2026
RELintermediate
[Release] openclaw/openclaw v2026.6.5-beta.3: OpenClaw 2026.6.5-beta.3

OpenClaw v2026.6.5-beta.3 introduces critical fixes for model reasoning leakage in QQBot, MCP tool result coercion to prevent API errors, improved Anthropic extended-thinking session recovery, and a new bundled Parallel web-search provider. The release strengthens security around tool access, improves provider/model resolution reliability, and enhances durability of auth and plugin state through SQLite persistence. Multiple platform-specific improvements address macOS node reconnection issues, Matrix voice/thread handling, and mobile UI clarity.

vincentkocJun 9, 2026
RELintermediate
[Release] openclaw/openclaw v2026.6.5-beta.5: openclaw 2026.6.5-beta.5

OpenClaw v2026.6.5-beta.5 introduces critical stability and safety improvements across multiple channels and providers. Key fixes include QQBot reasoning stripping, MCP tool result coercion to prevent API errors, Anthropic extended-thinking session recovery, and Parallel web-search bundling. The release strengthens auth durability, provider model resolution, and agent/tool/provider loop safety while improving macOS node mode reliability and upgrade path safety.

github-actions[bot]Jun 9, 2026
RELintermediate
[Release] anthropics/claude-code v2.1.166: v2.1.166

Claude Code v2.1.166 introduces fallback model configuration for improved reliability, adds glob pattern support for tool access control, and hardens cross-session messaging security. The release includes numerous bug fixes for terminal compatibility, image processing, remote sessions, and managed settings enforcement. Key improvements enhance user experience across JetBrains IDEs, terminal protocols, and background agent sessions.

ashwin-antJun 6, 2026
RELintermediate
[Release] crewaiInc/crewAI 1.14.7a2: 1.14.7a2

crewAI v1.14.7a2 introduces conversational flow traces support with enhanced LLM event transparency, including real finish_reason, sampling parameters, and response IDs. The release refactors the flow DSL into focused decorator modules and implements a chat API for conversational flows. Key improvements include type-aware route decorators, overridable locking backends, and flattened LiteLLM usage tracking, alongside new NVIDIA Nemotron documentation and monorepo deployment guides.

lorenzejayJun 6, 2026
RELintermediate
[Release] anthropics/claude-code v2.1.163: v2.1.163

Claude Code v2.1.163 introduces version management controls via `requiredMinimumVersion` and `requiredMaximumVersion` settings, adds a `/plugin list` command with filtering, and enhances the `/btw` command with clipboard copying. The release includes significant bug fixes for bash command execution on Windows/Bazel/EDR systems, background session management, terminal responsiveness, and permission rule application. Multiple stability improvements address hook conditions, keyboard input, and background agent updates.

ashwin-antJun 5, 2026
RELintermediate
[Release] anthropics/claude-code v2.1.162: v2.1.162

Claude Code v2.1.162 introduces improved session management with the `waitingFor` field in JSON output, enhanced slash command behavior with confirmation before execution, and a persistent Remote Control footer. The release fixes critical issues including read-only config directory handling, WebFetch permission precedence, Windows path matching in permission rules, and MCP timeout configuration. UI improvements include quieter startup messaging, full terminal-width status display, and better error reporting across agents, LSP tools, and cross-session messaging.

ashwin-antJun 4, 2026
RELintermediate
[Release] crewaiInc/crewAI 1.14.7a1: 1.14.7a1

crewAI 1.14.7a1 introduces native Snowflake Cortex LLM provider support and crew trained agents file functionality. The release includes integration guides for Databricks and Snowflake, fixes critical CLI and file input issues, and improves import performance through lazy-loading. Key refactoring splits flow.py into modular components while addressing tool result handling and multi-source listener reliability.

lorenzejayJun 4, 2026
RELintermediate
[Release] openclaw/openclaw v2026.6.1: openclaw 2026.6.1

OpenClaw v2026.6.1 is a stability and reliability release focusing on improved recovery from interruptions, enhanced multi-channel support across messaging platforms, better resource management with bounded timers and retries, and new Skill Workshop features for governed skill creation and review. The release includes SQLite-backed state persistence for iMessage and plugin metadata, expanded provider coverage (MiniMax M3, Copilot Claude 1M), and significant UI/UX improvements in Chat and Control interfaces with streaming optimizations and draft management.

github-actions[bot]Jun 3, 2026
RELintermediate
[Release] openclaw/openclaw v2026.6.1-beta.3: openclaw 2026.6.1-beta.3

OpenClaw v2026.6.1-beta.3 introduces significant stability improvements for agent runtimes, CLI tools, and multi-channel delivery across Telegram, WhatsApp, iMessage, Slack, Discord, and Teams. The release features a new Skill Workshop with proposal-based skill creation, externalized plugins (Tokenjuice and Copilot), SQLite-backed state management for better recovery, and enhanced Control UI with improved chat composition and latency tracking. Multiple fixes address tool-call recovery, streaming argument parsing, and process lifecycle management to prevent hanging runs and stale session bindings.

github-actions[bot]Jun 3, 2026
RELintermediate
[Release] anthropics/claude-code v2.1.161: v2.1.161

Claude Code v2.1.161 introduces enhanced observability through OTEL metric labels, improves parallel tool execution by allowing independent failures, and fixes critical issues with clipboard handling, authentication policies, and background session management. The release includes UI/UX improvements for agent progress display, MCP connector management, and accessibility features like motion reduction support. Multiple regressions and edge cases are resolved, particularly around git worktrees, file editing in isolated workflows, and telemetry initialization.

ashwin-antJun 3, 2026