Skip to content

Instantly share code, notes, and snippets.

View mathisto's full-sized avatar
💭
💎 .hack// 💻

Matt Kelly mathisto

💭
💎 .hack// 💻
View GitHub Profile
@mathisto
mathisto / eidolon.md
Created January 19, 2025 16:27
Infinite Embedded Archival Pre-Fetch Context Memory

Eidolon: Infinite Memory Chat Companion

Objectives

  1. OpenAI Compatible Endpoints:

    • Expose RESTful API endpoints compatible with OpenAI’s API for seamless integration.
  2. Infinite Archival Memory:

@mathisto
mathisto / bullets.md
Created January 19, 2025 17:09
bullets

Here's a high-level breakdown of your project in bullet points:

Project Overview: Eidolon - Infinite Contextual Memory for LLMs

  • Objective:
    • Provide an infinite memory solution for any LLM by storing and retrieving conversational context dynamically.

Key Features

@mathisto
mathisto / memgpt.md
Last active January 26, 2025 00:11
MemGPT

Title: MemGPT: Making AI Chatbots and Systems Smarter

Imagine your computer could only remember what happened in the last five minutes. That's a bit like how large language models (LLMs)—the brains behind AI like chatbots—work today. They're impressive when responding to recent conversations or small bits of information, but they hit a wall when the conversation drags on or they have a mountain of data to process.

What’s the Problem?

LLMs can only deal with a limited amount of information at once, sort of like trying to cram all your groceries into a small bag. This means they're not great at keeping up with long chats or analyzing big documents. Extending their memory isn't as simple as it sounds and gets expensive in terms of computing power.

Introducing MemGPT