A2A 协议包装器 是 AI Skill Hub 本期精选Agent工作流之一。综合评分 7.5 分,整体质量较高。我们推荐使用将其纳入你的 AI 工具库,帮助提升工作效率。
A2A 协议包装器是一款开源的 AI 工作流工具,通过包装 AI 后端,使其成为可互操作的代理。它支持多种 AI 后端,并提供了一个易用的界面,使用户可以轻松地创建和管理 AI 工作流。
A2A 协议包装器 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
A2A 协议包装器是一款开源的 AI 工作流工具,通过包装 AI 后端,使其成为可互操作的代理。它支持多种 AI 后端,并提供了一个易用的界面,使用户可以轻松地创建和管理 AI 工作流。
A2A 协议包装器 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 方式一:npm 全局安装 npm install -g a2a-wrapper # 方式二:npx 直接运行(无需安装) npx a2a-wrapper --help # 方式三:项目依赖安装 npm install a2a-wrapper # 方式四:从源码运行 git clone https://github.com/shashikanth-gs/a2a-wrapper cd a2a-wrapper npm install npm start
# 命令行使用
a2a-wrapper --help
# 基本用法
a2a-wrapper [options] <input>
# Node.js 代码中使用
const a2a_wrapper = require('a2a-wrapper');
const result = await a2a_wrapper.run(options);
console.log(result);
# a2a-wrapper 配置说明 # 查看配置选项 a2a-wrapper --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export A2A_WRAPPER_CONFIG="/path/to/config.yml"
A monorepo of A2A protocol wrappers that turn production AI backends into standalone, interoperable agents. Drop a JSON config file in, get a fully spec-compliant A2A server out.
The pattern: MCP is the vertical rail — how agents access tools. A2A is the horizontal rail — how agents talk to each other. This repo adds the horizontal rail to multiple AI backends.
npm install
npm install
npx turbo run build --filter=a2a-opencode... ```
npx turbo run build
npx turbo run clean ```
Turborepo caches build outputs — unchanged packages are skipped on subsequent runs.
npx turbo run build --filter=@a2a-wrapper/core
```bash
| Package | npm | Description |
|---|---|---|
[@a2a-wrapper/core](packages/core/) | [](https://www.npmjs.com/package/@a2a-wrapper/core) | Shared infrastructure — logging, config loading, event publishing, server factory, session management, CLI scaffold |
[a2a-copilot](a2a-copilot/) | [](https://www.npmjs.com/package/a2a-copilot) | A2A wrapper for GitHub Copilot SDK. Supports **Bring Your Own Model (BYOK)** — Ollama, OpenAI, Anthropic, Azure, vLLM, or any OpenAI-compatible endpoint |
[a2a-opencode](a2a-opencode/) | [](https://www.npmjs.com/package/a2a-opencode) | A2A wrapper for OpenCode — multi-provider out of the box (Anthropic, OpenAI, GitHub Copilot, and more) |
[a2a-codex](a2a-codex/) | [](https://www.npmjs.com/package/a2a-codex) | A2A wrapper for OpenAI Codex SDK — repository-scoped software engineering agent with sandboxing, MCP, and multi-agent delegation |
npx turbo run test
npx turbo run typecheck
You can scope Turborepo to a single package with --filter:
```bash
Every PR that changes package behavior should include a changeset:
```bash
A2A 协议包装器是一款有潜力的 AI 工作流工具,支持多种 AI 后端,易于使用,但仍需要进一步的开发和测试。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ MIT 协议 — 最宽松的开源协议之一,可自由商用、修改、分发,仅需保留版权声明。
经综合评估,A2A 协议包装器 在Agent工作流赛道中表现稳健,质量良好。如果你已有明确的使用需求,可以直接上手体验;如果还在评估阶段,建议对比同类工具后再做决策。
| 原始名称 | a2a-wrapper |
| 原始描述 | 开源AI工作流:A2A protocol wrappers that turn AI backends into interoperable agents. Drop a JS。⭐16 · TypeScript |
| Topics | workflowtypescript |
| GitHub | https://github.com/shashikanth-gs/a2a-wrapper |
| License | MIT |
| 语言 | TypeScript |
收录时间:2026-06-06 · 更新时间:2026-06-06 · License:MIT · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端