An agent is a named actor responsible for a call (Documentation Index
Fetch the complete documentation index at: https://docs.foglamp.dev/llms.txt
Use this file to discover all available pages before exploring further.
agentName). The
Agents view rolls every trace up by agent, independent of which workflow it
ran in, so you can answer “how is my retriever behaving overall?”
Set agentName on a call’s integration to populate this view.
Agents list
A card per agent over the selected range: span count (and the LLM-span subset), tokens, p95 latency, and cost, with an error badge when any of its spans failed.Agent detail
Opening an agent shows:- Stat cards — spans, tokens, latency (p50 / p95), and cost, plus an error count.
- Latest trace flow — a graph of the agent’s most recent trace’s steps and tool calls (model logos for LLM steps, tool icons for tools). Click through to the full trace.
- Recent traces — the agent’s latest runs with spans, tokens, duration, cost, and a replay shortcut on each row.

