# Portable Durable Agent Graph Runtime - Agent Guide

LangGraph-inspired durable graph runtime Buildprint with source trace, scoped TypeScript reversal proof, checkpoints, interrupts, streaming, reducers, and Send fanout.

## Agent instruction

Do not scrape the human UI. Use this agent guide, the package manifest, and raw Buildprint files.

1. Fetch package manifest: `/buildprints/portable-durable-agent-graph-runtime/package.json`
2. Read order: `BUILDPRINT.md`.
3. Do not scrape human cards. Use this manifest, agent.md, and raw files. BUILDPRINT.md is the canonical start file and owns the required read order, phase gates, and acceptance gates. Structured control files are machine-readable mirrors only.
4. Follow the Buildprint's alignment/question rules before implementation.
5. Run required validation and write requested validation evidence plus the final chat handover.

## Metadata

- slug: `portable-durable-agent-graph-runtime`
- category: `Mapped Project`
- tier: `agent-grade`
- status: `validated`
- runtime: TypeScript, Clean-room runtime proof
- stack: Typed state graph, Reducers, Checkpointing, Interrupt/resume, Send fanout

## Entrypoints

- Human page: /buildprints/portable-durable-agent-graph-runtime/
- Manifest JSON: /buildprints/portable-durable-agent-graph-runtime/package.json
- Prompt: /buildprints/portable-durable-agent-graph-runtime/prompt.txt
- GitHub: https://github.com/DomEscobar/agent-buildprint/tree/main/buildprints/portable-durable-agent-graph-runtime
- Raw base: https://agent-buildprint.com/buildprints/portable-durable-agent-graph-runtime/files

## Files

- `BUILDPRINT.md` - compatibility bootstrap or package contract (required)
- `checks/acceptance.md` - acceptance checklist (required)
- `CONTRACTS.md` - legacy interface/data contracts, when present (required)
- `PARITY_CLAIMS.md` - Buildprint package file (required)
- `PLAN.md` - legacy execution index, when present (required)
- `publication.json` - machine-readable mirror (required)
- `QA_PLAN.md` - Buildprint package file (required)
- `README.md` - human overview, non-authoritative (required)
- `SOURCE_TRACE.md` - Buildprint package file (required)
- `SPEC.md` - legacy behavior requirements, when present (required)
- `SYSTEM_MAP.md` - Buildprint package file (required)
- `TEST_MATRIX.md` - legacy risk-to-test alignment, when present (required)
- `THREAT_MODEL.md` - Buildprint package file (required)
- `TRACEABILITY_MATRIX.md` - Buildprint package file (required)
- `VALIDATION_TEMPLATE.md` - legacy completion report template, when present (required)

## Copyable implementation prompt

```txt
Use the Portable Durable Agent Graph Runtime Buildprint. First bootstrap exact snapshots: agb start https://agent-buildprint.com/buildprints/portable-durable-agent-graph-runtime/package.json . If agb is not installed, clone https://github.com/DomEscobar/agent-buildprint and run node agent-buildprint/bin/agb.js start https://agent-buildprint.com/buildprints/portable-durable-agent-graph-runtime/package.json . Then read .buildprint/next-agent.md and continue. Do not write Buildprint snapshots manually. Keep claims scoped to workflow proof and mocked runtime; do not claim LangGraph drop-in parity or production storage equivalence.
```
