MemGPT/letta
2025-02-12 13:27:13 -08:00
..
benchmark run black, add isort config to pyproject.toml 2024-12-26 19:43:11 -08:00
cli chore: merge changes from oss (#964) 2025-02-11 17:20:23 -08:00
client fix: Fix trailing } in chat completions interface (#842) 2025-02-10 15:45:13 -08:00
data_sources chore: rename metadata_ field to metadata in pydantic (#732) 2025-01-22 19:05:41 -08:00
functions feat: Add telemetry logging around agent / multi-agent broadcasting (#971) 2025-02-12 13:27:13 -08:00
helpers run black, add isort config to pyproject.toml 2024-12-26 19:43:11 -08:00
humans chore: migrate package name to letta (#1775) 2024-09-23 09:15:18 -07:00
llm_api fix: add prefix fill support for Claude to try and boost haiku performance (#958) 2025-02-10 22:36:47 -08:00
local_llm fix: Fix composio bugs (#884) 2025-02-03 14:09:45 -05:00
openai_backcompat chore: migrate package name to letta (#1775) 2024-09-23 09:15:18 -07:00
orm feat: add model_endpoint to steps table (#902) 2025-02-05 11:16:33 -08:00
personas feat: offline memory agent (#2036) 2024-12-05 14:27:19 -08:00
prompts docs: fix typo in prompt (#2256) 2024-12-16 09:18:40 -08:00
schemas fix: add prefix fill support for Claude to try and boost haiku performance (#958) 2025-02-10 22:36:47 -08:00
server fix: Refactor listing messages to be much more performant (#963) 2025-02-12 10:32:38 -08:00
services fix: Refactor listing messages to be much more performant (#963) 2025-02-12 10:32:38 -08:00
__init__.py chore: merge changes from oss (#964) 2025-02-11 17:20:23 -08:00
__main__.py chore: migrate package name to letta (#1775) 2024-09-23 09:15:18 -07:00
agent.py feat: Add telemetry logging around agent / multi-agent broadcasting (#971) 2025-02-12 13:27:13 -08:00
chat_only_agent.py chore: rename metadata_ field to metadata in pydantic (#732) 2025-01-22 19:05:41 -08:00
config.py run black, add isort config to pyproject.toml 2024-12-26 19:43:11 -08:00
constants.py feat: Make multi agent parallelism configurable (#937) 2025-02-06 12:34:24 -05:00
embeddings.py chore: merge changes from oss (#964) 2025-02-11 17:20:23 -08:00
errors.py feat: add error handling for bedrock on server (#698) 2025-01-17 17:43:33 -08:00
interface.py run black, add isort config to pyproject.toml 2024-12-26 19:43:11 -08:00
log.py feat: Sandboxing for tool execution (#2040) 2024-11-22 10:34:08 -08:00
main.py run black, add isort config to pyproject.toml 2024-12-26 19:43:11 -08:00
memory.py feat: extend message model to support more content types (#756) 2025-01-23 17:24:52 -08: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
settings.py feat: Add telemetry logging around agent / multi-agent broadcasting (#971) 2025-02-12 13:27:13 -08:00
streaming_interface.py run black, add isort config to pyproject.toml 2024-12-26 19:43:11 -08:00
streaming_utils.py feat: add anthropic streaming (#716) 2025-01-26 17:35:22 -08:00
system.py fix: protect against nested system message packing (#876) 2025-01-31 12:05:30 -08:00
utils.py feat: Add telemetry logging around agent / multi-agent broadcasting (#971) 2025-02-12 13:27:13 -08:00