Overview
Total runs
—
Success rate
—
Avg duration
—
p95: —
Total cost
—
No runs in this period.
Add Farol to your agent with one decorator
from farol import trace
@trace(agent_name="my-agent", farol_key="frl_...")
def my_agent(task, run=None):
with run.span("llm_call", type="llm") as span:
response = llm.call(task)
span.output_tokens = response.usage.output_tokens
Sign up free →
Demo data · 4 agents · 41 runs total
Runs
Showing — runs
| Agent | Topic | Model | Status | Quality | Anomaly | Steps | Duration | Tokens | Cost | Error | Timestamp |
|---|
Click any row to view its trace timeline.