Architecture
Worker service
The Temporal worker that runs the agent workflow.
This page is a stub. Content is being written.
Will cover
- Temporal workflow + activities organization.
- Workstream state machine (
pending → investigating → implementing → pr_open). - Sandbox lifecycle: create, run, post-run hooks, teardown.
- KMS decrypt of tenant model credentials.
- Agent engines (Claude Code, OpenCode) and the engine interface.
- Determinism and replay — why
patched()is intentionally absent.