feat: refine assistant logic and update docs

This commit is contained in:
future
2026-04-09 21:03:02 +03:00
parent ebe79c3692
commit 42c064a274
19 changed files with 1958 additions and 492 deletions

View File

@@ -1,7 +1,12 @@
.PHONY: run check qwen-context
PYTHON := python3
ifneq ($(wildcard .venv/bin/python),)
PYTHON := .venv/bin/python
endif
run:
python run.py
$(PYTHON) run.py
check:
./scripts/qwen-check.sh