GPT-Researcher / langgraph.json
Shreyas094's picture
Upload 528 files
372531f verified
raw
history blame
166 Bytes
{
"python_version": "3.11",
"dependencies": [
"./multi_agents"
],
"graphs": {
"agent": "./multi_agents/agent.py:graph"
},
"env": ".env"
}