@suluk/agents - v0.1.6
    Preparing search index...

    Interface UnflattenSuggestion

    interface UnflattenSuggestion {
        agent: string;
        reason: string;
        moveToColdTail: string[];
        wouldSaveTokens: number;
        alsoConsider: string;
    }
    Index

    Properties

    agent: string
    reason: string
    moveToColdTail: string[]
    wouldSaveTokens: number
    alsoConsider: string