Files
letta-server/docs/index.md
Charles Packer 0fc4ae46f1 feat: Updated contributing docs (#653)
* reorganized + revised landing

* more docs

* added pic

* updated contributing

* diff

* move asset links

* hard links
2023-12-19 14:28:07 -08:00

2.4 KiB

title, excerpt, category
title excerpt category
Introduction Welcome to the MemGPT documentation! 6580d34ee5e4d00068bf2a1d
<style> .button { display: block; width: auto; padding: 15px 25px; margin: 10px 0; color: white; text-align: left; text-decoration: none !important; /* Enforce no underline */ border-radius: 5px; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); transition: transform 0.2s ease; font-size: 18px; font-weight: bold; } .emoji { margin-right: 8px; /* Adjust space between emoji and text */ } .button:hover { transform: translateY(-2px); } /* Define individual colors for each button */ .green { background: linear-gradient(to right, #78e08f, #38ada9); } .blue { background: linear-gradient(to right, #4bcffa, #4d73e5); } .purple { background: linear-gradient(to right, #8e44ad, #9b59b6); } .orange { background: linear-gradient(to right, #f6b93b, #e55039); } .container { width: 100%; max-width: 600px; margin-left: 0; margin-right: 0; } </style>

memgpt llama

What is MemGPT?

MemGPT enables LLMs to manage their own memory and overcome limited context windows!

You can use MemGPT to:

  • create perpetual chatbots that learn about you and change their own personalities over time
  • create perpetual chatbots that can read (and write to!) large data stores

MemGPT is an open source project under active development. If you'd like to help make MemGPT even better, come chat with the community on Discord and on GitHub. You can read more about the research behind MemGPT at https://memgpt.ai.

Getting started

Join the community