PRODUCT
Phase 2: Full Agent Workflow Tracing Is Here
When we launched Prysm AI, we solved the first problem: seeing inside your LLM calls. Every token, every cost, every latency spike, every security threat — captured automatically through a single proxy endpoint.
But LLM calls are only half the picture. Modern AI applications aren’t single API calls — they’re agent workflows. A LangGraph agent might make 15 LLM calls, invoke 8 tools, delegate to 3 sub-agents, and make dozens of decisions before producing a final answer. Until today, you could see each LLM call individually, but you couldn’t see the forest for the trees.
Phase 2 changes that. Today we’re shipping five major features that give you complete visibility into agent workflows.
1. Unified Timeline
The Unified Timeline merges LLM traces, tool events, and session events into a single chronologically-ordered stream. No more switching between three different views to understand what happened. Filter by time range, event type, session, or free-text search. Every event shows its source, timing, and relevant metrics — click to expand for full details.
2. Tool Performance Dashboard
Your agents are only as reliable as the tools they use. The new Tool Performance dashboard shows success rates, latency distributions, and failure patterns for every tool in your stack. A scatter plot visualizes each individual call over time, making it easy to spot degradation patterns or intermittent failures.
3. Agent Decision Explainability
This is the feature we’re most excited about. For every decision your agent makes — selecting a tool, delegating to a sub-agent, generating code — Prysm now shows you why. We trace backward through the event sequence to find the triggering LLM call, show the preceding context that informed the decision, and display the consequences that followed.
4. Directed Workflow Graph
See your agent’s execution as a directed graph. Each node represents an event (LLM call, tool invocation, decision, delegation), and edges show the execution flow. Pan, zoom, and click any node to inspect its metadata. This is particularly powerful for LangGraph and Microsoft Agent Framework workflows where the execution path isn’t linear.
5. Microsoft Agent Framework Integration
We’ve added first-class support for Microsoft Agent Framework — the successor to AutoGen. Three middleware classes (PrysmAgentMiddleware, PrysmFunctionMiddleware, PrysmChatMiddleware) capture agent runs, function calls, and LLM completions automatically. Install with pip install prysmai[agent-framework] and add three lines of code.
What’s Next
Phase 3 is already in development: multi-agent coordination, shared memory systems, and cross-agent communication tracing. If you’re building complex agent architectures, we’d love to hear what you need.