MemGPT/letta
2024-11-01 15:42:43 -07:00
..
agent_store feat: Add ORM for organization model (#1914) 2024-10-22 14:47:09 -07:00
benchmark fix: Fix small benchmark bugs (#1826) 2024-10-03 12:08:10 -07:00
cli feat: Enable base constructs to automatically populate "created_by" and "last_updated_by" fields for relevant objects (#1944) 2024-10-28 11:04:17 -07:00
client feat: Add endpoint to add base tools to an org (#1971) 2024-11-01 15:42:43 -07:00
data_sources feat: Enable adding files (#1864) 2024-10-14 10:22:45 -07:00
functions fix: Make imports more explicit for BaseModel v1 or v2 (#1959) 2024-10-30 17:08:20 -07:00
helpers feat: Implement tool calling rules for agents (#1954) 2024-10-30 16:53:41 -07:00
humans chore: migrate package name to letta (#1775) 2024-09-23 09:15:18 -07:00
llm_api feat: Implement tool calling rules for agents (#1954) 2024-10-30 16:53:41 -07:00
local_llm feat: add functions to get context window overview (#1903) 2024-10-18 14:29:28 -07:00
openai_backcompat chore: migrate package name to letta (#1775) 2024-09-23 09:15:18 -07:00
orm feat: Add endpoint to add base tools to an org (#1971) 2024-11-01 15:42:43 -07: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 fix: fix bug with POST /v1/agents/messages route returning empty LettaMessage base objects (#1966) 2024-10-31 16:57:50 -07:00
server feat: Add endpoint to add base tools to an org (#1971) 2024-11-01 15:42:43 -07:00
services feat: Add endpoint to add base tools to an org (#1971) 2024-11-01 15:42:43 -07:00
__init__.py chore: bump to version 0.5.1 (#1922) 2024-10-23 12:29:24 -07:00
__main__.py chore: migrate package name to letta (#1775) 2024-09-23 09:15:18 -07:00
agent.py feat: Implement tool calling rules for agents (#1954) 2024-10-30 16:53:41 -07:00
config.py chore: Remove legacy code and instances of anon_clientid (#1942) 2024-10-25 16:25:45 -07:00
constants.py feat: Add endpoint to add base tools to an org (#1971) 2024-11-01 15:42:43 -07: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: Add embedding tests to azure (#1920) 2024-10-22 11:53:49 -07:00
errors.py fix: Fix Azure provider and add complex e2e testing (#1842) 2024-10-07 17:59:06 -07:00
interface.py chore: add CLI CI test (#1858) 2024-10-09 14:34:36 -07:00
log.py chore: migrate package name to letta (#1775) 2024-09-23 09:15:18 -07:00
main.py feat: Add put_inner_thoughts_in_kwargs as a config setting for the LLM (#1902) 2024-10-17 15:54:03 -07:00
memory.py chore: migrate package name to letta (#1775) 2024-09-23 09:15:18 -07:00
metadata.py feat: Implement tool calling rules for agents (#1954) 2024-10-30 16:53:41 -07:00
o1_agent.py feat: Add orm for Tools and clean up Tool logic (#1935) 2024-10-25 14:25:40 -07:00
persistence_manager.py chore: migrate package name to letta (#1775) 2024-09-23 09:15:18 -07:00
providers.py fix: Clean up some legacy code and fix Groq provider (#1950) 2024-10-28 14:13:11 -07:00
pytest.ini chore: migrate package name to letta (#1775) 2024-09-23 09:15:18 -07:00
settings.py fix: fix core memory heartbeat issue (#1929) 2024-10-23 12:22:37 -07: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 feat: add function IDs to LettaMessage function calls and response (#1909) 2024-10-19 21:47:48 -07:00