Deterministic execution to guarantee process
Even with the typed SDK as the entry point, we only guided the agent towards our desired end state
The real guarantee comes from final script that we orchestrate on agent completion
The completion script calls the agent generated code, validates the results, and send any errors back to the agent
The real guarantee comes from final script that we orchestrate on agent completion
The completion script calls the agent generated code, validates the results, and send any errors back to the agent
run-executor.ts
Lint the agent code
Detect conflicts
Run agent edited code
Validate output artifacts
Create review artifact
Lint the agent code
Detect conflicts
Run agent edited code
Validate output artifacts
Create review artifact