MemGPT/letta
2025-03-17 10:28:32 -07:00
..
agents chore: fix archival temporarily (#1287) 2025-03-14 08:47:21 -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: add agent to steps table and support filtering (#1212) 2025-03-07 10:10:29 -08:00
data_sources chore: Various updates and improvements (#1247) 2025-03-11 14:46:45 -07:00
functions feat: Add common sense timeouts for MCP client (#1303) 2025-03-17 10:06:36 -07:00
helpers feat: Refactor mcp client and make stdio errors more manageable (#1291) 2025-03-14 14:58:30 -07:00
humans chore: migrate package name to letta (#1775) 2024-09-23 09:15:18 -07:00
interfaces feat: Low Latency Agent (#1157) 2025-02-27 14:51:48 -08:00
llm_api fix: anthropic message creation bug (#1299) 2025-03-16 12:05:02 -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 feat: add content parts to message schema (#1273) 2025-03-13 18:43:32 -07:00
personas feat: offline memory agent (#2036) 2024-12-05 14:27:19 -08:00
prompts feat: refactor chat only agent (#1058) 2025-02-27 18:49:15 -08:00
schemas feat: pass embedding handle for source create (#1307) 2025-03-16 15:42:11 -07:00
serialize_schemas feat: add content parts to message schema (#1273) 2025-03-13 18:43:32 -07:00
server chore: read otel endpoint from settings (#1312) 2025-03-17 10:28:32 -07:00
services feat: bake otel collector into letta image (#1292) 2025-03-14 16:04:03 -07:00
__init__.py chore: bump version 0.6.42 (#1314) 2025-03-17 10:21:54 -07:00
__main__.py chore: migrate package name to letta (#1775) 2024-09-23 09:15:18 -07:00
agent.py feat: Refactor mcp client and make stdio errors more manageable (#1291) 2025-03-14 14:58:30 -07:00
config.py run black, add isort config to pyproject.toml 2024-12-26 19:43:11 -08:00
constants.py feat: initial MCP support (#1229) 2025-03-12 17:33:24 -07:00
dynamic_multi_agent.py chore: message schema api improvements (#1267) 2025-03-13 12:04:03 -07:00
embeddings.py feat: use openai embedding client instead of llama-index (#1313) 2025-03-17 09:13:36 -07:00
errors.py feat: add error handling for bedrock on server (#698) 2025-01-17 17:43:33 -08:00
interface.py feat: Composio tools execute on-the-fly (#999) 2025-02-13 16:13:29 -08: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: list index error in summarizer (#1311) 2025-03-16 16:52:03 -07:00
offline_memory_agent.py fix: fix the offline agent test (#761) 2025-01-23 17:36:54 -08:00
pytest.ini chore: migrate package name to letta (#1775) 2024-09-23 09:15:18 -07:00
round_robin_multi_agent.py chore: message schema api improvements (#1267) 2025-03-13 12:04:03 -07:00
settings.py feat: Add common sense timeouts for MCP client (#1303) 2025-03-17 10:06:36 -07:00
streaming_interface.py fix: Fix chat completions streaming (#1078) 2025-02-20 11:37:52 -08:00
streaming_utils.py feat: add anthropic streaming (#716) 2025-01-26 17:35:22 -08:00
supervisor_multi_agent.py fix: update imports for multi-agent (#1309) 2025-03-16 13:51:22 -07:00
system.py feat: Composio tools execute on-the-fly (#999) 2025-02-13 16:13:29 -08:00
tracing.py chore: read otel endpoint from settings (#1312) 2025-03-17 10:28:32 -07:00
utils.py feat: support deepseek models (#821) 2025-02-18 15:28:01 -08:00