ARCANADA
← Autonomy / Arcanada Agent System
BUILDING L2 · target L3

Arcanada Agent System

CLI agent runtime in Rust — single binary, ecosystem-native.

A standalone CLI agent runtime distributed as the `arcana` Rust binary. Derives its architecture from the patterns proven by Claude Code, then re-binds the integrations deeply into the Arcanada ecosystem: Auth Arcana for identity and scoped tokens, Model Connector for LLM routing, Vault for secrets, Scrutator for knowledge retrieval. Built for operators who want a Datarim-style workflow in their own terminal without a network round-trip to a vendor.

Capabilities

  • Single Rust binary, no runtime dependencies
  • Auth Arcana token flow — no per-user OAuth provisioning
  • Model Connector backed — same routing policy as ecosystem services
  • Vault-backed secrets — no plaintext API keys on disk
  • Scrutator-backed retrieval — local knowledge surfaces via the same hybrid search the rest of the ecosystem uses
  • Datarim-compatible workflow primitives — same vocabulary as the web tools
  • Cross-platform (macOS / Linux / Windows) target

Current autonomy level

L2
What levels mean →

Weakest link

Phase 1 surface is the built-in tools and the SchemaLayer; the agent loop, cost tracker, and permission cascade are designed (ARAS-0003 archive 2026-05-16) but not yet wired into production binaries that operators use on real tasks.

Roadmap to L3

  1. L1 → L2 — published binary on GitHub releases, smoke-tested install path, opt-in cohort of two ecosystem operators running it for a week.
  2. L2 → L3 — full Datarim pipeline coverage (PRD → plan → do → archive), structured-output guarantees from Model Connector, Ops Bot self-heal events on cost-cap breach.
  3. Verification gate — operator completes an end-to-end task using only the binary, no fallback to the web Claude Code, and the resulting archive passes /dr-verify.

Links