MemGPT/letta
2025-04-21 13:49:46 -07:00
..
agents feat: Add tracing to letta batch agent (#1822) 2025-04-21 13:47:39 -07:00
benchmark run black, add isort config to pyproject.toml 2024-12-26 19:43:11 -08:00
cli chore: Various updates and improvements (#1247) 2025-03-11 14:46:45 -07:00
client feat: unify input message type on agent step (#1820) 2025-04-21 13:49:46 -07:00
data_sources chore: add sleeptime example + better error handling + upgrade client SDK (#1809) 2025-04-21 00:09:50 -07:00
functions feat: unify input message type on agent step (#1820) 2025-04-21 13:49:46 -07:00
groups feat: unify input message type on agent step (#1820) 2025-04-21 13:49:46 -07:00
helpers feat: unify input message type on agent step (#1820) 2025-04-21 13:49:46 -07:00
humans chore: migrate package name to letta (#1775) 2024-09-23 09:15:18 -07:00
interfaces feat: Strip out thinking XML from persisted messages (#1596) 2025-04-07 10:39:45 -07:00
jobs feat: Add distributed locking to the polling job (#1778) 2025-04-18 11:15:25 -07:00
llm_api fix: tool_name unreachable bug (#1803) 2025-04-19 16:29:14 -07:00
local_llm feat: initial MCP support (#1229) 2025-03-12 17:33:24 -07:00
openai_backcompat feat: Composio tools execute on-the-fly (#999) 2025-02-13 16:13:29 -08:00
orm fix: Drop sqlalchemy sequence on sequence (#1808) 2025-04-19 22:08:59 -07:00
personas feat: sync memory tools between the sleeptime-doc agent and sleeptime agent for chat (#1730) 2025-04-16 13:43:46 -07:00
prompts feat: prompt tune rethink with current default tools without anthropic view / str edit (#1709) 2025-04-17 11:53:18 -07:00
schemas feat: unify input message type on agent step (#1820) 2025-04-21 13:49:46 -07:00
serialize_schemas fix: Remove extraneous relationships on ORM objects (#1755) 2025-04-17 14:37:37 -07:00
server feat: unify input message type on agent step (#1820) 2025-04-21 13:49:46 -07:00
services chore: openapi overrides patches (#1796) 2025-04-19 11:13:16 -07:00
__init__.py chore: bump version to 0.7.0 (#1814) 2025-04-21 00:12:29 -07:00
__main__.py chore: migrate package name to letta (#1775) 2024-09-23 09:15:18 -07:00
agent.py feat: unify input message type on agent step (#1820) 2025-04-21 13:49:46 -07:00
config.py run black, add isort config to pyproject.toml 2024-12-26 19:43:11 -08:00
constants.py chore: add sleeptime example + better error handling + upgrade client SDK (#1809) 2025-04-21 00:09:50 -07:00
embeddings.py chore: Various bug fixes (#1350) 2025-03-20 11:06:45 -07:00
errors.py chore: add sleeptime example + better error handling + upgrade client SDK (#1809) 2025-04-21 00:09:50 -07:00
interface.py feat: add otid field for message idempotency (#1556) 2025-04-04 08:43:01 -07:00
log.py feat: Patch broken assistant messages for both Haiku and Sonnet (#1252) 2025-03-12 10:19:41 -07:00
main.py run black, add isort config to pyproject.toml 2024-12-26 19:43:11 -08:00
memory.py fix: patch summarizer for google and use new client (#1639) 2025-04-08 21:10:48 -07:00
pytest.ini chore: migrate package name to letta (#1775) 2024-09-23 09:15:18 -07:00
settings.py chore: increase limits for pg connections (#1746) 2025-04-16 20:34:36 -07:00
streaming_interface.py fix: chat completions ci tests (#1630) 2025-04-08 15:13:18 -07:00
streaming_utils.py feat: add anthropic streaming (#716) 2025-01-26 17:35:22 -08:00
system.py feat: Composio tools execute on-the-fly (#999) 2025-02-13 16:13:29 -08:00
tracing.py feat: add grafana support for local dev (#1318) 2025-03-17 17:58:38 -07:00
utils.py fix: patch gemini 2.5 pro (#1643) 2025-04-09 18:35:53 -07:00