Skip to content

IAIAgentBuilderPlugin

NexusLabs.Needlr.AgentFramework

NexusLabs.Needlr.AgentFramework

IAIAgentBuilderPlugin Interface

Marker interface for classes that participate in configuring the agent builder pipeline (e.g., adding middleware layers).

public interface IAIAgentBuilderPlugin

Methods

IAIAgentBuilderPlugin.Configure(AIAgentBuilderPluginOptions) Method

Called during agent factory initialisation to configure the agent builder.

void Configure(NexusLabs.Needlr.AgentFramework.AIAgentBuilderPluginOptions options);

Parameters

options AIAgentBuilderPluginOptions