{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/eidolon-resource/_shared/latest--AgentMachine.json",
  "title": "AgentMachine",
  "x-lintel": {
    "source": "https://www.eidolonai.com/json_schema/v1/schemas/AgentMachine/AgentMachine.json",
    "sourceSha256": "0181af0b1a2b2182a890809e34a6b97f90d686ac5aa650165fcfe886aba3cd80"
  },
  "type": "object",
  "properties": {
    "implementation": {
      "const": "AgentMachine",
      "title": "Implementation"
    },
    "symbolic_memory": {
      "$ref": "https://catalog.lintel.tools/schemas/schemastore/eidolon-resource/_shared/latest--overview.json",
      "description": "The Symbolic Memory implementation."
    },
    "file_memory": {
      "$ref": "https://catalog.lintel.tools/schemas/schemastore/eidolon-resource/_shared/latest--overview.json",
      "description": "The File Memory implementation."
    },
    "similarity_memory": {
      "$ref": "https://catalog.lintel.tools/schemas/schemastore/eidolon-resource/_shared/latest--overview.json",
      "description": "The Vector Memory implementation."
    },
    "security_manager": {
      "$ref": "https://catalog.lintel.tools/schemas/schemastore/eidolon-resource/_shared/latest--overview.json",
      "description": "The Security Manager implementation."
    },
    "process_file_system": {
      "$ref": "https://catalog.lintel.tools/schemas/schemastore/eidolon-resource/_shared/latest--overview.json",
      "description": "The Process File System implementation. Used to store files related to processes."
    },
    "fail_on_agent_start_error": {
      "default": false,
      "description": "If true, the machine will fail to start if an agent fails to start. Default: False",
      "title": "Fail On Agent Start Error",
      "type": "boolean"
    }
  },
  "additionalProperties": false,
  "required": [],
  "reference_details": {
    "clz": "eidolon_ai_sdk.system.agent_machine.AgentMachine",
    "groups": [
      "AgentMachine"
    ],
    "name": "AgentMachine",
    "overrides": {}
  }
}
