asap-protocol
活跃·★ 13·Apache-2.0·更新于 2026-05-29
★ 时下流行★ 工作流自动化★ 多智能体
ASAP 是一个生产就绪的协议,用于智能体间通信和任务协调,支持多智能体编排、状态持久化和工具执行。
ASAP 是一个生产就绪的协议,用于智能体间通信和任务协调。它解决了多智能体系统中的连接复杂度、状态漂移和碎片化问题。该协议提供有状态编排、MCP 集成和高级安全特性。
#agent-communication#agentic-workflows#AI 智能体#ai-infrastructure#MCP 服务器#模型上下文协议#multi-agent-systems#protocol
01
功能特性
01有状态编排,包含任务状态机和快照功能
02基于 Pydantic v2 和 JSON Schema 的模式优先设计
03异步原生,支持 asyncio 和 httpx
04MCP 集成,用于工具执行和协调
05安全特性包括 Bearer 认证、OAuth2/JWT、Ed25519 签名清单和 mTLS
02
兼容性
Python
Python 3.13+
已通过文档验证
LangChain
LangChain 集成
已通过文档验证
CrewAI
CrewAI 集成
已通过文档验证
LlamaIndex
LlamaIndex 集成
已通过文档验证
OpenClaw
OpenClaw 集成
已通过文档验证
03
快速开始
1
$ uv add asap-protocol
04
使用场景
↳复杂工作流的多智能体编排
↳需要持久化和可恢复性的有状态工作流
↳需要高性能、类型安全智能体通信的生产系统
05
同类工具
相关搜索
评论
登录后发表评论
- PParker Nguyen2026年4月22日
Good for multi-agent systems where agents need reliable communication channels.
- AAlex Jackson2026年4月6日
Stateful orchestration handles the session management that stateless protocols miss.
- JJordan Clark2026年3月22日
Standard protocol for agent-to-agent communication with stateful orchestration.
- AAspen Zhang2026年3月16日
Protocol standardization is the right approach for the agent ecosystem.