How it works
Technical specifications
This page documents the internal systems and behaviors that power blprnt. Each feature is described in technical terms with no marketing hype.
Orchestration Runtime
This is the blprnt secret sauce.
Execution model
- Tasks are executed as a state machine with explicit transitions for plan, run, verify, and finalize steps.
- Queued work can be paused, resumed, or cancelled without losing the state of ongoing operations.
- Tool routing enforces which operations are permitted in each state.
Reliability controls
- Timeout handling and step-level error capture provide predictable failure surfaces.
- Execution metadata records decisions, tool calls, and outcomes for auditing.