← Back to registry
Agent Advanced by Agent Buildprint
Portable Durable Agent Graph Runtime
Create a portable LangGraph-like mental model without runtime lock-in or hidden framework dependencies.
methodology
agent-ready 01 Contract spine
02 Implementation phases
03 Validation gates
04 Prompt handoff
Executable packet spine
The files or runtime artifacts a fresh agent must read or produce before claiming progress.
- BUILDPRINT.md
- CONTRACTS.md
- PARITY_CLAIMS.md
- PLAN.md
- QA_PLAN.md
- README.md
- SOURCE_TRACE.md
- SPEC.md
- TEST_MATRIX.md
- VALIDATION_TEMPLATE.md
- checks/acceptance.md
Proof gates
Checks that prevent a vague implementation from being reported as complete.
- ✓Compile validation catches bad routes
- ✓Checkpoint interfaces are explicit
- ✓Interrupt resume is tested
- ✓No heavyweight graph dependency required
Risks covered
Failure modes the Buildprint makes visible before an agent can hide them in “done”.
- ⚠Fake durability
- ⚠Unclear state reducers
- ⚠Side effects without checkpoints
What this ships
01
Typed state schema
02
Graph builder
03
Checkpoint saver
04
Interrupt/resume
05
Streaming invoke
Validation evidence
For newer phase-flow Buildprints, this names replay or outcome evidence. For older registry entries, it lists the included validation checks.
- Compile validation catches bad routes
- Checkpoint interfaces are explicit
- Interrupt resume is tested
- No heavyweight graph dependency required
Copyable agent prompt
Use the Agent Buildprint: Portable Durable Agent Graph Runtime.
Bootstrap it with `agb start https://agent-buildprint.com/buildprints/portable-durable-agent-graph-runtime/package.json ./my-build` or inspect the GitHub folder. Follow BUILDPRINT.md as the authority spine, read the supporting contracts/checks before implementation, preserve the stated non-goals and safety gates, and do not claim completion until the included validation checks pass.