Skip to content

Interface IAgentToolContributor

Namespace: Cephalon.Agentics.Services
Assembly: Cephalon.Agentics.dll

Allows a module to contribute tools into the active agentic runtime pack.

public interface IAgentToolContributor

Registers one or more tool descriptors with the supplied registry.

void RegisterTools(IAgentToolRegistry tools)

tools IAgentToolRegistry

The registry that collects contributed tool descriptors.