mirror of
https://github.com/langchain-ai/react-agent.git
synced 2026-08-26 17:37:01 -04:00
9 lines
159 B
JSON
9 lines
159 B
JSON
{
|
|
"$schema": "https://langgra.ph/schema.json",
|
|
"dependencies": ["."],
|
|
"graphs": {
|
|
"agent": "./src/react_agent/graph.py:graph"
|
|
},
|
|
"env": ".env"
|
|
}
|