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):
response = llm.call(task)
run["input_tokens"] = response.usage.input_tokens
run["output_tokens"] = response.usage.output_tokens
return response.text
Sign up free →
Demo data · 5 agents · sample runs
Runs
Showing — runs
| Agent | Topic | Model | Status | Quality | Anomaly | Steps | Duration | Tokens | Cost | Error | Timestamp |
|---|
Click any row to view its trace timeline.