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

5
backend/Makefile Normal file
View File

@@ -0,0 +1,5 @@
install:
uv sync
dev:
uvx --refresh --from "langgraph-cli[inmem]" --with-editable . --python 3.12 langgraph dev --no-browser --allow-blocking