asap-protocol
Active·★ 13·Apache-2.0·Updated 2026-05-29
★ Trending★ Workflow Automation★ Multi-Agent
Standard protocol for agent-to-agent communication with stateful orchestration, MCP-compatible and a public marketplace to discover and register agents.
ASAP is a production-ready protocol for agent-to-agent communication and task coordination. It addresses challenges like connection complexity, state drift, and fragmentation in multi-agent systems. It provides stateful orchestration, MCP integration, and advanced security features.
#agent-communication#agentic-workflows#ai-agents#ai-infrastructure#mcp-servers#model-context-protocol#multi-agent-systems#protocol
01
Features
01Stateful orchestration with task state machine and snapshotting
02Schema-first design using Pydantic v2 and JSON Schema
03Async-native with asyncio and httpx support
04MCP integration for tool execution and coordination
05Security features including Bearer auth, OAuth2/JWT, Ed25519 signed manifests, and mTLS
02
Compatibility
Python
Python 3.13+
Verified via docs
LangChain
LangChain integration
Verified via docs
CrewAI
CrewAI integration
Verified via docs
LlamaIndex
LlamaIndex integration
Verified via docs
OpenClaw
OpenClaw integration
Verified via docs
03
Quick start
1
$ uv add asap-protocol
04
Use cases
↳Multi-agent orchestration with complex workflows
↳Stateful workflows requiring persistence and resumability
↳Production systems needing high-performance, type-safe agent communication
05
Alternatives
Microsoft AutoGen★ 58.5k
A framework that enables the development of LLM applications using multiple agents that can converse with each other to solve tasks.
CrewAI★ 52.4k
Framework for orchestrating role-playing, autonomous AI agents. By working together, your Crew can tackle complex tasks.
Related searches
Comments
Log in to leave a comment
- PParker NguyenApr 22, 2026
Good for multi-agent systems where agents need reliable communication channels.
- AAlex JacksonApr 6, 2026
Stateful orchestration handles the session management that stateless protocols miss.
- JJordan ClarkMar 22, 2026
Standard protocol for agent-to-agent communication with stateful orchestration.
- AAspen ZhangMar 16, 2026
Protocol standardization is the right approach for the agent ecosystem.