MemGPT/letta
2024-12-01 21:35:31 -08:00
..
agent_store feat: refactor agent memory representation and modify routes for editing blocks (#2094) 2024-11-27 16:04:13 -08:00
benchmark fix: Fix small benchmark bugs (#1826) 2024-10-03 12:08:10 -07:00
cli fix: Fixed Issue #2127 (#2129) 2024-12-01 17:41:03 -08:00
client feat: refactor agent memory representation and modify routes for editing blocks (#2094) 2024-11-27 16:04:13 -08:00
data_sources chore: Migrate FileMetadata to ORM (#2028) 2024-11-13 10:59:46 -08:00
functions feat: support pydantic models in tool uploads + patch dict/list types (#2112) 2024-11-30 10:09:03 -08:00
helpers feat: refactor agent memory representation and modify routes for editing blocks (#2094) 2024-11-27 16:04:13 -08:00
humans chore: migrate package name to letta (#1775) 2024-09-23 09:15:18 -07:00
llm_api feat: support pydantic models in tool uploads + patch dict/list types (#2112) 2024-11-30 10:09:03 -08:00
local_llm fix: cleanup CLI tool prints (#2130) 2024-12-01 17:41:17 -08:00
openai_backcompat chore: migrate package name to letta (#1775) 2024-09-23 09:15:18 -07:00
orm fix: Update block label also updates the BlocksAgents table (#2106) 2024-11-26 10:21:30 -08:00
personas feat: prompting O1 (#1891) 2024-10-17 15:55:50 -07:00
prompts feat: prompting O1 (#1891) 2024-10-17 15:55:50 -07:00
schemas feat: refactor agent memory representation and modify routes for editing blocks (#2094) 2024-11-27 16:04:13 -08:00
server fix: allow setting pass for server --secure (#2132) 2024-12-01 21:35:31 -08:00
services fix: cleanup CLI tool prints (#2130) 2024-12-01 17:41:17 -08:00
__init__.py feat: refactor agent memory representation and modify routes for editing blocks (#2094) 2024-11-27 16:04:13 -08:00
__main__.py chore: migrate package name to letta (#1775) 2024-09-23 09:15:18 -07:00
agent.py feat: Improve retry mechanism for _get_ai_reply and refactor method (#2113) 2024-11-30 09:57:52 -08:00
config.py feat: refactor agent memory representation and modify routes for editing blocks (#2094) 2024-11-27 16:04:13 -08:00
constants.py feat: refactor agent memory representation and modify routes for editing blocks (#2094) 2024-11-27 16:04:13 -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 fix: Lazy load llamaindex imports that are causing issues (#2075) 2024-11-20 17:18:39 -08:00
errors.py fix: pass tool errors through the HTTP POST /tools requests with detailed error messages (#2110) 2024-11-26 17:06:44 -08:00
interface.py chore: add CLI CI test (#1858) 2024-10-09 14:34:36 -07:00
log.py feat: Sandboxing for tool execution (#2040) 2024-11-22 10:34:08 -08:00
main.py feat: refactor agent memory representation and modify routes for editing blocks (#2094) 2024-11-27 16:04:13 -08:00
memory.py fix: Fix memory summarization (#2029) 2024-11-12 18:02:34 -08:00
metadata.py fix: cleanup CLI tool prints (#2130) 2024-12-01 17:41:17 -08:00
o1_agent.py feat: refactor agent memory representation and modify routes for editing blocks (#2094) 2024-11-27 16:04:13 -08:00
persistence_manager.py feat: refactor agent memory representation and modify routes for editing blocks (#2094) 2024-11-27 16:04:13 -08:00
providers.py feat: support togetherAI via /completions (#2045) 2024-11-18 15:15:05 -08:00
pytest.ini chore: migrate package name to letta (#1775) 2024-09-23 09:15:18 -07:00
settings.py feat: Add composio tools compatibility to sandboxes (#2097) 2024-11-22 12:10:36 -08:00
streaming_interface.py chore: add CLI CI test (#1858) 2024-10-09 14:34:36 -07:00
streaming_utils.py feat: fix streaming put_inner_thoughts_in_kwargs (#1913) 2024-10-21 17:07:20 -07:00
system.py chore: migrate package name to letta (#1775) 2024-09-23 09:15:18 -07:00
utils.py fix: Fix security vuln with file upload (#2067) 2024-11-19 17:07:04 -08:00