Letta · Schema

Body_export_agent

AIAgentsStateful AgentsMemoryMemGPTContinual LearningMCPMulti-AgentRAGOpen Source

Properties

Name Type Description
spec object
legacy_spec object
View JSON Schema on GitHub

JSON Schema

letta-body-export-agent-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Body_export_agent",
  "title": "Body_export_agent",
  "properties": {
    "spec": {
      "anyOf": [
        {
          "$ref": "#/components/schemas/AgentFileSchema"
        },
        {
          "type": "null"
        }
      ]
    },
    "legacy_spec": {
      "anyOf": [
        {
          "$ref": "#/components/schemas/letta__serialize_schemas__pydantic_agent_schema__AgentSchema"
        },
        {
          "type": "null"
        }
      ]
    }
  },
  "type": "object"
}