Expand description
CLI command implementations.
Modules§
- add
lev add- Install an agent package- agent_
client lev agent-client- serve a Leviath agent over the Agent Client Protocol.- approvals
lev approvals- what a run may do without asking, and why.- auth
lev auth- inspect and move the secrets Leviath holds.- context
lev context <run-id>- show a run’s context-window history.- create
lev create- Create a new agent blueprint- ctl
lev msg/lev cancel/lev pause/lev resume- control operations on a running agent in the shared-world daemon.- daemon
lev daemon- run and manage the shared-world daemon.- daemon_
service lev daemon install/lev daemon uninstall- hand the daemon to the OS supervisor so it comes back by itself after a crash.- dashboard
lev dash- Interactive terminal UI for managing concurrent agents.- doctor
lev doctor- prove the provider wiring works, one layer at a time.- list
lev list- List available agents and blueprints- mcp
lev mcp- manage MCP tool servers and their authentication.- models
lev models- Inspect available models and their capabilities.- pack
lev pack- Bundle an agent project for distribution.- policy
- Policy management commands: list, add, test.
- ps
lev ps- list the agent runs in the shared-world daemon.- remove
lev remove- Remove an installed agent- result
lev result <run-id>- print what an agent handed back.- run
lev run- run an agent in the shared-world daemon.- serve
lev serve- REST + WebSocket API server.- setup
lev setup- the guided path from “just installed Leviath” to “ready to run an agent”.- stages
lev stages <run-id>- the per-stage ledger a staged agent’s cost lives in.- test
lev test- Run agent tests- tools
lev tools- list and validate the globally available Rhai script tools. These live in<leviath-home>/tools/and are auto-discovered by every agent at spawn; this command surfaces what’s there (and what failed to compile) without starting the daemon. Agent-specific tools are validated bylev validate <agent>instead.- update
lev update- bring this copy of Leviath up to date, then everything that shipped with it.- validate
lev validate- Validate an agent blueprint.