lloyal-agents API Reference
    Preparing search index...

    Interface DivergeAttempt

    Single attempt result from diverge

    interface DivergeAttempt {
        branch: Branch;
        output: string;
        ppl: number;
        tokenCount: number;
    }
    Index

    Properties

    branch: Branch

    The attempt's branch (only the best branch survives after diverge)

    output: string

    Generated text for this attempt

    ppl: number

    Model perplexity — lower indicates more coherent generation

    tokenCount: number

    Number of tokens generated