moved note_creation to a speacial agent added directory traversal for graph state

This commit is contained in:
Arjun 2026-01-08 22:17:37 +05:30 committed by Ramnique Singh
parent 83f426bd98
commit 7ab811f27f
3 changed files with 54 additions and 10 deletions

View file

@ -5,7 +5,7 @@
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"build": "rm -rf dist && tsc",
"build": "rm -rf dist && tsc && mkdir -p dist/knowledge && cp src/knowledge/note_creation.md dist/knowledge/",
"dev": "tsc -w"
},
"dependencies": {