githubinferredactive
autogen-multi-agent-memory
provenance:github:Boburmirzo/autogen-multi-agent-memory
WHAT THIS AGENT DOES
This agent creates a team of artificial intelligence assistants that can work together to solve problems, remembering details from previous conversations. It’s designed to mimic a consulting team, helping a client with complex issues by building on past discussions. Businesses could use this to improve customer service, manage projects, or even provide educational support. What makes it special is its ability to retain information over time, leading to more intelligent and helpful interactions than typical AI assistants. Ultimately, it aims to make AI conversations feel more natural and productive.
README
# AutoGen Multi-agent Conversation and Recall using Memori This repository contains a Jupyter Notebook demonstrating how to create memory-enhanced [AutoGen](https://github.com/microsoft/autogen) AI agents using the **[Memori](https://github.com/GibsonAI/memori)** memory engine. The example builds a consulting team of AI agents that can remember and build upon past conversations, making interactions more intelligent and context-aware. ## Features - **Persistent Memory**: Agents remember conversations across sessions. - **Multi-agent Collaboration**: AI agents work together to solve client problems. - **Real-world Scenario**: Simulates a software consulting team assisting a client. ## Getting Started 1. Install the required dependencies: ```bash pip install memorisdk autogen-agentchat "autogen-ext[openai]" python-dotenv ``` 2. Set up your OpenAI API key: - As an environment variable: `export OPENAI_API_KEY="sk-your-key-here"` - Or in a `.env` file: `OPENAI_API_KEY=sk-your-key-here` 3. Open the notebook `agentchat_groupchat_memory_using_memori.ipynb` and follow the steps to: - Initialize the memory system. - Create AI agents with distinct roles. - Simulate client conversations. ## Use Cases - Customer Support - Project Management - Educational Tutoring - Medical Consultation ## Learn More Explore the notebook to see how **Memori** enables smarter, memory-enhanced AI interactions.
PUBLIC HISTORY
First discoveredMar 21, 2026
IDENTITY
inferred
Identity inferred from code signals. No PROVENANCE.yml found.
Is this yours? Claim it →METADATA
platformgithub
first seenSep 28, 2025
last updatedNov 18, 2025
last crawled15 days ago
version—
README BADGE
Add to your README:
