Files
langgraph/advanced-graph-examples/Makefile
T
2026-03-16 16:53:09 -07:00

7 lines
118 B
Makefile

PYTHON_VERSION ?= 3.13
.PHONY: run-basic
run-basic:
uv run --python $(PYTHON_VERSION) python examples/basic_run.py