Add Raxol to the agents list, and an Elixir community library - #1894
Open
DROOdotFOO wants to merge 1 commit into
Open
Add Raxol to the agents list, and an Elixir community library#1894DROOdotFOO wants to merge 1 commit into
DROOdotFOO wants to merge 1 commit into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Two small additions, both for Raxol.
Agents list.
raxol acpserves 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_protocolis 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 aDynamicSupervisor, 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 fromopenclaw/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 inNOTICE.md.Separately, the registry entry is in flight as agentclientprotocol/registry#492.