TheDocumentation Index
Fetch the complete documentation index at: https://docs.tryvoss.dev/llms.txt
Use this file to discover all available pages before exploring further.
.voss pipeline emits readable Python.
Pipeline stages
| Stage | Purpose |
|---|---|
| Parser | Turn .voss syntax into AST dataclasses |
| Analyzer | Check language semantics such as confidence gates and budgets |
| Codegen | Emit readable Python |
| Runtime | Provide primitives used by generated Python |
CLI commands
Generated Python
Generated Python should be readable, diffable, and debuggable. Voss should not hide behavior in an opaque runtime.Harness connection
The harness command surface shares thevoss binary, but it is separate from compiler commands. Use voss do for agent tasks and voss run for .voss programs.