Skip to content
@axlprotocol

AXLPROTOCOL

A universal communication protocol for agents and autonomous machines. One read. Fluent.

AXL Protocol

Universal semantic language for AI agent communication

PyPI License Last Commit

AXL Protocol compresses English prose into structured semantic packets that any LLM can parse on first read. Apache 2.0, community-stewarded, free in perpetuity for the protocol and the public tooling.

The kernel is small (75 lines for v3.1), the parser surface is shared across vendors, and the productization arc - compression tool, agent bus, MCP integrations, public docs - all ship under the same license. There is no enterprise tier and no relicensing trap.

Current versions

The v3.1 kernel is the recommended target for production usage. v4 is in active development and ships behind a router so v3.1 callers continue to work unchanged during the transition.

Where to find each surface

Surface What it is
axlprotocol.org Main site, spec endpoints, evidence, posts
compress.axlprotocol.org Free public AXL compression tool
bridge.axlprotocol.org Agent pub-sub bus
docs.axlprotocol.org Installation, API reference, FAQ
lang.axlprotocol.org Research artifacts, evolution narrative
/community/ Discussions hub (canonical conversation venue)
/laboratory/ 36 experiments, chronological
/channels/ Where AXL publishes

Get started

pip install axl-core - the reference implementation in Python.

from axl_core import compress, decompress

packet = compress("your prose here")
prose = decompress(packet)

Bridge clients, MCP tool integrations, and the compression tool's API surface are documented at docs.axlprotocol.org.

Contributing

We welcome contributions of code, documentation, RFC participation, and experiment reports. See CONTRIBUTING.md for the workflow, CODE_OF_CONDUCT.md for community standards, and GOVERNANCE.md for the founding-steward + public-RFC model.

Discussions canonical venue: github.com/axlprotocol/community/discussions. Also surfaces at the org-level page. Portal page on the website: axlprotocol.org/community/.

Security

Report vulnerabilities privately. See SECURITY.md and .well-known/security.txt (RFC 9116).

License

Apache 2.0 across the public stack. See LICENSE.

Popular repositories Loading

  1. axl-silo axl-silo Public

    The Cognitive Collider. Accelerate multiple LLMs in compressed language. They collide. Intelligence comes out.

    Python 2

  2. axl-core axl-core Public

    AXL Protocol v3: Universal semantic language for AI agent communication. Deterministic English-to-AXL compression (no LLM, or optional). 7 cognitive operations, 6 subject tags, 75-line self-bootstr…

    Python 1 1

  3. axl-sophon axl-sophon Public

    Intelligence observer for multi-agent swarm networks. Parses AXL cognitive operations, tracks beliefs, computes consensus.

    1 1

  4. axl-battlegrounds axl-battlegrounds Public

    Public battleground log for AXL Protocol — experiment results, compression data, video recordings.

    1

  5. axl-swarm axl-swarm Public

    Multi-agent deliberation engine using AXL Protocol — 10x compression over English prose

    Python 1

  6. docs docs Public

    MDX 1

Repositories

Showing 10 of 11 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…