MemGPT/letta
2025-02-19 22:17:00 -08:00
..
benchmark run black, add isort config to pyproject.toml 2024-12-26 19:43:11 -08:00
cli feat: Composio tools execute on-the-fly (#999) 2025-02-13 16:13:29 -08:00
client feat: add "always continue" tool rule and configure default tool rules (#1033) 2025-02-19 14:46:37 -08:00
data_sources chore: rename metadata_ field to metadata in pydantic (#732) 2025-01-22 19:05:41 -08:00
functions feat: add "always continue" tool rule and configure default tool rules (#1033) 2025-02-19 14:46:37 -08:00
helpers feat: add "always continue" tool rule and configure default tool rules (#1033) 2025-02-19 14:46:37 -08:00
humans chore: migrate package name to letta (#1775) 2024-09-23 09:15:18 -07:00
llm_api feat: add create identity (#1064) 2025-02-19 22:16:21 -08:00
local_llm feat: support deepseek models (#821) 2025-02-18 15:28:01 -08:00
openai_backcompat feat: Composio tools execute on-the-fly (#999) 2025-02-13 16:13:29 -08:00
orm feat: add create identity (#1064) 2025-02-19 22:16:21 -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 chore: read project slug from header (#1062) 2025-02-19 22:17:00 -08:00
serialize_schemas feat: Serialize agent state simple fields and messages (#1012) 2025-02-18 11:01:10 -08:00
server chore: read project slug from header (#1062) 2025-02-19 22:17:00 -08:00
services feat: add create identity (#1064) 2025-02-19 22:16:21 -08:00
__init__.py chore: Feb 14th Sync (#1007) 2025-02-14 14:21:11 -08:00
__main__.py chore: migrate package name to letta (#1775) 2024-09-23 09:15:18 -07:00
agent.py feat: add "always continue" tool rule and configure default tool rules (#1033) 2025-02-19 14:46:37 -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: support deepseek models (#821) 2025-02-18 15:28:01 -08:00
embeddings.py feat: google vertex integration (#980) 2025-02-12 18:06:26 -08: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: 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: support deepseek models (#821) 2025-02-18 15:28:01 -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 feat: Composio tools execute on-the-fly (#999) 2025-02-13 16:13:29 -08:00
tracing.py fix: request hook args for tracing (#1051) 2025-02-18 22:18:48 -08:00
utils.py feat: support deepseek models (#821) 2025-02-18 15:28:01 -08:00