### Bugfixes — Agent Chat 'Думаю' State Leak - fix(agent-chat): loadHistory() now resets streamingState/idle + cancels stale submission — prevents 'Думаю' state leak across conversation switches - fix(agent-chat): onDisconnected/onDisconnectedPermanent cascade to streamingState — prevents permanent hang on connection loss during stream - fix(agent-chat): guard on isLoadingHistory — prevents false commit of 'agent unavailable' fallback when switching conversations - fix(agent-chat): remove race in _sendNow empty-response check vs Svelte microtask (duplicate logic removed, handles correctly) - fix(stream-processor): confirm_resolved now appends msg.text to partialText instead of dropping it ### Bugfixes — Backend PDF Upload - fix(document-parser): _detect_format_by_magic() — reads file header magic bytes as fallback when Gradio loses filename - fix(document-parser): improved name extraction — tries orig_name, path stem - fix(document-parser): @RELATION AgentChatTypes -> AgentChat.Types ### HITL Flow & Agent Chat Improvements - feat(agent): HITL resume confirm/deny with userId/userJwt/envId propagation - feat(agent): confirm_required metadata fallback via aget_state() after 'Event loop is closed' error during interrupt - feat(agent): interrupt_before re-enabled via AGENT_CONFIRM_TOOLS env var - feat(frontend): debug panel with connection/stream state monitoring - feat(frontend): AgentChatModel constructor options + onBeforeSend callback - feat(frontend): crypto.randomUUID() for local conversation ID on first send ### Backend Agent Refactoring - refactor(agent): langgraph_setup — monkey-patch for PydanticSerializationError - refactor(agent): tools.py — dual identity headers, expanded tool set - refactor(agent): run.py — _find_free_port, Gradio server port fallback - refactor(agent): app.py — file size validation, message truncation, HITL path ### Frontend - feat(dashboard-hub): DashboardHubModel with filters, pagination, git actions - feat(ui): DateRangeFilter component - feat(i18n): new dashboard keys; cache tooltips fix - fix(i18n): full run tooltips — cache is NOT ignored ### Semantic Protocol - chore(agents): update all agents with canonical format - chore(skills): sync semantics-core, semantics-contracts, molecular-cot-logging ### Housekeeping - chore: remove stale semantic reports (10 files, Jan 2026) - chore: update 033-gradio-agent-chat specs, contracts, UX, tasks, tests - chore: add .agents/ directory (mirrors .opencode/ agent layouts) - chore: update run.sh with DEV_MODE, port management
75 lines
1.3 KiB
Plaintext
Executable File
75 lines
1.3 KiB
Plaintext
Executable File
annotated-doc==0.0.4
|
|
annotated-types==0.7.0
|
|
anyio==4.12.0
|
|
APScheduler==3.11.2
|
|
attrs==25.4.0
|
|
Authlib==1.6.6
|
|
certifi==2025.11.12
|
|
cffi==2.0.0
|
|
charset-normalizer==3.4.4
|
|
click==8.3.1
|
|
cryptography==46.0.3
|
|
fastapi==0.126.0
|
|
greenlet==3.3.0
|
|
h11==0.16.0
|
|
httpcore==1.0.9
|
|
httpx==0.28.1
|
|
idna==3.11
|
|
jaraco.classes==3.4.0
|
|
jaraco.context==6.0.1
|
|
jaraco.functools==4.3.0
|
|
jeepney==0.9.0
|
|
jsonschema==4.25.1
|
|
jsonschema-specifications==2025.9.1
|
|
keyring==25.7.0
|
|
more-itertools==10.8.0
|
|
pycparser==2.23
|
|
pydantic>=2.7,<=2.12.3
|
|
pydantic-settings
|
|
pydantic_core==2.41.4
|
|
python-multipart==0.0.21
|
|
PyYAML==6.0.3
|
|
passlib[bcrypt]
|
|
python-jose[cryptography]
|
|
PyJWT
|
|
RapidFuzz==3.14.3
|
|
referencing==0.37.0
|
|
requests==2.32.5
|
|
rpds-py==0.30.0
|
|
SecretStorage==3.5.0
|
|
alembic==1.18.4
|
|
SQLAlchemy==2.0.45
|
|
starlette==0.50.0
|
|
typing-inspection==0.4.2
|
|
typing_extensions==4.15.0
|
|
tzlocal==5.3.1
|
|
urllib3==2.6.2
|
|
uvicorn==0.38.0
|
|
websockets==15.0.1
|
|
pandas
|
|
psycopg2-binary
|
|
openpyxl
|
|
GitPython==3.1.44
|
|
itsdangerous
|
|
email-validator
|
|
openai
|
|
playwright
|
|
tenacity
|
|
Pillow
|
|
ruff>=0.11.0
|
|
# Direct database drivers for DbExecutor (optional)
|
|
asyncpg>=0.29.0
|
|
clickhouse-connect>=0.7.0
|
|
pymysql>=1.1.0
|
|
sqlparse>=0.5.0
|
|
lingua-language-detector>=2.2.0
|
|
testcontainers[postgres]>=4.0
|
|
aiofiles>=24.1.0
|
|
aiosmtplib>=3.0.2
|
|
gradio==5.50.0
|
|
langgraph>=0.2
|
|
langchain-core>=0.3
|
|
langchain-openai>=0.3
|
|
langgraph-checkpoint-postgres
|
|
pdfplumber
|