|
Test / backend-test (pull_request) Has been cancelled
Details
Test / frontend-unit (pull_request) Has been cancelled
Details
Test / api-e2e (pull_request) Has been cancelled
Details
Test / frontend-e2e (pull_request) Has been cancelled
Details
P0 #1: Fix autonomy_paused event deadlock — split _check_autonomy_pause into _detect_autonomy_pause (non-blocking) + _await_autonomy_resume (blocking). Caller now yields the pause event BEFORE awaiting resume, so the frontend receives it and the resume handler doesn't deadlock. P1 #2+#6: Fix retrieve_prompt_reflection field mapping — read output_summary/reflection/quality_score from MemoryItem.value dict (matching EpisodicMemory.search shape) instead of metadata. Score filtering uses stored quality_score, not search relevance score. P1 #3: Add optional task_type filter to cleanup_expired so prompt_reflection TTL cleanup doesn't delete all episodic records. P1 #4: Disable parallel tool execution in autonomy mode — dangerous tools must go through _check_autonomy_gate, which only runs in the serial path. P1 #5: Add _track_tool_result_for_autonomy to parallel result loop so tool failures are counted toward the consecutive_failures threshold. Tests: adapt test_autonomy_paused.py to new detect/await interface; fix test_lead_reflection_retrieval.py mock shape (fields in value dict). 137 IQ-boost tests pass, ruff clean. |
||
|---|---|---|
| .. | ||
| documents | ||
| e2e | ||
| integration | ||
| manual | ||
| routes | ||
| tools | ||
| unit | ||
| __init__.py | ||
| conftest.py | ||
| test_routing_chain.py | ||