Strabo: Declarative specification of agentic interaction protocols with UCP interoperability
Researchers introduce Strabo, a framework for modeling and implementing multiagent interaction protocols using declarative Langshaw protocols and the Peach programming model. The paper demonstrates the approach by modeling Google's Universal Commerce Protocol (UCP) checkout flows and showing that Peach agents can interoperate with Google's UCP agents. The work establishes a pathway for incrementally introducing formal declarative protocols into existing agentic systems without requiring wholesale replacement.
Related guides (2)
Related events (8)
CHAP: Collaborative Human-Agent Protocol for structured human-AI accountability in multi-agent deployments
Researchers from BrightbeamAI introduce CHAP (Collaborative Human-Agent Protocol), a protocol specification for formalizing human-agent collaboration in production multi-agent systems. CHAP defines shared workspaces, structured override events with diffs and rationales, non-repudiable signed approvals, and an append-only evidence log, filling a gap left by MCP (tool access) and A2A (agent-to-agent interoperability). The protocol ships with a reference implementation, conformance suite, and worked examples. It targets high-stakes deployments in domains like clinical decisions, contracts, and code where human judgment must be auditable and replayable.
AgentSpec: A modular framework for controlled composition and analysis of embodied LLM agent scaffolds
AgentSpec is a new modular specification framework that represents embodied LLM agents as typed compositions of reusable policy components with standardized interfaces across perception, memory, reasoning, reflection, action, and learning modules. The framework enables controlled swapping and recombination of components, instantiated across four benchmarks (DeliveryBench, ALFRED, MiniGrid, RoboTHOR). Key findings include that agent performance is governed by scaffold compatibility and interaction effects rather than isolated module strength, and that RL-trained policies compose best when optimized with deployment-time scaffold structure. Code, baselines, and an interactive playground are publicly released.
pi-subagents: TypeScript Library for Async Subagent Delegation with Session Sharing
A TypeScript library extending Pi with asynchronous subagent delegation capabilities, including truncation handling, artifact management, and session sharing. The project has accumulated 1,821 GitHub stars with 59 added today, indicating notable community traction. It addresses practical multi-agent orchestration patterns relevant to the agent-tool ecosystem.
Anthropic Open-Sources the Model Context Protocol (MCP)
Anthropic has released the Model Context Protocol (MCP), an open standard enabling secure, two-way connections between AI assistants and external data sources such as business tools, content repositories, and development environments. The protocol introduces a client-server architecture with SDKs, local MCP server support in Claude Desktop, and a repository of pre-built connectors for systems like GitHub, Slack, Google Drive, and Postgres. Early adopters include Block and Apollo, with development tool companies Zed, Replit, Codeium, and Sourcegraph integrating MCP into their platforms. The goal is to replace fragmented, per-source integrations with a single universal protocol, improving context availability for AI agents.
phodal/routa: Workspace-First Multi-Agent Coordination Platform with MCP/ACP/A2A Support
Routa is an open-source TypeScript project providing a workspace-first multi-agent coordination platform for AI development. It features shared Specs, Kanban-style orchestration, and support for multiple agent communication protocols including MCP, ACP, and A2A across web and desktop environments. The repository has gained significant traction with 1,136 total stars and 141 stars added today, signaling community interest in multi-agent tooling.
Tiny Agents: an MCP-powered agent in 50 lines of code
Hugging Face published a blog post demonstrating how to build a minimal AI agent using the Model Context Protocol (MCP) in approximately 50 lines of code. The post showcases how MCP enables agents to discover and invoke tools dynamically, reducing the boilerplate required for agentic workflows. This serves as both a tutorial and a commentary on MCP's role in simplifying agent-tool integration in the current ecosystem.
Anthropic publishes framework for safe and trustworthy agent development
Anthropic released a formal framework for responsible agent development, articulating principles around human oversight, transparency, value alignment, and privacy for autonomous AI agents. The document draws on Claude Code as a reference implementation and cites enterprise deployments at Trellix and Block as real-world examples. The framework is positioned as a contribution to emerging industry standards for agentic AI systems, acknowledging open technical challenges in value alignment measurement and oversight calibration.
CUGA on Hugging Face: Democratizing Configurable AI Agents
IBM Research has released CUGA (Configurable Universal Generative Agent) on Hugging Face, positioning it as a framework for building configurable AI agents. The announcement appears on the Hugging Face blog as a tier-2 commentary piece from IBM Research. Details on architecture, benchmarks, and specific capabilities are not available from the body text provided.

