| 1 | // Drives the real Agent loop with a stubbed model to prove hooks fire correctly |
| 2 | // inside a live turn. Run with: node test-hook-integration.mjs |
| 3 | import { Agent } from "./dist/core/agent.js" |
| 4 | import { AxonClient } from "./dist/api/client.js" |
nothing calls this directly
no test coverage detected