Merge remote-tracking branch 'upstream/feat/queue-based-graph-engine' into feat/rag-2

This commit is contained in:
QuantumGhost
2025-09-17 18:00:48 +08:00
102 changed files with 2961 additions and 2025 deletions

View File

@ -43,6 +43,10 @@ jobs:
if: steps.changed-files.outputs.any_changed == 'true'
run: uv sync --project api --dev
- name: Run Import Linter
if: steps.changed-files.outputs.any_changed == 'true'
run: uv run --directory api --dev lint-imports
- name: Run Basedpyright Checks
if: steps.changed-files.outputs.any_changed == 'true'
run: dev/basedpyright-check