jason.woltje
  • Joined on 2025-11-30
jason.woltje pushed to feature/m13-speech-services at mosaic/stack 2026-02-15 08:06:29 +00:00
52553c8266 feat(#399): add Docker Compose dev overlay for speech services
jason.woltje pushed to feature/m12-matrix-bridge at mosaic/stack 2026-02-15 08:06:06 +00:00
f238867eae chore(orchestrator): Update tasks — Phase 1 complete, Phase 2 starting
jason.woltje created pull request mosaic/stack#407 2026-02-15 08:05:46 +00:00
feat: M10-Telemetry — Mosaic Telemetry integration
jason.woltje pushed to feature/m10-telemetry at mosaic/stack 2026-02-15 08:05:11 +00:00
3cadf4317c chore: update tasks.md — all M10-Telemetry tasks complete
jason.woltje pushed to feature/m12-matrix-bridge at mosaic/stack 2026-02-15 08:05:08 +00:00
5b5d3811d6 feat(#378): Install matrix-bot-sdk and create MatrixService skeleton
jason.woltje commented on issue mosaic/stack#375 2026-02-15 08:05:02 +00:00
Frontend: Token usage and cost dashboard

Completed in commit 96ca58e on feature/m10-telemetry. Recharts dashboard with summary cards, token usage line chart, cost bar chart, task outcome pie chart, time range selector, loading/empty/error…

jason.woltje commented on issue mosaic/stack#376 2026-02-15 08:05:02 +00:00
Documentation: Telemetry integration guide

Completed in commit 74a5044 on feature/m10-telemetry. Comprehensive docs/telemetry.md (737 lines): architecture, configuration, event schema, predictions, SDK reference (JS+Python), dev guide.…

jason.woltje commented on issue mosaic/stack#374 2026-02-15 08:05:02 +00:00
Add telemetry config to docker-compose and .env

Completed in commit 0467f77 on feature/m10-telemetry. Added MOSAIC_TELEMETRY_* vars to .env.example, docker-compose.yml, docker/docker-compose.yml, and both swarm compose files.

jason.woltje commented on issue mosaic/stack#371 2026-02-15 08:05:01 +00:00
Track LLM task completions via Mosaic Telemetry

Completed in commit 639881f on feature/m10-telemetry. Created LlmTelemetryTrackerService with fire-and-forget tracking, llm-cost-table.ts with microdollar pricing. Instrumented LlmService…

jason.woltje commented on issue mosaic/stack#372 2026-02-15 08:05:01 +00:00
Track orchestrator agent task completions

Completed in commit 36e6cdd on feature/m10-telemetry. Added _emit_task_telemetry to both Coordinator and OrchestrationLoop with agent-to-telemetry field mapping, non-blocking fire-and-forget.…

jason.woltje commented on issue mosaic/stack#373 2026-02-15 08:05:01 +00:00
Prediction integration for cost estimation

Completed in commit d5bf501 on feature/m10-telemetry. PredictionService with 6hr TTL cache, startup refresh, GET /api/telemetry/estimate endpoint. Tests passing.

jason.woltje commented on issue mosaic/stack#370 2026-02-15 08:05:00 +00:00
Install mosaicstack-telemetry in Coordinator

Completed in commit 83d0cbe on feature/m10-telemetry. Installed mosaicstack-telemetry in coordinator, integrated TelemetryClient into FastAPI lifespan, created mosaic_telemetry.py helpers. 28 unit…

jason.woltje commented on issue mosaic/stack#369 2026-02-15 08:05:00 +00:00
Install @mosaicstack/telemetry-client in API

Completed in commit 0c4ad7c on feature/m10-telemetry. Installed @mosaicstack/telemetry-client, created MosaicTelemetryModule (global NestJS module), MosaicTelemetryService wrapper, config from env…

jason.woltje closed issue mosaic/stack#376 2026-02-15 08:04:40 +00:00
Documentation: Telemetry integration guide
jason.woltje closed issue mosaic/stack#375 2026-02-15 08:04:39 +00:00
Frontend: Token usage and cost dashboard
jason.woltje closed issue mosaic/stack#374 2026-02-15 08:04:37 +00:00
Add telemetry config to docker-compose and .env
jason.woltje closed issue mosaic/stack#373 2026-02-15 08:04:35 +00:00
Prediction integration for cost estimation
jason.woltje closed issue mosaic/stack#372 2026-02-15 08:04:34 +00:00
Track orchestrator agent task completions
jason.woltje closed issue mosaic/stack#371 2026-02-15 08:04:34 +00:00
Track LLM task completions via Mosaic Telemetry
jason.woltje closed issue mosaic/stack#370 2026-02-15 08:04:33 +00:00
Install mosaicstack-telemetry in Coordinator