# Task Graph Kit

Version 0.1.0 · Original reference kit · MIT

Run dependent tasks in order, produce structured results and block downstream tasks on failure.

## Run locally

Node.js 20 or later. No dependencies, API keys or network access required.

```text
node example.mjs
node --test graph.test.mjs
```

## Scope

In-process, sequential reference only. No durable checkpoints, parallel scheduling, timeouts, isolation or model calls. Task functions are trusted local code. Retry only idempotent work. Not the ID Axis production engine.

Bundled data is synthetic. Source and tests are included; see LICENSE for terms. This is not proprietary model source or the production Axis framework.

## 中文说明

顺序执行依赖任务、输出结构化结果、阻断失败任务的下游。

需要 Node.js 20 或以上，无依赖，无需账号或密钥，执行不联网。按上方命令运行。

进程内顺序执行参考，不含持久检查点、并发调度、超时、隔离或模型调用。任务函数为可信代码，重试仅适合幂等操作。不是 ID Axis 核心框架源码。

附带数据均为合成样例。许可见 LICENSE。

## Version history

0.1.0 — Initial reference kit, 2026-09-24.
