Skip to content

Interface IAgentToolRegistry

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

Collects tool descriptors contributed to the active agentic runtime pack.

public interface IAgentToolRegistry

Adds a tool descriptor to the registry.

void Add(AgentToolDescriptor tool)

tool AgentToolDescriptor

The tool descriptor to contribute.