MemGPT/letta
2025-01-16 10:36:15 -08:00
..
benchmark run black, add isort config to pyproject.toml 2024-12-26 19:43:11 -08:00
cli chore: Merge OSS (#512) 2025-01-06 10:46:53 -08:00
client feat: Native agent to agent messaging (#668) 2025-01-16 10:36:15 -08:00
data_sources run black, add isort config to pyproject.toml 2024-12-26 19:43:11 -08:00
functions feat: Native agent to agent messaging (#668) 2025-01-16 10:36:15 -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: patch gpt4omini bug (#619) 2025-01-12 17:34:25 -08:00
local_llm feat: Native agent to agent messaging (#668) 2025-01-16 10:36:15 -08:00
openai_backcompat chore: migrate package name to letta (#1775) 2024-09-23 09:15:18 -07:00
orm feat: Native agent to agent messaging (#668) 2025-01-16 10:36:15 -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 feat: Native agent to agent messaging (#668) 2025-01-16 10:36:15 -08:00
server fix: updated send_message_async request params, get_run_messages returns LettaMessage (#638) 2025-01-15 14:47:20 -08:00
services feat: Native agent to agent messaging (#668) 2025-01-16 10:36:15 -08:00
__init__.py chore: Merge OSS (#562) 2025-01-09 10:20:55 -08:00
__main__.py chore: migrate package name to letta (#1775) 2024-09-23 09:15:18 -07:00
agent.py feat: Native agent to agent messaging (#668) 2025-01-16 10:36:15 -08:00
chat_only_agent.py fix: Remove in-memory _messages field on Agent (#2295) 2024-12-20 15:52:04 -08:00
config.py run black, add isort config to pyproject.toml 2024-12-26 19:43:11 -08:00
constants.py feat: Native agent to agent messaging (#668) 2025-01-16 10:36:15 -08:00
credentials.py fix: refactor Google AI Provider / helper functions and add endpoint test (#1850) 2024-10-08 16:55:11 -07:00
embeddings.py run black, add isort config to pyproject.toml 2024-12-26 19:43:11 -08:00
errors.py fix: add tests to cypress 2024-12-23 14:44:08 -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: Rewrite agents (#2232) 2024-12-13 14:43:19 -08:00
offline_memory_agent.py fix: Remove in-memory _messages field on Agent (#2295) 2024-12-20 15:52:04 -08:00
pytest.ini chore: migrate package name to letta (#1775) 2024-09-23 09:15:18 -07:00
settings.py feat: Adjust tool execution sandbox to be under ~/.letta (#591) 2025-01-10 15:17:16 -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: fix streaming put_inner_thoughts_in_kwargs (#1913) 2024-10-21 17:07:20 -07:00
system.py run black, add isort config to pyproject.toml 2024-12-26 19:43:11 -08:00
utils.py feat: new routes to gather a job's messages and usage statistics (#564) 2025-01-12 12:36:10 -08:00