Package com.rpl.agentorama.analytics
Interface SubagentInvokeStats
public interface SubagentInvokeStats
Statistics for subagent invocations within an agent execution.
SubagentInvokeStats provides metrics for tracking how many times a specific
subagent was invoked and the aggregated statistics across all those invocations.
-
Method Summary
Modifier and TypeMethodDescriptionGets the aggregated basic statistics across all invocations of this subagent.intgetCount()Gets the number of times this subagent was invoked.
-
Method Details
-
getCount
int getCount()Gets the number of times this subagent was invoked.- Returns:
- invocation count
-
getBasicStats
BasicAgentInvokeStats getBasicStats()Gets the aggregated basic statistics across all invocations of this subagent.- Returns:
- aggregated basic agent invocation statistics
-