Commit Graph

177 Commits

Author SHA1 Message Date
Charles Packer
265ec3b478 fix: update gh templates (#3155) 2026-01-18 13:50:17 -08:00
Charles Packer
e026bef80f docs: update README.md (#3110) 2025-12-18 15:52:27 -08:00
Denis Kuznedelev
aa7059746f Updated readme with actual argument (#3083)
Co-authored-by: Godofnothing <score.denis@mail.ru>
2025-11-27 00:56:48 -08:00
Cameron
28609d753c docs: migrate documentation to cloud-first approach (#5928)
* Add archival memory import/export utilities

Added two utility scripts for managing agent archival memories:

- export_agent_memories.py: Export all passages from an agent to JSON
  - Paginates through all results
  - Removes embedding/embedding_config for portability
  - Usage: python export_agent_memories.py <agent_id> [--output <file>]

- import_agent_memories.py: Import passages into an agent from JSON
  - Batch imports with progress tracking
  - Handles optional fields (tags, created_at)
  - Includes dry-run mode for preview
  - Usage: python import_agent_memories.py <agent_id> <input_file>

Use cases:
- Backup/restore agent memories
- Transfer memories between agents
- Seed new agents with existing knowledge bases

👾 Generated with Letta Code (https://letta.com)

Co-Authored-By: Letta <noreply@letta.com>

* docs: migrate documentation to cloud-first approach

Update all documentation to use Letta Cloud as the default deployment path:
- Remove base_url parameter from cloud examples (uses api.letta.com by default)
- Add token authentication to all SDK examples
- Change localhost URLs to https://api.letta.com in all examples
- Remove embedding parameter from cloud examples (managed automatically)
- Add comprehensive embedding configuration section to self-hosting guide
- Add warnings about required embedding configuration for self-hosted deployments
- Update curl examples to include Authorization headers
- Link to https://app.letta.com/api-keys for token retrieval

Files updated:
- Agent guides (11 files)
- Model configuration pages (5 files)
- Evals documentation (6 files)
- ADE guides (2 files)
- Self-hosting guide
- Voice integration guide
- README
- Quickstart

* docs: fix embedding parameter issues in cloud examples

- Remove leftover embedding parameter from TypeScript example in agents/overview.mdx
- Make self-hosting comment more explicit in README by showing actual embedding parameter syntax

* docs: fix model configuration pages to be self-hosting focused

Model configuration pages (OpenAI, Anthropic, Azure, xAI, Ollama) are about
configuring providers on self-hosted servers, not Letta Cloud. Updated all
SDK examples to:
- Use base_url="http://localhost:8283" instead of cloud token auth
- Include embedding parameter with clear comment
- Use consistent "An embedding model is required for self-hosted" wording
- Add Note directing cloud users to quickstart guide

This clarifies that provider configuration is a self-hosting concern, while
Letta Cloud manages providers automatically.

* fix: remove duplicate Authorization headers in human-in-the-loop docs

* chore: remove utility scripts that shouldn't be in repo

---------

Co-authored-by: Letta <noreply@letta.com>
2025-11-13 15:36:49 -08:00
Kian Jones
c8d3616864 chore: cleaning up our OSS repo (#2929) 2025-09-16 11:51:12 -07:00
Charles Packer
fc99962752 Update README.md 2025-08-26 23:14:42 -07:00
Charles Packer
ee312b218a Update README.md 2025-08-26 23:09:06 -07:00
Charles Packer
dfc75f829e docs: update readme (#2780) 2025-08-26 23:08:19 -07:00
Andy Li
acfdab2ced feat: uv migration (#3493)
* uv migration

smaller runners, freeze test runs, remove dev, ruff,hatchling, previw,
poetry, generates wheel, installs wheel, docker

* fix tests and dependency groups

* test fixes

* test fixing and main

* resolve merge conflict

* dev + test dependency group

* Test

* trigger CI

* trigger CI

* add debugging info

* trigger CI

* uv for reusable and sdk preview

* resolve mc and reformat black

* staged-api

* mypy

* fix fern

* prod Dockerfile

* model sweep, and project.toml and uvlock

* --group test -> --extra dev

* remove redundant --extra dev and rename tests to dev

* sdk backwards compat install sqlite

* install sqlite group for sdk-backwards-compat

* install uv on gh runner for cloud-api-integration-tests

* stage+publish

* pytest asyncio

* bug causing pytest package to get removed

* try to fix async event loop issues

* migrate to --with google-cloud-secret-manager

---------

Co-authored-by: Kian Jones <kian@letta.com>
2025-08-26 18:11:09 -07:00
Sarah Wooders
e5497b1d0d chore: merge oss (#3712) 2025-08-07 22:20:26 -07:00
Kian Jones
25b1ed48bd chore: Migrate embeddings.memgpt.ai to embeddings.letta.com (#3757) 2025-08-05 15:49:36 -07:00
cthomas
5187e79a43 feat: use new model-proxy in production (#1908) 2025-04-30 15:20:54 -07:00
Matthew Zhou
6a9dd05566 fix: Improvements Jan 22 (#734)
Co-authored-by: Charles Packer <packercharles@gmail.com>
Co-authored-by: dboyliao <qmalliao@gmail.com>
Co-authored-by: Shubham Naik <shub@memgpt.ai>
Co-authored-by: Shubham Naik <shubham.naik10@gmail.com>
Co-authored-by: Caren Thomas <caren@letta.com>
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
Co-authored-by: Nuno Rocha <nunuroxa@gmail.com>
Co-authored-by: Theo Conrads <theo.conrads@ella-lab.io>
Co-authored-by: Jyotirmaya Mahanta <jyotirmaya.mahanta@gmail.com>
Co-authored-by: Stephan Fitzpatrick <knowsuchagency@gmail.com>
Co-authored-by: Stephan Fitzpatrick <stephan@knowsuchagency.com>
Co-authored-by: mlong93 <35275280+mlong93@users.noreply.github.com>
Co-authored-by: Mindy Long <mindy@letta.com>
Co-authored-by: Krishnakumar R (KK) <65895020+kk-src@users.noreply.github.com>
2025-01-22 16:57:35 -08:00
Keith
c7131ad0da docs: Feature/update docs (#2257) 2024-12-16 17:15:50 -08:00
Charles Packer
0430e9d66e fix: Update README.md asset URLs to be absolute (#2227) 2024-12-11 13:39:40 -08:00
Charles Packer
25980e05cd chore: Update README.md (#2215) 2024-12-10 19:20:27 -08:00
Sze Siong Teo
bf3b42a2b6 docs: remove dollar prefix, make it convenient to copy (#2128) 2024-12-02 15:08:03 -08:00
Charles Packer
525e5d5e04 docs: update badges in readme (#1985) 2024-11-06 10:23:28 -08:00
Sarah Wooders
6b69b73979 feat: add ability to list agents by name for REST API and python SDK (#1982) 2024-11-05 17:31:40 -08:00
Charles Packer
a68a610e10 docs: patch readme (#1895) 2024-10-15 16:47:43 -07:00
Charles Packer
a15442a45b docs: fix README (#1894) 2024-10-15 16:45:50 -07:00
Charles Packer
f12f22e3cd docs: refresh readme (#1892) 2024-10-15 16:44:10 -07:00
Charles Packer
caa99e90e3 docs: update main README (#1804) 2024-10-01 09:49:59 -07:00
Charles Packer
4382c9be4b docs: patch link (#1797) 2024-09-27 18:33:03 -07:00
Charles Packer
7fa1016793 docs: patch readme (#1790) 2024-09-25 14:25:41 -07:00
Sarah Wooders
424cfd60b3 fix: various fixes for workflow tests (#1788) 2024-09-25 13:58:21 -07:00
Charles Packer
ffdbc58987 chore: Update README.md (#1779) 2024-09-23 09:33:37 -07:00
Charles Packer
7a9d34798e chore: Update README.md (#1778) 2024-09-23 09:32:22 -07:00
Sarah Wooders
8ae1e64987 chore: migrate package name to letta (#1775)
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>
2024-09-23 09:15:18 -07:00
Charles Packer
8b13d195ce chore: .gitattributes (#1511) 2024-07-04 14:45:35 -07:00
Sarah Wooders
1a3ef1d4d5 feat: Migrating CLI to run on MemGPT Client for memgpt [list/add/delete] (#1428) (#1449)
Co-authored-by: Krishna Mandal <43015249+KrishnaM251@users.noreply.github.com>
2024-06-13 16:02:59 -07:00
Charles Packer
5e8e83eae5 docs: update compat checklist (#1434) 2024-06-04 20:53:05 -07:00
MEllis-github
648f781560 docs: update quickstart-server instructions (#1409) 2024-05-25 16:18:56 -07:00
Alex
fc6c8423cd docs: Update README.md (#1403) 2024-05-22 18:00:13 -07:00
Shixian Sheng
9de42c3ee9 docs: Update README.md (#1396) 2024-05-19 19:04:11 -07:00
Kirill Gadjello
becb5ac9fc feat: Llama3 (#1316)
Co-authored-by: SaneGaming <sanegaming@users.noreply.github.com>
Co-authored-by: cpacker <packercharles@gmail.com>
2024-05-16 14:35:25 -07:00
Wendi
7d5acb28e2 docs: update README: Twitter Button, Consolidate call-to-action, Reorganize Content (#1387) 2024-05-15 21:13:07 -07:00
Hamza Kyamanywa
5d1b071c3a docs: Update git clone link in README.md (#1368) 2024-05-11 22:28:28 -07:00
Charles Packer
8ebed364a1 docs: Update README.md (#1338) 2024-05-03 15:39:06 -07:00
Charles Packer
06a12dd493 docs: update readme with service diagram + dev portal teaser (#1332)
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
2024-05-03 14:16:06 -07:00
Ikko Eltociear Ashimine
7b38128d38 docs: update README.md (#1328) 2024-05-03 09:59:16 -07:00
Charles Packer
45d921fc84 docs: add install instructions for docker (#1317) 2024-05-01 13:47:37 -07:00
Sarah Wooders
2de0cf669a chore: fix README to reflect current project status (#1313)
Co-authored-by: cpacker <packercharles@gmail.com>
2024-04-30 19:52:57 -07:00
Charles Packer
c59af308fe ci: update workflows (add autoflake and isort) (#1300) 2024-04-27 11:54:34 -07:00
Charles Packer
1bab939c1e chore: Update policies (#686) 2024-04-02 10:53:03 -07:00
Charles Packer
6434c0620b docs: Update README.md (#1045) 2024-02-22 13:50:37 -08:00
Sarah Wooders
3b99151711 feat: Create RESTClient and Admin client for interacting with server from python (#1033) 2024-02-22 11:16:01 -08:00
Sarah Wooders
f042dc4e73 docs: Fix client README example (#984) 2024-02-09 17:01:38 -08:00
Charles Packer
e2c019aec4 docs: Add roadmap link to readme (#962) 2024-02-07 11:49:30 -08:00
Abdellah
e9eaa1bfcd docs: small fix to docs (#942) 2024-01-30 11:13:54 -08:00