Files
Bro_js_Agent/langgraph.json
T
RomanKurlygin c02268a180 Initial commit: KFU Course Agent
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-26 00:16:45 +03:00

9 lines
135 B
JSON

{
"dependencies": ["."],
"graphs": {
"agent": "./agent.py:agent",
"pipeline": "./agent.py:pipeline"
},
"env": ".env"
}