Commit Graph

49 Commits

Author SHA1 Message Date
cthomas
20ecab29a1
chore: bump version 0.7.8 (#2604)
Co-authored-by: Kian Jones <11655409+kianjones9@users.noreply.github.com>
Co-authored-by: Andy Li <55300002+cliandy@users.noreply.github.com>
Co-authored-by: Matthew Zhou <mattzh1314@gmail.com>
2025-04-30 23:39:58 -07:00
cthomas
a0a9952f36 feat: add letta-free endpoint constant (#1907) 2025-04-27 12:57:06 -07:00
cthomas
51afbcb57e fix: pydantic serializer warning datetime -> int (#1701) 2025-04-23 14:53:58 -07:00
Charles Packer
69ba0607e4 fix: patch o-series (#1699) 2025-04-23 13:41:34 -07:00
Kevin Lin
7913e793b5 feat: add reasoning effort in LLMConfig (#1697)
Co-authored-by: cpacker <packercharles@gmail.com>
2025-04-13 17:44:10 -07:00
Kevin Lin
a337075d39 fix: patch o1 and o3-mini (#1657) 2025-04-10 13:50:38 -07:00
cthomas
8ed63154d0 fix: use message idx instead of chunk idx for streaming (#1587) 2025-04-06 11:23:19 -07:00
cthomas
fdefb8a9cd feat: add otid field for message idempotency (#1556) 2025-04-04 08:43:01 -07:00
cthomas
e5678d99b8 test: add more robust multi-agent testing (#1444) 2025-03-28 14:21:54 -07:00
cthomas
8a17daedd0 feat: add content parts to message schema (#1273)
Co-authored-by: Matt Zhou <mattzh1314@gmail.com>
2025-03-13 18:43:32 -07:00
cthomas
52a483d77f feat: log request data to otel (#1149) 2025-03-03 11:51:05 -08:00
Charles Packer
566b80dbf1 feat: add xAI / Grok support (#1122)
Co-authored-by: Shubham Naik <shub@letta.com>
2025-02-26 11:02:42 -08:00
Matthew Zhou
9ac089a143 feat: Reverse inner thoughts for chat completions endpoint (#1081) 2025-02-20 12:30:34 -08:00
Sarah Wooders
81956d7d3a docs: add documentation for DeepSeek integration (#1069) 2025-02-20 11:58:08 -08:00
Kevin Lin
7828d77616 feat: support deepseek models (#821)
Co-authored-by: Charles Packer <packercharles@gmail.com>
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
Co-authored-by: Shubham Naik <shub@memgpt.ai>
Co-authored-by: Shubham Naik <shub@letta.com>
2025-02-18 15:28:01 -08:00
Kevin Lin
01efd482f2 fix: add max tokens (#795)
Co-authored-by: Charles Packer <packercharles@gmail.com>
2025-02-10 20:28:03 -08:00
Matthew Zhou
96c72fb157 fix: Fix trailing } in chat completions interface (#842) 2025-02-10 15:45:13 -08:00
Matthew Zhou
bdbd921967 fix: Disable default OpenAI retry behavior (#856) 2025-01-30 11:37:47 -08:00
Charles Packer
60ce3bf9fe fix: fix fat finger push to main (#849) 2025-01-29 18:02:27 -08:00
cpacker
d509de39f3 fix: pass in a dummy key to openai python client if it doesn't exist at inference time 2025-01-29 17:55:54 -08:00
Matthew Zhou
49220a6aed feat: Use Async OpenAI client to prevent blocking server thread (#811) 2025-01-28 14:02:33 -08:00
Charles Packer
eb43395175 fix: fix lmstudio docker (#788) 2025-01-26 19:19:31 -08:00
Charles Packer
74b38b1de2 feat: lmstudio support via /v1/chat/completions proxy route (#724) 2025-01-24 15:08:23 -08:00
Kevin Lin
4a4e62a328 chore: add temperature to LLMConfig (#735)
Co-authored-by: Charles Packer <packercharles@gmail.com>
2025-01-23 15:55:47 -08:00
Matthew Zhou
4e29dac6be feat: Use official OpenAI client (#752) 2025-01-23 15:45:06 -08:00
Charles Packer
df24721296 fix: patch gpt4omini bug (#619) 2025-01-12 17:34:25 -08:00
Caren Thomas
461ad00ca6 run black, add isort config to pyproject.toml 2024-12-26 19:43:11 -08:00
Caren Thomas
c452bd82f7 run isort on apps/core 2024-12-26 19:27:09 -08:00
Shubham Naik
c79eeacd20 fix: add tests to cypress 2024-12-23 14:44:08 -08:00
Matthew Zhou
ee0ab8d7d6
fix: Patch dummy message and fix test (#2192) 2024-12-07 13:11:46 -08:00
Charles Packer
14cdc4342d
feat: support pydantic models in tool uploads + patch dict/list types (#2112) 2024-11-30 10:09:03 -08:00
Charles Packer
05045debc9
feat: support togetherAI via /completions (#2045) 2024-11-18 15:15:05 -08:00
Matthew Zhou
8d9adf2223
fix: Fix memory summarization (#2029) 2024-11-12 18:02:34 -08:00
Matthew Zhou
d6826875c2
feat: Implement tool calling rules for agents (#1954) 2024-10-30 16:53:41 -07:00
Charles Packer
588261e210
fix: fix bug triggered by using ada embeddings (#1915) 2024-10-22 16:42:02 -07:00
Charles Packer
eb6a1997a4
feat: fix streaming put_inner_thoughts_in_kwargs (#1913) 2024-10-21 17:07:20 -07:00
Charles Packer
eb97f157ff
revert: Revert "feat: fix streaming put_inner_thoughts_in_kwargs" (#1912) 2024-10-19 23:48:27 -07:00
Charles Packer
9e83dbc27f
feat: fix streaming put_inner_thoughts_in_kwargs (#1911) 2024-10-19 21:49:45 -07:00
Charles Packer
cf5d9347d0
feat: add function IDs to LettaMessage function calls and response (#1909) 2024-10-19 21:47:48 -07:00
Charles Packer
180bbfe8a7
feat: add functions to get context window overview (#1903) 2024-10-18 14:29:28 -07:00
Matthew Zhou
01fdf8684c
feat: Add put_inner_thoughts_in_kwargs as a config setting for the LLM (#1902)
Co-authored-by: Matt Zhou <mattzhou@Matts-MacBook-Pro.local>
2024-10-17 15:54:03 -07:00
Sarah Wooders
32fbd71467
feat: add VLLMProvider (#1866)
Co-authored-by: cpacker <packercharles@gmail.com>
2024-10-11 15:58:12 -07:00
Kevin Lin
30ff27473a
fix: fix typo (#1870)
Co-authored-by: Kevin Lin <kevinlin@Kevins-MacBook-Pro.local>
2024-10-11 15:51:23 -07:00
Sarah Wooders
eb1aab1fc7
chore: fix branch (#1865) 2024-10-10 14:07:45 -07:00
Sarah Wooders
dba25c3c12
feat: cleanup display of free endpoint (#1860) 2024-10-09 17:47:20 -07:00
Matthew Zhou
bc2c0b2482
fix: refactor Google AI Provider / helper functions and add endpoint test (#1850)
Co-authored-by: Matt Zhou <mattzhou@Matts-MacBook-Pro.local>
2024-10-08 16:55:11 -07:00
Matthew Zhou
7be60fcf0f
fix: Fix Azure provider and add complex e2e testing (#1842)
Co-authored-by: Matt Zhou <mattzhou@Matts-MacBook-Pro.local>
2024-10-07 17:59:06 -07:00
Matthew Zhou
9018807626
feat: Add integration with Composio tools (#1820)
Co-authored-by: Matt Zhou <mattzhou@Matts-MacBook-Pro.local>
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
2024-10-02 20:58:03 -07:00
Sarah Wooders
85faf5f474
chore: migrate package name to letta (#1775)
Co-authored-by: Charles Packer <packercharles@gmail.com>
Co-authored-by: Shubham Naik <shubham.naik10@gmail.com>
Co-authored-by: Shubham Naik <shub@memgpt.ai>
2024-09-23 09:15:18 -07:00