feat(host): implement GraphologyHostConfig — render ujsx templates to graphology DAG

This commit is contained in:
2026-05-21 21:23:28 +00:00
parent d63ef886d8
commit efded0946e
3 changed files with 777 additions and 6 deletions

View File

@@ -1 +1,2 @@
export {};
export { GraphologyHostConfig } from "./graphology.js";
export type { WorkflowTag, GraphNode, GraphContext, OperationRegistry } from "./graphology.js";