Package-level declarations

Types

Link copied to clipboard
class Debugger(val port: Int, val awaitInitialConnectionTimeout: Duration? = null)

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.

Link copied to clipboard

Configuration class for managing debugger-specific settings.

Functions

Link copied to clipboard

Extension function to access the Debugger feature from an agent context.