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 slideOther pillars
- SDK — the harness that works with any LLM.$0.004 to triage 6 support emails on Haiku 4.5
- Autopilot — describe the goal, we design the agents.Goals in, agents out — Curator captures every run
- Fleet — workers, dispatch, scoped routing.24 workers / 100 tasks / 0 cross-tenant leaks (CI-gated)
- Training Loop — from juggernauts to your own model.$0.35 RunPod fine-tune, deployed via Ollama