Skip to content

IAgentFrameworkFunctionScanner

NexusLabs.Needlr.AgentFramework

NexusLabs.Needlr.AgentFramework

IAgentFrameworkFunctionScanner Interface

Defines a scanner that discovers types containing AgentFunctionAttribute-decorated methods.

public interface IAgentFrameworkFunctionScanner

Derived
GeneratedAgentFunctionScanner

Methods

IAgentFrameworkFunctionScanner.ScanForFunctionTypes() Method

Scans for types that contain at least one method decorated with AgentFunctionAttribute.

System.Collections.Generic.IReadOnlyList<System.Type> ScanForFunctionTypes();

Returns

System.Collections.Generic.IReadOnlyList<System.Type>