This commit is contained in:
William Fu-Hinthorn
2024-09-13 16:30:31 -07:00
parent 523dc46aff
commit 4e6582bd91
13 changed files with 29 additions and 113 deletions

View File

@@ -1,7 +1,7 @@
{
"dependencies": ["."],
"graphs": {
"agent": "./src/react_agent/graph.py:graph"
"agent": "./src/agent/graph.py:graph"
},
"env": ".env"
}