build

abstract override fun build(): AIAgentContextBase(source)

Builds and returns an instance of AIAgentContextBase based on the current properties of the builder. This method creates a finalized AI agent context, integrating all the specified configurations, environment settings, and components into a coherent context object ready for use.

Return

A fully constructed AIAgentContextBase instance representing the configured agent context.