lloyal-agents API Reference
    Preparing search index...

    Interface Toolkit

    Aggregated tool registry for agent pool consumption

    Contains the toolMap for dispatch and toolsJson for prompt formatting. Created by createToolkit.

    interface Toolkit {
        toolMap: Map<string, Tool<Record<string, unknown>>>;
        toolsJson: string;
    }
    Index

    Properties

    Properties

    toolMap: Map<string, Tool<Record<string, unknown>>>

    Name-to-instance map used by useAgentPool for tool dispatch

    toolsJson: string

    JSON-serialized tool schemas passed to formatChat() via task specs