Agent Graph v0.2.1 adds explicit post-confirmation resolution Actions for human gates and strengthens the observable-state contract around gated workflows.
Highlights
- Added optional gate resolution Actions to the public Graph contract.
- Required resolution Actions to be capable of changing observable state.
- Exposed the resolution Action through evaluated Routes and CLI output.
- Added schema, loader, evaluator, CLI, example, and bilingual documentation coverage.
Install
npm install --save-dev @c4a/agent-graphUse npm install @c4a/agent-graph when embedding the SDK in a host. Node.js 20 or newer is supported.
Verification
The release source passes type checking, linting, 59 unit and integration tests, and the Node.js-compatible production build.