Remove RAG requestor Promise bridges

This commit is contained in:
elpresidank 2026-06-02 00:54:47 -05:00
parent 88db18fbda
commit 5979d38b99
11 changed files with 249 additions and 293 deletions

View file

@ -6,9 +6,6 @@
* Env:
* NATS_URL (default: nats://localhost:4222)
*/
import { run } from "../packages/flow/src/agent/react/service.js";
import {runMain} from "../packages/flow/src/agent/react/service.js";
run().catch((err) => {
console.error("Agent service failed:", err);
process.exit(1);
});
runMain();