fix: Rename graph to tools_agent

This commit is contained in:
bracesproul
2025-05-13 12:47:38 -07:00
parent 31e92d9730
commit cf26e09938
+1 -1
View File
@@ -1,7 +1,7 @@
{
"dependencies": ["."],
"graphs": {
"agent": "./tools_agent/agent.py:graph"
"tools_agent": "./tools_agent/agent.py:graph"
},
"env": ".env",
"python_version": "3.11",