↓ 66 callersClassSpanA single unit of work in an agent trace. Captures inputs, outputs, timing, and cost for one step (tool call, LLM inference, delegation, etc.)
agent-governance-python/agent-sre/src/agent_sre/replay/capture.py:39
↓ 50 callersClassCostGuardCost tracking, budgeting, and anomaly detection. Tracks per-task and per-agent costs, enforces budgets, detects anomalies, and can auto-throt
agent-governance-python/agent-sre/src/agent_sre/cost/guard.py:120