Documentation
Use the docs to move from a clean checkout to validated fine-tuning datasets.
The first path stays offline and deterministic. Provider-backed generation, simulation, and translation are documented separately so advanced runs stay explicit and auditable.
Start
Dataset Workflows
Full tool trajectories
Generate and validate the canonical tool-calling dataset shape, including tool calls, tool results, and final assistant responses.
Open guideValidation
Understand what the dataset validator checks, what summary output means, and how validation fits into generation and translation workflows.
Open guideTranslation
Translate generated datasets with the offline local-pseudo path or explicit provider-backed OpenAI and Anthropic adapters.
Open guideProvider Workflows
Authoring
Reference
CLI reference
Review the supported commands, their high-level purpose, and the most important flags for each workflow.
Open guideArchitecture
Understand the package boundaries, workflow ownership, provider seams, and deferred log-conversion boundary.
Open guideLog conversion deferred
Understand why real-log conversion is intentionally unavailable and what must exist before it can be released safely.
Open guideDocs site maintenance
Run, edit, validate, and build the embedded Astro documentation site that now lives inside the repository root.
Open guide