create_dakera_memory_adapter
Function
This function is defined in the factories module.Factory function to create a Dakera memory adapter. Lazy imports the
dakera SDK and creates an adapter that wraps a
DakeraClient to implement MemoryProtocol. Dakera is a self-hosted
memory server providing decay-weighted vector recall scoped by agent_id.
Signature
Returns
MemoryProtocol
MemoryProtocol adapter instance.
Exceptions
ImportError
ImportError
If the
dakera SDK is not installed.Uses
ImportErrorDakeraMemoryAdapter
Source
View on GitHub
praisonaiagents/memory/adapters/factories.py at line 134
