nexus-agents - v2.80.0
    Preparing search index...

    Interface ContextFilter

    Context filter configuration. Controls what information flows to a sub-agent to prevent long-horizon degradation (AOrchestra Section 3.2).

    interface ContextFilter {
        maxTokens: number;
        relevanceThreshold: number;
        includeHistory: boolean;
        pruneStrategy: ContextPruneStrategy;
    }
    Index

    Properties

    maxTokens: number

    Maximum token budget for curated context

    relevanceThreshold: number

    Minimum relevance score (0-1) to include context items

    includeHistory: boolean

    Whether to include conversation history

    pruneStrategy: ContextPruneStrategy

    Strategy for pruning excess context