Patch Memory
Upsert the singleton memory row.
First write requires both agentFramework and memory.
Updates apply only the fields explicitly present in the body.
The reload pipeline reassembles + validates the engine config; a
framework/memory mismatch rolls back with a 422.
Documentation Index
Fetch the complete documentation index at: https://docs.idun-group.com/llms.txt
Use this file to discover all available pages before exploring further.
Body
Body for PATCH /admin/api/v1/memory. All fields optional.
Supported agent frameworks for engine.
LANGGRAPH, ADK, CREWAI, CUSTOM, TRANSLATION_AGENT, CORRECTION_AGENT, DEEP_RESEARCH_AGENT Configuration for SQLite checkpointer.
- SqliteCheckpointConfig
- InMemoryCheckpointConfig
- PostgresCheckpointConfig
- AdkInMemorySessionConfig
- AdkVertexAiSessionConfig
- AdkDatabaseSessionConfig
Response
Successful Response
GET response and the data payload of PATCH responses.
Reload outcome attached to every admin mutation response.
reloaded means DB committed and runtime now uses the new config.
restart_required means DB committed and process restart is needed.
reload_failed means DB rolled back and runtime is unchanged.