Verifies AI agent claims by checking real git history and artifacts instead of trusting reports.
DOS acts as an independent referee for AI agents working on code repositories. Rather than accepting an agent's announcement that a task is finished, it examines concrete evidence such as commit history and file state to determine the true outcome.
The system supports both single-agent checks and multi-agent environments where several agents operate on the same codebase. It identifies conflicts, repeated work, or unsubstantiated claims by comparing reported progress against observable changes.
It targets developers and teams running agent fleets in CI pipelines or local setups who need reliable gates on agent output without adding complex configuration.
Run dos verify after an agent finishes a task to confirm the claimed features match actual commits before accepting the result.
Monitor several agents working in parallel on one repo to detect overlapping changes or false reports that could corrupt shared code.
Add DOS checks to automated workflows so merges or deployments only proceed when verification exits with a success code.
pip install dos-kernel> pip install dos-kernel
> dos init --hooks auto # finds the agent runtime(s) you already use, wires in the checks
>It inspects git commits and related artifacts to match the agent's claim against actual changes, returning SHIPPED or NOT_SHIPPED with corresponding exit codes.
Verified reviews from the community shape this listing's rating.
Loading reviews…