mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-03 14:22:13 +08:00
12 lines
198 B
Makefile
12 lines
198 B
Makefile
install:
|
|
uv sync
|
|
|
|
dev:
|
|
uvx --refresh --from "langgraph-cli[inmem]" --with-editable . --python 3.12 langgraph dev --no-browser --allow-blocking
|
|
|
|
lint:
|
|
uvx ruff check .
|
|
|
|
format:
|
|
uvx ruff format .
|