https://github.com/promptengineer48/memgpt-autogen-llm
Run MemGPT-AutoGEN-Local LLM Together
https://github.com/promptengineer48/memgpt-autogen-llm
autogen localllm memgpt
Last synced: 6 months ago
JSON representation
Run MemGPT-AutoGEN-Local LLM Together
- Host: GitHub
- URL: https://github.com/promptengineer48/memgpt-autogen-llm
- Owner: PromptEngineer48
- Created: 2023-10-31T18:50:07.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-02T16:04:50.000Z (almost 2 years ago)
- Last Synced: 2025-03-30T17:11:39.979Z (6 months ago)
- Topics: autogen, localllm, memgpt
- Language: Python
- Homepage: https://youtu.be/bMWXXPoDnDs
- Size: 6.84 KB
- Stars: 303
- Watchers: 6
- Forks: 88
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MemGPT-AutoGEN-LLM
This comes from my youtube video titled
AutoGEN + MemGPT + Local LLM (Complete Tutorial) 😍
https://youtu.be/bMWXXPoDnDsplease watch the youtube video to get a better understand
Summary:
00:11 🚀 The video demonstrates how to connect MemGPT, AutoGEN, and local Large Language Models (LLMs) using Runpods.01:32 🤖 You can integrate MemGPT and AutoGEN to work together, with MemGPT serving as an assistant agent alongside local LLMs.
03:46 📚 To get started, install Python, VS Code, and create a Runpods account with credits. You can use Runpods for running local LLMs.
06:43 🛠️ Set up a virtual environment, create a Python file, and activate the environment for your project.
08:52 📦 Install necessary libraries like OpenAI, PyAutoGEN, and MGBPT to work with AutoGEN and MemGPT.
16:21 ⚙️ Use Runpods to deploy local LLMs, select the hardware configuration, and create API endpoints for integration with AutoGEN and MemGPT.
20:29 🔄 Modify the code to switch between using AutoGEN and MemGPT agents based on a flag, allowing you to harness the power of both.
23:31 🤝 Connect AutoGEN and MemGPT by configuring the API endpoints with the local LLMs from Runpods, enabling them to work seamlessly together.