jason.woltje
  • Joined on 2025-11-30
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#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#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#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#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
jason.woltje closed issue mosaic/stack#369 2026-02-15 08:04:32 +00:00
Install @mosaicstack/telemetry-client in API
jason.woltje pushed to feature/m13-speech-services at mosaic/stack 2026-02-15 08:03:47 +00:00
4cc43bece6 feat(#401): add speech services config and env vars
jason.woltje pushed to feature/m10-telemetry at mosaic/stack 2026-02-15 08:03:01 +00:00
96ca58e69b feat(#375): frontend token usage and cost dashboard
jason.woltje pushed to feature/m12-matrix-bridge at mosaic/stack 2026-02-15 08:02:31 +00:00
4a5cb6441e feat(#384): Add Synapse + Element Web to docker-compose for dev
6e4236b359 chore(orchestrator): Bootstrap M12-MatrixBridge tasks.md
Compare 2 commits »
jason.woltje created branch feature/m12-matrix-bridge in mosaic/stack 2026-02-15 08:02:30 +00:00
jason.woltje pushed to feature/m10-telemetry at mosaic/stack 2026-02-15 07:58:07 +00:00
74a50441cc docs(#376): telemetry integration guide
jason.woltje pushed to feature/m13-speech-services at mosaic/stack 2026-02-15 07:56:10 +00:00
fb53272fa9 chore(orchestrator): Bootstrap M13-SpeechServices tasks.md