Skip to content

Add Raxol to the agents list, and an Elixir community library - #1894

Open
DROOdotFOO wants to merge 1 commit into
agentclientprotocol:mainfrom
DROOdotFOO:add-raxol
Open

Add Raxol to the agents list, and an Elixir community library#1894
DROOdotFOO wants to merge 1 commit into
agentclientprotocol:mainfrom
DROOdotFOO:add-raxol

Conversation

@DROOdotFOO

Copy link
Copy Markdown

Two small additions, both for Raxol.

Agents list. raxol acp serves a coding agent over ACP from a self-contained binary, so there is no Erlang or Elixir install required on the host. Inserted alphabetically.

Community libraries — Elixir. There is no Elixir section on the page today. raxol_agent_client_protocol is an Elixir/OTP implementation of ACP v1 covering both roles — agent and client — including the agent→client direction (session/request_permission, fs/*, terminal/*). It runs one supervised process per connection with per-session processes under a DynamicSupervisor, and generates its callback surface and dispatcher from a single method table so the two cannot drift apart. Transports are stdio and an in-process pair for tests.

It is honest about its stage: 0.1.0-rc.0, pre-alpha, not yet on Hex, and the README says so up front. Happy to hold this half until it is published if you would rather the list only carry released packages.

Provenance is deliberately layered, since it matters for a protocol project: the schema layer is ported MIT→MIT from f1729/agent_client_protocol, the conformance corpus MIT→MIT from openclaw/acpx, and the OTP runtime is clean-room. The official ACP JSON Schema is vendored as a SHA256-pinned dev/test oracle with a drift-check task, and excluded from any published package so its terms never propagate downstream. Details in NOTICE.md.

Separately, the registry entry is in flight as agentclientprotocol/registry#492.

@DROOdotFOO
DROOdotFOO requested a review from a team as a code owner August 9, 2026 23:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant