holon 0.14.1

A headless, event-driven runtime for long-lived agents
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "holon-benchmark",
  "private": true,
  "type": "module",
  "scripts": {
    "test": "node --test tests/*.test.mjs",
    "run": "node run.mjs",
    "guardrails": "node run.mjs --task fix-greeting-preserves-case.json --task followup-greeting-context.json --task coordination-sequential-render-plan.json --task analysis-runtime-architecture.json --task bounded-synthesis-analysis-runtime.json"
  },
  "dependencies": {
    "@anthropic-ai/claude-agent-sdk": "0.2.90",
    "yaml": "2.8.1"
  }
}