Skip to Content
ReferenceOverview

Reference

Reference content is for looking things up. If you want to know what a flag does, what a config key controls, or which channels exist, you are in the right section.

PageCovers
CLIEvery command and flag
Configurationconfig.toml schema
ProvidersBuilt-in providers and their settings
ChannelsBuilt-in channels and their settings
ToolsBuilt-in tools and their parameter schemas
SkillsSKILL.toml / SKILL.md schema
TroubleshootingCommon failures and remediation
Knowledge BaseDocument ingest, retrieval, and the KB_* reference

Where this content comes from

The CLI, Config, Providers, Channels, Tools, Skills, and Troubleshooting pages are maintained hand-written references, kept in sync with the rantaiclaw crate rather than left as placeholders. Where a page cites a crate path (e.g. “defined in src/config/schema.rs”), that path is the source of truth. Some pages may later be generated from rantaiclaw source — --help output, JSON Schema export, tool registry introspection — as an extra guard against drift.

Maintenance status:

PageFuture generation sourceStatus
CLIrantaiclaw --help parsed by scripts/gen-cli.tshand-written (maintained)
Configcargo run --bin rantaiclaw -- config schema --json (uses schemars)hand-written (maintained)
ProvidersTrait scan + per-provider config blockhand-written (maintained)
ChannelsSamehand-written (maintained)
ToolsTool registry dumphand-written (maintained)
SkillsHand-written from spec; the schema itself rarely changeshand-written (maintained)
TroubleshootingHand-written; aggregates known issueshand-written (maintained)
Last updated on