install

open override fun install(config: PersistencyFeatureConfig, pipeline: AIAgentPipeline)(source)

Installs the checkpoint feature into the agent pipeline.

This method sets up the necessary interceptors to:

  • Restore the latest checkpoint when the agent starts

  • Track the current node being executed

  • Create checkpoints after node execution (if continuous persistence is enabled)

Parameters

config

The configuration for the checkpoint feature

pipeline

The agent pipeline to install the feature into