{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/eidolon-resource/_shared/latest--LongTermMemoryUnit.json",
  "title": "LongTermMemoryUnit",
  "x-lintel": {
    "source": "https://www.eidolonai.com/json_schema/v1/schemas/LongTermMemoryUnit/LongTermMemoryUnit.json",
    "sourceSha256": "0f3e2ed3a0d7ed305dc8abb9681d397058a80824f05a0af7a20afed48e289802"
  },
  "type": "object",
  "properties": {
    "implementation": {
      "const": "LongTermMemoryUnit",
      "title": "Implementation"
    },
    "user_scoped": {
      "title": "User Scoped",
      "type": "boolean"
    },
    "llm_unit": {
      "anyOf": [
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/eidolon-resource/_shared/latest--overview.json"
        },
        {
          "type": "null"
        }
      ],
      "default": null
    }
  },
  "additionalProperties": false,
  "required": [
    "user_scoped",
    "implementation"
  ],
  "reference_details": {
    "clz": "eidolon_ai_sdk.apu.longterm_memory_unit.LongTermMemoryUnit",
    "groups": [
      "LongTermMemoryUnit"
    ],
    "name": "LongTermMemoryUnit",
    "overrides": {}
  }
}
