lloyal-agents API Reference
    Preparing search index...

    Interface ResearchToolOpts

    Configuration for ResearchTool

    interface ResearchToolOpts {
        reporterPrompt: { system: string; user: string };
        systemPrompt: string;
        maxTurns?: number;
        pressure?: PressureThresholds;
        trace?: boolean;
    }
    Index

    Properties

    reporterPrompt: { system: string; user: string }

    Prompt pair used to extract findings from hard-cut agents

    systemPrompt: string

    System prompt for each spawned research agent

    maxTurns?: number

    Maximum tool-use turns per research agent (default: 20)

    pressure?: PressureThresholds

    Context pressure thresholds for sub-agent pools

    trace?: boolean

    Enable trace logging for sub-agent pools