Re-exports§
Modules§
Structs§
- CliSpinner
- A braille spinner that renders on stderr while an async task executes.
Uses the shared
SPINNER_FRAMESfromroboticus_core::stylefor cross-surface consistency with the TUI thinking indicator. - Content
Record - Daemon
Callbacks - Result of the daemon installed check + restart.
- Installed
Content - Packs
- Provider
Pack - Registry
Manifest - Roboticus
Client - Skill
Pack - Skills
Record - Update
State
Enums§
Constants§
Functions§
- bytes_
sha256 - cleanup_
old_ binary - Remove stale
.exe.oldfiles left by the Windows rename-based update strategy. Safe to call on any platform — no-op on non-Windows. - cmd_
agent_ start - cmd_
agent_ stop - cmd_
agents_ list - cmd_
apps_ install roboticus apps install <source>— install an app from a local path or registry.- cmd_
apps_ list roboticus apps list— show installed apps.- cmd_
apps_ uninstall roboticus apps uninstall <name>— remove an installed app.- cmd_
channels_ dead_ letter - cmd_
channels_ replay - cmd_
channels_ status - cmd_
circuit_ reset - cmd_
circuit_ status - cmd_
completion - cmd_
config - cmd_
config_ apply - cmd_
config_ backup - cmd_
config_ get - cmd_
config_ lint - cmd_
config_ set - cmd_
config_ unset - cmd_
integrations_ connect - cmd_
integrations_ disconnect - cmd_
integrations_ test - cmd_
logs - cmd_
mechanic - cmd_
memory - cmd_
memory_ consolidate - Trigger a full consolidation cycle (index backfill, dedup, decay, cleanup).
- cmd_
memory_ reindex - Backfill all missing memory index entries.
- cmd_
metrics - cmd_
models_ baseline - Full baseline: flush all scores, scan providers, exercise every model.
- cmd_
models_ exercise - Exercise a model across the task class matrix (5 complexity x 4 intent) to populate per-(model, intent_class) quality observations.
- cmd_
models_ list - cmd_
models_ reset - Reset quality observations for a model (or all) to allow re-benchmarking.
- cmd_
models_ scan - cmd_
models_ suggest - Suggest a fallback chain based on available providers and discovered models.
- cmd_
plugin_ info - cmd_
plugin_ install - cmd_
plugin_ pack - cmd_
plugin_ search - cmd_
plugin_ toggle - cmd_
plugin_ uninstall - cmd_
plugins_ list - cmd_
profile_ create roboticus profile create <name>— create a new empty profile.- cmd_
profile_ delete roboticus profile delete <name>— remove a profile (with confirmation).- cmd_
profile_ list roboticus profile list— display installed profiles.- cmd_
profile_ switch roboticus profile switch <name>— set the active profile.- cmd_
reset - cmd_
schedule_ list - cmd_
schedule_ recover - cmd_
schedule_ run - cmd_
security_ audit - cmd_
session_ create - cmd_
session_ detail - cmd_
session_ export - cmd_
sessions_ backfill_ nicknames - cmd_
sessions_ list - cmd_
setup - cmd_
skill_ detail - cmd_
skills_ catalog_ activate - cmd_
skills_ catalog_ install - cmd_
skills_ catalog_ list - cmd_
skills_ list - cmd_
skills_ reload - cmd_
status - cmd_
uninstall - cmd_
update_ all - cmd_
update_ binary - cmd_
update_ check - cmd_
update_ providers - cmd_
update_ skills - cmd_
wallet - cmd_
wallet_ address - cmd_
wallet_ balance - diff_
lines - file_
sha256 - http_
client - Returns a
reqwest::Clientpre-configured with the API key header (if set). Use this instead of barereqwest::get()/reqwest::Client::new()for any request to the Roboticus server. - init_
api_ key - init_
theme - spin_
while - Run an async future while displaying a braille spinner with the given label. Returns the future’s result after stopping the spinner.
- theme
- write_
starter_ skills
Type Aliases§
- Daemon
Ops - Callback type for daemon operations (restart after update).
- Hygiene
Fn - Callback type for state hygiene.
- Schema
Hygiene Fn - State hygiene callback type — accepts a db path, returns whether changes were made.