Feature

Feature companion object that implements AIAgentFeature for the checkpoint functionality.

Properties

Link copied to clipboard
open override val key: AIAgentStorageKey<Persistency>

The storage key used to identify this feature in the agent's feature registry.

Functions

Link copied to clipboard

Creates the default configuration for this feature.

Link copied to clipboard
open override fun install(config: PersistencyFeatureConfig, pipeline: AIAgentPipeline)

Installs the checkpoint feature into the agent pipeline.

Link copied to clipboard
open fun installUnsafe(config: Any?, pipeline: AIAgentPipeline)