Voss uses one binary with two command families:Documentation Index
Fetch the complete documentation index at: https://docs.tryvoss.dev/llms.txt
Use this file to discover all available pages before exploring further.
- Harness commands for natural-language agent work
- Compiler commands for
.vossprograms
Harness commands
| Command | Purpose | Default mode |
|---|---|---|
voss | Start the interactive harness REPL | plan |
voss chat | Explicit REPL command | plan |
voss do "<task>" | Run one task and exit | plan |
voss edit <path> | Start a scoped edit session | edit |
voss doctor | Diagnose provider, config, compiler, and tool setup | n/a |
voss tools | List tool registry entries and mutability | n/a |
voss config | Open or show harness configuration | n/a |
voss sessions | List saved sessions | n/a |
voss resume <id> | Resume a prior session by id prefix or name | session mode |
Compiler commands
| Command | Purpose |
|---|---|
voss check <path> | Check .voss files without running them |
voss compile <file.voss> | Emit readable Python |
voss run <file.voss> | Compile and execute a .voss program |
voss init <name> | Scaffold a Voss project |
voss ast <file.voss> | Print parser output for debugging |