Releases: CanadianCowboy/a2x
Release list
A2X v0.9.0-alpha - The Visible Mind
A2X v0.9.0-alpha — "The Visible Mind"
Released: 2026-07-09
Tag:v0.9.0-alpha
License: AGPL-3.0
Rust MSRV: 1.75+
The Release
v0.9.0-alpha is not an incremental update. It is the first release where A2X becomes visible.
For seven phases, A2X was a protocol. A spec. A collection of crates that compiled but had no face. That changes today. You can now open a browser at localhost:8778 and watch the WorldGraph evolve in real-time. You can type a Sigma program and see it execute. You can talk to an AI agent that reasons about the ecosystem using the CCS VM as its cognitive substrate.
This is the moment A2X stops being a protocol spec and starts being a product.
What's New
Web Dashboard
The centerpiece of this release. A single HTML file served by the gateway with WebSocket streaming - no build tooling, no npm.
- Agent cards - live status, capabilities, entity type badges
- WorldGraph - force-directed graph of concept nodes and relation edges
- StateField heatmap - tensor region visualization with color-coded tiles
- VM inspector - status, region readout, memory trace
- Sigma playground - write and execute programs inline
- Bus traffic log - real-time event stream
- Context usage bar - tokens used / remaining in chat mode
cargo run --release -p a2x-cli -- dashboard
# Open http://127.0.0.1:8778Chat Agent
Connect to Ollama or OpenAI. Execute Sigma programs, inspect CCS VM state, query the bus, persist conversations.
A2X_CHAT_BACKEND=ollama A2X_CHAT_MODEL=llama3.2 cargo run --release -p a2x-cli -- dashboardCLI Shell
Interactive Sigma REPL with colored output, command history, syntax highlighting.
cargo run --release -p a2x-cli -- shellWorldGraph Bootstrap
CCS VM boots with 12 concept nodes and 10 relation edges pre-loaded.
Bus Hardening
Duplicate agent detection, lifecycle management, discovery deduplication, BusBridge wrapper.
CCS VM Fork/Merge
Parallel swarm execution with child VM snapshots and result merging.
Client SDKs
Rust, Python, and TypeScript SDKs for external applications.
By the Numbers
| Metric | Value |
|---|---|
| Crates | 12 |
| Tests | 70+ passing |
| Clippy | Zero warnings |
| Sub-plans | 15 documents |
| Doc pages | 35 (mdBook) |
| CI | Ubuntu + Windows |
What's Next
WASM runtime, real Python SDK, benchmark suite, learned compiler, multi-machine swarms.
Quick Start
git clone https://github.com/CanadianCowboy/a2x.git
cd a2x
cargo build --release
cargo run --release -p a2x-cli -- dashboardAGPL-3.0 - full copyleft. ColdStart Intelligence Labs. A2X - Agent to Anything.