Files
deer-flow/backend/Makefile

12 lines
198 B
Makefile
Raw Normal View History

2026-01-14 07:15:02 +08:00
install:
uv sync
dev:
uvx --refresh --from "langgraph-cli[inmem]" --with-editable . --python 3.12 langgraph dev --no-browser --allow-blocking
2026-01-14 09:20:05 +08:00
lint:
uvx ruff check .
format:
uvx ruff format .