Letta · JSON Structure
Letta Source Structure
Flat structure summary of the Letta Source entity, derived from the Letta OpenAPI 1.0.0 spec.
Type:
Properties: 0
AIAgentsStateful AgentsMemoryMemGPTContinual LearningMCPMulti-AgentRAGOpen Source
letta-source is a JSON Structure definition published by Letta.
Meta-schema:
JSON Structure
{
"jsonStructure": "0.1",
"name": "letta-source",
"title": "Letta Source",
"description": "Flat structure summary of the Letta Source entity, derived from the Letta OpenAPI 1.0.0 spec.",
"source": "https://raw.githubusercontent.com/letta-ai/letta/main/fern/openapi.json",
"entity": "Source",
"fields": [
{
"name": "name",
"type": "string",
"required": true,
"description": "The name of the source.",
"enum": null,
"format": null
},
{
"name": "description",
"type": "object",
"required": false,
"description": "The description of the source.",
"enum": null,
"format": null
},
{
"name": "instructions",
"type": "object",
"required": false,
"description": "Instructions for how to use the source.",
"enum": null,
"format": null
},
{
"name": "metadata",
"type": "object",
"required": false,
"description": "Metadata associated with the source.",
"enum": null,
"format": null
},
{
"name": "id",
"type": "string",
"required": false,
"description": "The human-friendly ID of the Source",
"enum": null,
"format": null
},
{
"name": "embedding_config",
"type": "object",
"required": true,
"description": "Configuration for embedding model connection and processing parameters.",
"enum": null,
"format": null
},
{
"name": "vector_db_provider",
"type": "string",
"required": false,
"description": "Supported vector database providers for archival memory",
"enum": [
"native",
"tpuf",
"pinecone"
],
"format": null
},
{
"name": "created_by_id",
"type": "object",
"required": false,
"description": "The id of the user that made this Tool.",
"enum": null,
"format": null
},
{
"name": "last_updated_by_id",
"type": "object",
"required": false,
"description": "The id of the user that made this Tool.",
"enum": null,
"format": null
},
{
"name": "created_at",
"type": "object",
"required": false,
"description": "The timestamp when the source was created.",
"enum": null,
"format": null
},
{
"name": "updated_at",
"type": "object",
"required": false,
"description": "The timestamp when the source was last updated.",
"enum": null,
"format": null
}
],
"fieldCount": 11,
"requiredCount": 2
}