Agentic memory APIs
Introduced 3.3
Agentic memory APIs provide persistent memory management for AI agents. For an overview of concepts, use cases, and getting started information, see Agentic memory.
Disabling agentic memory APIs
Agentic memory APIs are enabled by default. To disable agentic memory APIs, update the following cluster setting:
PUT /_cluster/settings
{
"persistent": {
"plugins.ml_commons.agentic_memory_enabled": false
}
}
OpenSearch supports the following memory container APIs:
- Create memory container
- Get memory container
- Update memory container
- Delete memory container
- Search memory container
OpenSearch supports the following memory APIs: