From 9c49cf2159840e2833f15c18d57cfb9537c73036 Mon Sep 17 00:00:00 2001 From: DROOdotFOO Date: Mon, 10 Aug 2026 01:00:43 +0200 Subject: [PATCH] Add Raxol to the agents list and an Elixir community library --- docs/get-started/agents.mdx | 1 + docs/libraries/community.mdx | 4 ++++ 2 files changed, 5 insertions(+) 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)