📢 Announcing our research paper: Zentry achieves 26% higher accuracy than OpenAI Memory, 91% lower latency, and 90% token savings! Read the paper to learn how we're revolutionizing AI agent memory.
Zentry API key, you can use it to initialize the client. Alternatively, you can initialize Zentry without an API key if you’re using it locally.
Zentry supports several language models (LLMs) through integration with various providers.
Use Zentry Platform
Use Zentry OSS
Zentry Params for Chat Completion
-
user_id(Optional[str]): Identifier for the user. -
agent_id(Optional[str]): Identifier for the agent. -
run_id(Optional[str]): Identifier for the run. -
metadata(Optional[dict]): Additional metadata to be stored with the memory. -
filters(Optional[dict]): Filters to apply when searching for relevant memories. -
limit(Optional[int]): Maximum number of relevant memories to retrieve. Default is 10.