saravanakumardb1
b8e230f018
feat(mcp-server): A2A batch-2 — STTFallbackMonitorAgent (lysnrai) + ProgressAnalystAgent (jarvis) + BrainOverflowAgent (mindlyst)
stt-fallback-monitor-pipeline.ts: lysnrai.stt.monitorFallback
- STTEventScannerAgent -> DiagnosticsLaunchAgent -> FallbackReportAgent
- Queries stt_completed telemetry, splits azure vs whisper events, computes offline rate
- Opens diagnostics session if rate exceeds threshold (default 20%); 6h default window
progress-analyst-pipeline.ts: jarvis.progress.analyze
- SessionMetricsCollectorAgent -> PlateauDetectorAgent -> ProgressReportAgent
- Collects skillMetrics timeseries per agent from recent sessions
- Detects plateau (delta < threshold), recommends increase_difficulty or supplementary_agent
brain-overflow-pipeline.ts: mindlyst.brains.checkOverflow
- BrainInventoryAgent -> OverflowDetectorAgent -> OverflowReportAgent
- Flags brains above item count threshold with no acted-on items in N days
- Per-brain suggestion: archive / reassign / review
MCP server total: 99 tools