Skip to main content
The source-fidelity example stores memory in self-hosted Dakera, then sends recalled memory to OpenAI as agent context. Its pinned client targets an older Dakera API and requires migration before use.
dakera_integration.py

Current Status

The current ghcr.io/dakera-ai/dakera:latest image requires DAKERA_ROOT_API_KEY. The pinned client uses /v1/memories and /v1/memories/search, while the current API uses /v1/memory/store and /v1/memory/recall and returns recalled entries under memories. Update the server environment, client authentication, routes, and response parsing before running this example.
Full source: cookbook/11_memory/integrations/dakera_integration.py