diff --git a/docs/get-started/agents.mdx b/docs/get-started/agents.mdx index 6f490060..989a9cd3 100644 --- a/docs/get-started/agents.mdx +++ b/docs/get-started/agents.mdx @@ -38,6 +38,7 @@ The following agents can be used with an ACP Client: - [Poolside](https://github.com/poolsideai/pool) - [Qoder CLI](https://docs.qoder.com/cli/acp) - [Qwen Code](https://github.com/QwenLM/qwen-code) +- [Raxol](https://github.com/DROOdotFOO/raxol/blob/master/docs/features/CODING_AGENT.md) (`raxol acp`) - [siGit Code](https://github.com/getsigit/sigit) - [Stakpak](https://github.com/stakpak/agent?tab=readme-ov-file#agent-client-protocol-acp) - [stdio Bus](https://github.com/stdiobus/stdiobus) diff --git a/docs/libraries/community.mdx b/docs/libraries/community.mdx index 69ba0b4f..b17deea0 100644 --- a/docs/libraries/community.mdx +++ b/docs/libraries/community.mdx @@ -17,6 +17,10 @@ description: "Community managed libraries for the Agent Client Protocol" - [Acp.Net](https://github.com/MertBasar0/acp-net) - [Agentic.ACPLibrary](https://github.com/AgenticDesktop/ACPLibrary) +## Elixir + +- [raxol_agent_client_protocol](https://github.com/DROOdotFOO/raxol/tree/master/packages/raxol_agent_client_protocol) + ## Emacs - [acp.el](https://github.com/xenodium/acp.el)