lloyal-agents API Reference
    Preparing search index...

    Interface PlanToolOpts

    Configuration for PlanTool.

    interface PlanToolOpts {
        maxQuestions: number;
        prompt: { system: string; user: string };
        session: Session;
    }
    Index

    Properties

    maxQuestions: number

    Maximum number of sub-questions the planner may produce.

    prompt: { system: string; user: string }

    System and user prompt templates. User prompt supports {{count}} and {{query}} placeholders.

    session: Session

    Active session whose trunk is used as the parent branch for generation.