Package-level declarations

Types

Link copied to clipboard
class CollectedSubgraphTraces(maxPerSubgraph: Int)

Thread-safe container for collected subgraph execution traces and whole-agent trajectory.

Link copied to clipboard

Feature that applies an OptimizationArtifact to an agent at strategy start.

Link copied to clipboard

Configuration for the PromptOptimizationFeature.

Link copied to clipboard
class SubgraphTraceCollectionConfig : FeatureConfig
Link copied to clipboard

Optimizer-internal feature that captures both per-subgraph traces and whole-agent trajectory.

Functions

Link copied to clipboard
fun GraphAIAgent.FeatureContext.collectSubgraphTraces(configure: SubgraphTraceCollectionConfig.() -> Unit = {})

Installs the SubgraphTraceCollectionFeature to collect subgraph execution traces and whole-agent trajectory.

Link copied to clipboard
fun GraphAIAgent.FeatureContext.installPromptOptimization(configure: PromptPromptOptimizationFeatureConfig.() -> Unit = {})

Installs the PromptOptimizationFeature with the given configuration.