Co-authored-by: Charles Packer <packercharles@gmail.com> Co-authored-by: Shubham Naik <shubham.naik10@gmail.com> Co-authored-by: Shubham Naik <shub@memgpt.ai>
80 lines
2.4 KiB
Markdown
80 lines
2.4 KiB
Markdown
---
|
|
title: Introduction
|
|
excerpt: Welcome to the Letta documentation!
|
|
category: 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>
|
|
|
|

|
|
|
|
## What is Letta?
|
|
|
|
Letta enables LLMs to manage their own memory and overcome limited context windows!
|
|
|
|
You can use Letta 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
|
|
|
|
Letta is an open source project under active development. If you'd like to help make Letta even better, come chat with the community on [Discord](https://discord.gg/9GEQrxmVyE) and on [GitHub](https://github.com/cpacker/Letta). You can read more about the research behind Letta at <https://letta.ai>.
|
|
|
|
## Getting started
|
|
|
|
<div class="container">
|
|
<a href="https://letta.readme.io/docs/discord_bot" class="button green">
|
|
<span class="emoji">💬</span> Chat with the Letta Discord bot!
|
|
</a>
|
|
<a href="https://letta.readme.io/docs/quickstart" class="button blue">
|
|
<span class="emoji">🖥️</span> Run Letta locally on your own computer
|
|
</a>
|
|
</div>
|
|
|
|
## Join the community
|
|
|
|
<div class="container">
|
|
<a href="https://discord.gg/9GEQrxmVyE" class="button purple">
|
|
<span class="emoji">👋</span> Join the Letta community on Discord!
|
|
</a>
|
|
|
|
<a href="https://letta.readme.io/docs/contributing" class="button orange">
|
|
<span class="emoji">❤️</span> Learn how to contribute to the Letta project!
|
|
</a>
|
|
</div>
|