trustgraph/ts/scripts/run-agent.ts

12 lines
224 B
TypeScript
Raw Normal View History

/**
* Start the ReAct agent service.
*
* Usage: pnpm tsx scripts/run-agent.ts
*
* Env:
* NATS_URL (default: nats://localhost:4222)
*/
2026-06-02 00:54:47 -05:00
import {runMain} from "../packages/flow/src/agent/react/service.js";
2026-06-02 00:54:47 -05:00
runMain();