The language exists because AI workflows repeat the same control patterns.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.
Confidence
probable<T> represents a value with confidence metadata.
Context budgets
ctx makes token windows explicit.
Budget fallback
within budget expresses controlled degradation.
Semantic routing
match similar routes by meaning rather than keywords.
Agents
Agent primitives express lifecycle directly.Memory, tools, and errors
Voss also includes memory primitives,@tool definitions, prompt classes, try/catch, and use imports.
The goal is AI workflow control, not Python syntax parity.