Pillar · observatory

Observatory — show your CFO where the AI money goes.

Cost dashboard, Iron Man HUD, Grafana, audit trail. Per-run, per-project, per-model, per-token spend. Real OTel through VictoriaMetrics + VictoriaLogs, populated by mixed-tenant load. One docker compose brings the stack up. Point your CFO at a live Grafana board — not a screenshot — and they sign off.

from sagewai.observability import CostTracker

with CostTracker(project="acme-prod") as cost:
    agent.run(task)
print(cost.breakdown_by_model())  # paste straight into the slide

Other pillars