Uses of Class
org.mockserver.llm.analysis.AgentRunAnalyzer.CallGraph
Packages that use AgentRunAnalyzer.CallGraph
-
Uses of AgentRunAnalyzer.CallGraph in org.mockserver.llm.analysis
Methods in org.mockserver.llm.analysis that return AgentRunAnalyzer.CallGraphModifier and TypeMethodDescriptionAgentRunAnalyzer.buildCallGraph(List<HttpRequest> requests, Provider provider) Build a correlated call graph for an agent run: a node per message, a node per assistant tool call,NEXTedges along the message sequence,INVOKESedges from an assistant turn to the tool calls it made, andRESULTedges from a tool call to the tool message that returned its result (correlated by tool-call id, mirroring the matcher's correlation).