返回顶部
a

asbASB智能服务总线

Agent Service Bus - 智能服务编排和协作平台,通过 MCP Server 集成所有 ASB 能力

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 0.2.0
安全检测
已通过
89
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

asb

ASB - 智能体服务总线

ASB 是将传统 ESB 升级为包含 AI Agent 服务的智能消息总线。通过 MCP Server,所有 ASB 能力都可以在 Claude Desktop 中直接使用。

快速开始

在 Claude Desktop 中使用

在 Claude Desktop 配置文件中添加:

macOS: ~/Library/Application Support/Claude/claudedesktopconfig.json
Windows: %APPDATA%/Claude/claudedesktopconfig.json

json
{
mcpServers: {
asb: {
command: uv,
args: [
--directory,
/path/to/Agent-Service-Bus,
run,
asb,
mcp,
serve,
--transport,
stdio
]
}
}
}

重启 Claude Desktop 后即可使用。

可用能力

核心 ASB 能力

工具描述
asb-service-discovery发现和查询可用服务
asb-service-composition
服务组合和智能编排 | | asb-governance | 治理和监控能力 |

通用工具

工具描述
orchestration智能任务编排
service-discovery
服务发现 | | llm-provider | LLM 调用 | | echo | 回显测试 | | calculator | 基础计算 | | message-send | 消息发送 |

使用示例

用户:帮我找一下可用的数据分析服务

Claude:[调用 asb-service-discovery]
找到以下数据分析服务:

  • - data-processor v1.0.0
  • analytics-engine v2.1.0

用户:用 analytics-engine 分析销售数据

Claude:[调用 orchestration Skill]
正在执行智能编排...

其他集成方式

A2A Agent 协作

ASB 也支持 A2A(Agent-to-Agent)协议:

python

获取 ASB AgentCard


agentcard = await discoveragent(asb-agent)

查看可用能力

capabilities = agent_card.capabilities

CLI 命令行

安装 ASB CLI 后:

bash

列出所有 Skills


asb skills list

智能编排

asb orchestrate 分析销售数据并生成报告

服务发现

asb discover services

安装 ASB

bash

克隆仓库


git clone https://github.com/qiyueqiu/Agent-Service-Bus.git
cd Agent-Service-Bus

使用 uv 安装

uv sync

更多信息

  • - GitHub:https://github.com/qiyueqiu/Agent-Service-Bus
  • 文档:https://github.com/qiyueqiu/Agent-Service-Bus/tree/main/docs

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 asb-1775922005 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 asb-1775922005 技能

通过命令行安装

skillhub install asb-1775922005

下载

⬇ 下载 asb v0.2.0(免费)

文件大小: 1.93 KB | 发布时间: 2026-4-12 09:03

v0.2.0 最新 2026-4-12 09:03
- Added SKILL.md with detailed documentation on ASB usage, integration, and available tools.
- Introduced quick start instructions for using ASB with Claude Desktop.
- Listed core ASB features and general utilities with descriptions.
- Provided examples for MCP Server integration, A2A Agent collaboration, and CLI usage.
- Included installation steps and links to further resources.
- Updated metadata for supported platforms and installation requirements.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部