diff --git a/docs/get-started/agents.mdx b/docs/get-started/agents.mdx index ff82fa2d..5cdc5bd7 100644 --- a/docs/get-started/agents.mdx +++ b/docs/get-started/agents.mdx @@ -33,4 +33,5 @@ The following agents can be used with an ACP Client: - [Qoder CLI](https://docs.qoder.com/cli/acp) - [Qwen Code](https://github.com/QwenLM/qwen-code) - [Stakpak](https://github.com/stakpak/agent?tab=readme-ov-file#agent-client-protocol-acp) +- [stdio Bus](https://github.com/stdiobus/stdiobus) - [VT Code](https://github.com/vinhnx/vtcode/blob/main/README.md#zed-ide-integration-agent-client-protocol) diff --git a/docs/get-started/clients.mdx b/docs/get-started/clients.mdx index 180b63a8..c2a90f95 100644 --- a/docs/get-started/clients.mdx +++ b/docs/get-started/clients.mdx @@ -79,3 +79,4 @@ These connectors bridge ACP into other environments and transport layers: - [Aptove Bridge](https://github.com/aptove/bridge) — bridges stdio-based ACP agents to the Aptove mobile client over WebSocket - [OpenClaw](https://docs.openclaw.ai/cli/acp) — through the [`openclaw acp`](https://docs.openclaw.ai/cli/acp) bridge to an OpenClaw Gateway +- [stdio Bus](https://stdiobus.com) – deterministic stdio-based kernel providing transport-level routing for ACP/MCP-style agent protocols. \ No newline at end of file