π’ 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.
Overview
- π§ Store and retrieve memories from Zentry within Agno agents
- πΌοΈ Support for multimodal interactions (text and images)
- π Semantic search for relevant past conversations
- π Personalized responses based on user history
Prerequisites
Before setting up Zentry with Agno, ensure you have:- Installed the required packages:
- Valid API keys:
- Zentry API Key
- OpenAI API Key (for the agent model)
Integration Example
The following example demonstrates how to create an Agno agent with Zentry memory integration, including support for image processing:Key Features
1. Multimodal Memory Storage
The integration supports storing both text and image data:- Text Storage: Conversation history is saved in a structured format
- Image Analysis: Agents can analyze images and store visual information
- Combined Context: Memory retrieval combines both text and visual data
2. Personalized Agent Responses
Improve your agentβs context awareness:- Memory Retrieval: Semantic search finds relevant past interactions
- User Preferences: Personalize responses based on stored user information
- Continuity: Maintain conversation threads across multiple sessions
3. Flexible Configuration
Customize the integration to your needs:- User Identification: Organize memories by user ID
- Memory Search: Configure search relevance and result count
- Memory Formatting: Support for various OpenAI message formats