mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-25 00:16:29 +02:00
moved note_creation to a speacial agent added directory traversal for graph state
This commit is contained in:
parent
83f426bd98
commit
7ab811f27f
3 changed files with 54 additions and 10 deletions
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue