Overview
validtr is a CLI and engine for validating agentic task execution.
For each run, it:
- Analyzes your task.
- Recommends the best stack.
- Executes inside Docker.
- Generates tests from output.
- Scores result quality.
- Retries with stack adjustments if needed.
Core Components
validtr-cli: user-facing Go CLI.validtr-engine: Python FastAPI orchestration engine.validtr-ui: optional UI surface (currently minimal).
