chore: harden runtime checks and split websocket inbound/outbound flows

This commit is contained in:
2026-03-02 18:17:09 +08:00
parent 89eb94486d
commit e1ce17f2aa
7 changed files with 481 additions and 23 deletions

20
.gitignore vendored Normal file
View File

@@ -0,0 +1,20 @@
# Python cache/artifacts
__pycache__/
*.py[cod]
*$py.class
# Virtual environments
.venv/
venv/
# Tool caches
.ruff_cache/
.pytest_cache/
.uv_cache/
.uv-cache/
.uv-cache-test/
# Runtime artifacts
logs/*.log
config/.runtime_metrics.jsonl