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

    Interface PersistentDistillerConfig

    Learning exports - Closed-loop feedback and routing improvement Split from index.ts for file size compliance (Issue #285)

    interface PersistentDistillerConfig {
        filePath?: string;
        dataDir?: string;
    }
    Index

    Properties

    Properties

    filePath?: string

    Override the file path (useful for testing).

    dataDir?: string

    Override the data directory (useful for testing).