LiteLLM
LiteLLM clients should use UnifiedMemory's OpenAI-compatible gateway when they want memory injected into chat/completions or responses-style calls.
Pattern
- Route through
https://edge-api.jithendranara.dev/v1/chat/completionsor/v1/responses. - Include a scoped key in
Authorization. - Pass memory options such as
container_tagand trust policy when supported. - Use direct
retain/writebackfor post-call capture.
Safety
Gateway calls must still obey scoped-key identity. Do not use a broad admin key as a LiteLLM provider credential.