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

    Interface PersistentOutcomeStoreConfig

    interface PersistentOutcomeStoreConfig {
        filePath?: string;
        dataDir?: string;
        maxEntries?: number;
        registry?: ModelRegistry;
    }

    Hierarchy (View Summary)

    Index

    Properties

    filePath?: string

    Override the file path (useful for testing).

    dataDir?: string

    Override the data directory (useful for testing).

    maxEntries?: number
    registry?: ModelRegistry

    Registry used to resolve vendor/family from outcome.model at write time (#2548). Defaults to the process singleton. Pass an explicit registry for tests that want deterministic resolution without touching global state.