mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-01 09:29:38 +02:00
Migrate knowledge core service to ref-backed Effect state
This commit is contained in:
parent
5979d38b99
commit
0da0df81c4
5 changed files with 976 additions and 642 deletions
|
|
@ -7,9 +7,6 @@
|
|||
* NATS_URL (default: nats://localhost:4222)
|
||||
* KNOWLEDGE_DATA_DIR (optional, e.g., ./data/knowledge)
|
||||
*/
|
||||
import { run } from "../packages/flow/src/cores/service.js";
|
||||
import {runMain} from "../packages/flow/src/cores/service.js";
|
||||
|
||||
run().catch((err) => {
|
||||
console.error("Knowledge core service failed:", err);
|
||||
process.exit(1);
|
||||
});
|
||||
runMain();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue