mirror of
https://git.mirrors.martin98.com/https://github.com/bytedance/deer-flow
synced 2025-08-18 18:25:57 +08:00
chore: add langgraph-dev
This commit is contained in:
parent
72e70357b2
commit
5fc09011a6
3
Makefile
3
Makefile
@ -15,5 +15,8 @@ serve:
|
|||||||
test:
|
test:
|
||||||
uv run pytest tests/
|
uv run pytest tests/
|
||||||
|
|
||||||
|
langgraph-dev:
|
||||||
|
uvx --refresh --from "langgraph-cli[inmem]" --with-editable . --python 3.12 langgraph dev --allow-blocking
|
||||||
|
|
||||||
coverage:
|
coverage:
|
||||||
uv run pytest --cov=src tests/ --cov-report=term-missing
|
uv run pytest --cov=src tests/ --cov-report=term-missing
|
||||||
|
Loading…
x
Reference in New Issue
Block a user