Packages

View Source

Raxol ships as a main package plus 14 focused subsystems. Use the main raxol package for the full framework, or grab individual packages for narrower needs.

Main

PackageHexWhat
raxol{:raxol, "~> 2.6"}Full framework: runtime, UI, examples

Core

PackageHexWhat
raxol_core{:raxol_core, "~> 2.6"}Behaviours, events, config, plugins
raxol_terminal{:raxol_terminal, "~> 2.6"}Terminal emulation, termbox2 NIF
raxol_mcp{:raxol_mcp, "~> 2.6"}MCP server, client, registry, test harness
raxol_liveview{:raxol_liveview, "~> 2.6"}Phoenix LiveView bridge, themes, CSS
raxol_plugin{:raxol_plugin, "~> 2.6"}Plugin SDK, testing, generator
raxol_sensor{:raxol_sensor, "~> 2.6"}Sensor fusion (zero deps)

Agents

PackageHexWhat
raxol_agent{:raxol_agent, "~> 2.6"}AI agent framework
raxol_payments{:raxol_payments, "~> 0.2"}Agent payments, Xochi cross-chain, stealth
raxol_acp (pre-alpha)path: "packages/raxol_acp"Virtuals Agent Commerce Protocol (seller)
raxol_symphony (pre-alpha)path: "packages/raxol_symphony"Tracker-driven coding-agent orchestrator
raxol_gateway (pre-alpha)path: "packages/raxol_gateway"Unified messaging gateway (multi-platform)

Surfaces

PackageHexWhat
raxol_speech{:raxol_speech, "~> 0.2"}TTS (say/espeak), STT (Whisper), voice cmds
raxol_telegram{:raxol_telegram, "~> 0.2"}Telegram bot, per-chat sessions, keyboards
raxol_watch{:raxol_watch, "~> 0.2"}APNS/FCM push, glanceable summaries

Dependency graph

raxol --> raxol_core, raxol_terminal, raxol_sensor, raxol_mcp,
          raxol_liveview, raxol_plugin

raxol_terminal --> raxol_core
raxol_mcp      --> raxol_core
raxol_liveview --> raxol_core (+ phoenix_live_view optional)
raxol_plugin   --> raxol_core

raxol_agent    --> raxol + raxol_mcp
raxol_payments --> raxol_agent (compile-time only)
raxol_acp      --> raxol_payments (runtime), raxol_mcp + raxol_agent (compile-time only)
raxol_symphony --> raxol_core, raxol_agent, raxol_mcp (all optional)

raxol_speech   --> raxol_core (+ bumblebee/nx/exla optional for STT)
raxol_telegram --> raxol_core (+ raxol/telegex optional)
raxol_watch    --> raxol_core (+ pigeon optional for APNS/FCM)
raxol_gateway  --> raxol_core (+ raxol_agent optional)

raxol_core     --> telemetry (only external dep)
raxol_sensor   --> (none)

The main raxol package does not depend on raxol_agent, raxol_acp, raxol_gateway, or any of the surface packages. You opt into those.

Publishing

See Hex Publishing for the publish order. HEX_BUILD=1 strips local path deps so mix hex.build sees only Hex packages.