Debugger
Debugger feature provides the functionality of monitoring and recording events during the operation of an AI agent. It integrates into an AI agent pipeline, allowing the collection and processing of various agent events such as start, end, errors, tool calls, and strategy executions.
This feature serves as a debugging tool for analyzing the AI agent's behavior and interactions with its components, providing insights into the execution flow and potential issues.
Constructors
Types
Link copied to clipboard
object Feature : AIAgentGraphFeature<DebuggerConfig, Debugger> , AIAgentFunctionalFeature<DebuggerConfig, Debugger>
Companion object implementing agent feature, handling Debugger creation and installation.