{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/eidolon-resource/_shared/latest--AutonomousSpeechAgent.json",
  "title": "AutonomousSpeechAgent",
  "x-lintel": {
    "source": "https://www.eidolonai.com/json_schema/v1/schemas/Agent/AutonomousSpeechAgent.json",
    "sourceSha256": "207ac9c79f9876d9b13a43010bcdad4f63148b0429e0b08833401590de2e935c"
  },
  "type": "object",
  "properties": {
    "implementation": {
      "const": "AutonomousSpeechAgent",
      "title": "Implementation"
    },
    "speech_llm": {
      "$ref": "https://catalog.lintel.tools/schemas/schemastore/eidolon-resource/_shared/latest--overview.json"
    }
  },
  "additionalProperties": false,
  "required": [
    "implementation"
  ],
  "reference_details": {
    "clz": "eidolon_ai_sdk.agent.audio_agent.AutonomousSpeechAgent",
    "groups": [
      "Agent"
    ],
    "name": "AutonomousSpeechAgent",
    "overrides": {}
  }
}
