API Reference¶
Crate-level API documentation for Perspt’s Rust workspace.
Tip
For full Rustdoc-generated documentation, run:
cargo doc --open --no-deps --all-features
perspt-core
Types, config, LLM provider, events, plugins.
perspt-agent
SRBN orchestrator, agents, ledger, tools.
perspt-tui
Ratatui terminal UI (chat + agent).
perspt-cli
Clap CLI entry point and subcommands.
perspt-store
DuckDB session persistence.
perspt-policy
Starlark policy engine.
perspt-sandbox
Command sandboxing and isolation.
perspt-dashboard
Axum + Askama + HTMX web dashboard.