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

    Interface RoutingMemoryExport

    Export format for routing memory. Version field enables future schema migrations.

    interface RoutingMemoryExport {
        version: "1.0";
        exportedAt: Date;
        preferences: readonly PreferenceRecord[];
        experiences: readonly ExperienceRecord[];
        actions: readonly ActionRecord[];
    }
    Index

    Properties

    version: "1.0"

    Schema version

    exportedAt: Date

    When the export was created

    preferences: readonly PreferenceRecord[]

    Preference records

    experiences: readonly ExperienceRecord[]

    Experience records

    actions: readonly ActionRecord[]

    Action records