Documentation
Complete reference for the Roboticus autonomous agent runtime. Architecture docs, feature deep-dives, API and CLI references.
Architecture
Dependency graph, C4 system context, package map, workspace layout. 18 internal Go packages in a strict hierarchy.
Features
LLM pipeline, agent core, memory system, scheduling, financial, channels, plugins, browser, skills, dashboard.
Security
4-layer prompt injection defense, zero-trust A2A protocol, policy engine, script sandbox, safety scanning.
API Reference
111 REST endpoints + WebSocket across route groups. Sessions, memory, models, skills, plugins, agents, sub-agents, browser, wallet, scheduler, approvals, audit, runtime.
CLI Reference
37 top-level commands including serve, setup, sessions, skills, mcp, wallet, tui, and more.
Wiki Manual
Searchable operator manual covering runtime behavior, automation flows, API endpoints, and CLI commands.
Registry
Bundled skills, provider configurations, and binary release archives for all platforms.
Changelog
Release history with conventional commit details, highlights, and version diffs.
Roadmap
45 planned capabilities across 3 tiers — last mile, new capabilities, and frontier. Effort estimates and status tracking.
Architecture Documents
roboticus-design.mdFull blueprint — workspace layout, trait hierarchy, database schema, config referenceroboticus-dataflow.md9 dataflow diagrams — request lifecycle, semantic cache, heuristic router, memory, A2Aroboticus-sequences.md7 cross-package sequence diagrams — end-to-end request, cache pipeline, x402 paymentroboticus-c4-system-context.mdC4 Level 1: System contextroboticus-c4-container.mdC4 Level 2: Container diagram + table ownershiproboticus-c4-core.mdC4 Level 3: core package componentsroboticus-c4-db.mdC4 Level 3: db package componentsroboticus-c4-llm.mdC4 Level 3: llm package componentsroboticus-c4-agent.mdC4 Level 3: agent package componentsroboticus-c4-wallet.mdC4 Level 3: wallet package componentsroboticus-c4-channels.mdC4 Level 3: channel package componentsroboticus-c4-schedule.mdC4 Level 3: schedule package componentsroboticus-c4-server.mdC4 Level 3: api package components + route map