start adding dummy nodes

This commit is contained in:
William Jeynes
2026-01-28 21:26:34 +00:00
parent a3201d17a2
commit c6416622e4
14 changed files with 188 additions and 61 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{
"dependencies": ["."],
"graphs": {
"agent": "./index.ts:agent"
"agent": "./agent.ts:agent"
},
"env": ".env"
}