Skip to content

Releases: context4ai/agent-graph

Agent Graph v0.2.1

Choose a tag to compare

@qiansc qiansc released this 24 Jul 04:14
Immutable release. Only release title and notes can be modified.

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-graph

Use 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.