- Implement Live Worker Streaming: wire ai_client.comms_log_callback to Tier 3 streams - Add Parallel DAG Execution using asyncio.gather for non-dependent tickets - Implement Automatic Retry with Model Escalation (Flash-Lite -> Flash -> Pro) - Add Tier Model Configuration UI to MMA Dashboard with project TOML persistence - Fix FPS reporting in PerformanceMonitor to prevent transient 0.0 values - Update Ticket model with retry_count and dictionary-like access - Stabilize Gemini CLI integration tests and handle script approval events in simulations - Finalize and verify all 6 phases of the implementation plan
13 lines
168 B
TOML
13 lines
168 B
TOML
roles = [
|
|
"User",
|
|
"AI",
|
|
"Vendor API",
|
|
"System",
|
|
]
|
|
active = "main"
|
|
|
|
[discussions.main]
|
|
git_commit = ""
|
|
last_updated = "2026-03-01T22:32:23"
|
|
history = []
|