Letta · Schema

SandboxType

AIAgentsStateful AgentsMemoryMemGPTContinual LearningMCPMulti-AgentRAGOpen Source
View JSON Schema on GitHub

JSON Schema

letta-sandboxtype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SandboxType",
  "title": "SandboxType",
  "type": "string",
  "enum": [
    "e2b",
    "modal",
    "local"
  ]
}