Re-exports§
pub use defrag::*;
Modules§
Structs§
- 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 - cmd_
agent_ start - cmd_
agent_ stop - cmd_
agents_ list - 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_
logs - cmd_
mechanic - cmd_
memory - cmd_
metrics - cmd_
models_ list - cmd_
models_ scan - cmd_
plugin_ info - cmd_
plugin_ install - cmd_
plugin_ pack - cmd_
plugin_ search - cmd_
plugin_ toggle - cmd_
plugin_ uninstall - cmd_
plugins_ list - 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 - theme
- write_
starter_ skills
Type Aliases§
- Daemon
Ops - Callback type for daemon operations (restart after update).
- Hygiene
Fn - Callback type for state hygiene. The closure receives a config file path
and returns
Ok(Some((changed_rows, subagent, cron_payload, cron_disabled)))on success, or an error. - Schema
Hygiene Fn - State hygiene callback type — accepts a db path, returns whether changes were made.