chore: add Python and LangGraph stuff

This commit is contained in:
Henry Li
2026-01-14 07:15:02 +08:00
parent 81bd4dafa8
commit c2a62a2266
5 changed files with 1239 additions and 0 deletions

8
backend/langgraph.json Normal file
View File

@@ -0,0 +1,8 @@
{
"$schema": "https://langgra.ph/schema.json",
"dependencies": ["."],
"env": {},
"graphs": {
"lead_agent": "src.agents:lead_agent"
}
}