cthomas
|
5d40966185
|
fix: anthropic message creation bug (#1299)
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
|
2025-03-16 12:05:02 -07:00 |
|
cthomas
|
d8966d8c7e
|
feat: add content parts to message schema (#1273)
Co-authored-by: Matt Zhou <mattzh1314@gmail.com>
|
2025-03-13 18:43:32 -07:00 |
|
Sarah Wooders
|
3deab82109
|
chore: merge updated tests (#1276)
|
2025-03-13 17:15:20 -07:00 |
|
Charles Packer
|
7789da21c8
|
feat: initial MCP support (#1229)
Co-authored-by: Matt Zhou <mattzh1314@gmail.com>
|
2025-03-12 17:33:24 -07:00 |
|
cthomas
|
eddd167f43
|
chore: remove message.text property (#1253)
|
2025-03-12 10:58:31 -07:00 |
|
cthomas
|
2a36af8a5d
|
feat: add new llm client framework and migrate google apis (#1209)
|
2025-03-07 16:34:06 -08:00 |
|
cthomas
|
84132d63f5
|
feat: log request data to otel (#1149)
|
2025-03-03 11:51:05 -08:00 |
|
Charles Packer
|
72dac99e92
|
feat: add xAI / Grok support (#1122)
Co-authored-by: Shubham Naik <shub@letta.com>
|
2025-02-26 11:02:42 -08:00 |
|
Sarah Wooders
|
fbfc8a14aa
|
feat: add in claude-3-7-sonnet-20250219 (#1102)
Co-authored-by: Charles Packer <packercharles@gmail.com>
|
2025-02-24 18:15:31 -08:00 |
|
Matthew Zhou
|
afbb5af30b
|
feat: Reverse inner thoughts for chat completions endpoint (#1081)
|
2025-02-20 12:30:34 -08:00 |
|
Sarah Wooders
|
81ba0a6567
|
docs: add documentation for DeepSeek integration (#1069)
|
2025-02-20 11:58:08 -08:00 |
|
Shubham Naik
|
b62a1e507f
|
feat: add create identity (#1064)
|
2025-02-19 22:16:21 -08:00 |
|
Sarah Wooders
|
1bf644d7fd
|
feat: finish bedrock integration and add docs (#1072)
|
2025-02-19 18:08:15 -08:00 |
|
cthomas
|
c5985ed989
|
feat: add tracing (#883)
|
2025-02-18 19:03:31 -08:00 |
|
Kevin Lin
|
7173d5cefb
|
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 |
|
Sarah Wooders
|
4c73290281
|
feat: use function calling mode ANY for vertex (#1008)
Co-authored-by: cpacker <packercharles@gmail.com>
|
2025-02-14 18:14:01 -08:00 |
|
Matthew Zhou
|
7dc98969a8
|
feat: Fix VLLM tool_choice (#1001)
|
2025-02-14 11:59:32 -08:00 |
|
Sarah Wooders
|
2d4df68719
|
fix: add tests for vertex and add file (#994)
|
2025-02-13 16:45:21 -08:00 |
|
Matthew Zhou
|
9ee53a0eaa
|
feat: Composio tools execute on-the-fly (#999)
|
2025-02-13 16:13:29 -08:00 |
|
cthomas
|
b32bee5aa6
|
feat: add default context window (#995)
Co-authored-by: Charles Packer <packercharles@gmail.com>
|
2025-02-13 15:37:38 -08:00 |
|
Sarah Wooders
|
fd8933c447
|
feat: google vertex integration (#980)
|
2025-02-12 18:06:26 -08:00 |
|
Charles Packer
|
68f6239342
|
fix: add prefix fill support for Claude to try and boost haiku performance (#958)
|
2025-02-10 22:36:47 -08:00 |
|
Kevin Lin
|
e858871ccb
|
fix: add max tokens (#795)
Co-authored-by: Charles Packer <packercharles@gmail.com>
|
2025-02-10 20:28:03 -08:00 |
|
Matthew Zhou
|
308e6ce215
|
fix: Fix trailing } in chat completions interface (#842)
|
2025-02-10 15:45:13 -08:00 |
|
cthomas
|
c2643d9578
|
fix: azure context length (#879)
|
2025-02-03 15:17:30 -08:00 |
|
Matthew Zhou
|
3a5be5aa38
|
fix: Disable default OpenAI retry behavior (#856)
|
2025-01-30 11:37:47 -08:00 |
|
Charles Packer
|
c9361680fb
|
fix: fix fat finger push to main (#849)
|
2025-01-29 18:02:27 -08:00 |
|
cpacker
|
f3c512f4a1
|
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
|
9c5033e0bd
|
feat: Use Async OpenAI client to prevent blocking server thread (#811)
|
2025-01-28 14:02:33 -08:00 |
|
Charles Packer
|
0225ca5381
|
fix: fix lmstudio docker (#788)
|
2025-01-26 19:19:31 -08:00 |
|
mlong93
|
fed9f77ac9
|
feat: add anthropic streaming (#716)
Co-authored-by: Mindy Long <mindy@letta.com>
Co-authored-by: Charles Packer <packercharles@gmail.com>
|
2025-01-26 17:35:22 -08:00 |
|
Charles Packer
|
d54e4fd4ac
|
feat: lmstudio support via /v1/chat/completions proxy route (#724)
|
2025-01-24 15:08:23 -08:00 |
|
Kevin Lin
|
8a8ce46763
|
chore: add temperature to LLMConfig (#735)
Co-authored-by: Charles Packer <packercharles@gmail.com>
|
2025-01-23 15:55:47 -08:00 |
|
Matthew Zhou
|
3ed216673e
|
feat: Use official OpenAI client (#752)
|
2025-01-23 15:45:06 -08:00 |
|
Matthew Zhou
|
50de3cb4b7
|
feat: Rework summarizer (#654)
|
2025-01-22 11:19:26 -08:00 |
|
cthomas
|
ef6fce8e0f
|
feat: add schema/db for new steps table (#669)
|
2025-01-18 12:20:10 -08:00 |
|
mlong93
|
13dfe4adbd
|
feat: add error handling for bedrock on server (#698)
Co-authored-by: Mindy Long <mindy@letta.com>
|
2025-01-17 17:43:33 -08:00 |
|
mlong93
|
75fcf297d2
|
chore: Migrate to anthropic sdk (#693)
Co-authored-by: Mindy Long <mindy@letta.com>
|
2025-01-17 15:22:01 -08:00 |
|
mlong93
|
e9790d07ca
|
feat: add support for AWS Bedrock (Anthropic) (#689)
Co-authored-by: Mindy Long <mindy@letta.com>
|
2025-01-17 11:42:21 -08:00 |
|
Charles Packer
|
7d04fe2cb9
|
fix: patch gpt4omini bug (#619)
|
2025-01-12 17:34:25 -08:00 |
|
Matthew Zhou
|
018a642217
|
feat: Add model integration testing (#587)
|
2025-01-10 14:28:12 -08:00 |
|
cthomas
|
2a117f7a73
|
feat: support custom api keys for cloud (#533)
|
2025-01-07 22:12:55 -08:00 |
|
Matthew Zhou
|
4fd04c63fe
|
chore: Merge OSS (#512)
|
2025-01-06 10:46:53 -08:00 |
|
Caren Thomas
|
fd8961c39e
|
run black, add isort config to pyproject.toml
|
2024-12-26 19:43:11 -08:00 |
|
Caren Thomas
|
ea0cca7bad
|
run isort on apps/core
|
2024-12-26 19:27:09 -08:00 |
|
Shubham Naik
|
0b8017853a
|
fix: add tests to cypress
|
2024-12-23 14:44:08 -08:00 |
|
Shubham Naik
|
5a743d1dc4
|
Add 'apps/core/' from commit 'ea2a7395f4023f5b9fab03e6273db3b64a1181d5'
git-subtree-dir: apps/core
git-subtree-mainline: a8963e11e7a5a0059acbc849ce768e1eee80df61
git-subtree-split: ea2a7395f4023f5b9fab03e6273db3b64a1181d5
|
2024-12-22 20:31:22 -08:00 |
|