Commit Graph

25 Commits

Author SHA1 Message Date
Kian Jones
ca6cfa5914 chore: migrate to ruff (#4305)
* base requirements

* autofix

* Configure ruff for Python linting and formatting

- Set up minimal ruff configuration with basic checks (E, W, F, I)
- Add temporary ignores for common issues during migration
- Configure pre-commit hooks to use ruff with pass_filenames
- This enables gradual migration from black to ruff

* Delete sdj

* autofixed only

* migrate lint action

* more autofixed

* more fixes

* change precommit

* try changing the hook

* try this stuff
2025-08-29 11:11:19 -07:00
cthomas
7a64b208b4 feat: add form field validation in UI for bedrock byok (#4141) 2025-08-24 14:23:13 -07:00
Matthew Zhou
df5d287acb fix: Fix letta-free embeddings (#4055) 2025-08-20 13:33:31 -07:00
cthomas
558498b92d feat: set frequency penalty to 1 for letta free (#4009) 2025-08-19 13:08:23 -07:00
cthomas
1c7b5874e6 fix: openai test connection (#3981) 2025-08-18 14:22:36 -07:00
cthomas
a6528b41d7 feat: set frequency penalty to 1 for gpt-4o (#3962) 2025-08-18 14:20:16 -07:00
Sarah Wooders
b39f5b864e fix: patch openai byok (#3966) 2025-08-16 13:41:48 -07:00
Sarah Wooders
ad1987639c fix: fix various ease of use problems (#3934)
Co-authored-by: Matt Zhou <mattzh1314@gmail.com>
2025-08-15 00:07:12 -07:00
cthomas
a45c59de25 chore: delete legacy azure client (#3911) 2025-08-13 16:24:47 -07:00
cthomas
a941b4fe24 chore: delete legacy bedrock client (#3912) 2025-08-13 16:20:48 -07:00
cthomas
591fa49073 chore: fully sunset cohere (#3910) 2025-08-13 16:05:06 -07:00
cthomas
dac2d8bb16 chore: delete legacy anthropic client (#3908) 2025-08-13 15:53:27 -07:00
cthomas
daaeff2bf3 feat: make together provider field optional (#3896) 2025-08-13 12:10:20 -07:00
cthomas
90138325a7 feat: update imports for byok check api (#3890) 2025-08-12 16:36:14 -07:00
cthomas
9f7c533765 feat: add azure byok (#3884) 2025-08-12 15:50:00 -07:00
Sarah Wooders
20a857b900 chore: remove legacy embeddings (#3846) 2025-08-12 15:11:09 -07:00
Sarah Wooders
e5497b1d0d chore: merge oss (#3712) 2025-08-07 22:20:26 -07:00
jnjpng
9d72955e7f fix: lmstudio tests and integration
Co-authored-by: Jin Peng <jinjpeng@Jins-MacBook-Pro.local>
2025-08-07 20:02:56 -07:00
Sarah Wooders
ce44386011 feat: support opus 4.1 and gpt-5 (#3806) 2025-08-07 15:11:57 -07:00
jnjpng
fcaa6c78a8 fix: fix and update vllm tests
Co-authored-by: Jin Peng <jinjpeng@Jins-MacBook-Pro.local>
Co-authored-by: Kian Jones <kian@letta.com>
2025-08-06 14:37:55 -07:00
Matthew Zhou
b5ba22a08e feat: Port letta free embeddings to openai proxy (#3695) 2025-08-01 12:19:37 -07:00
Sarah Wooders
f5187583d2 feat: move ollama to new agent loop (#3615) 2025-07-31 13:40:26 -07:00
jnjpng
de3c99d7f5 fix: lmstudio support for qwen and llama
Co-authored-by: Jin Peng <jinjpeng@Jins-MacBook-Pro.local>
Co-authored-by: Charles Packer <packercharles@gmail.com>
2025-07-29 15:57:20 -07:00
Matthew Zhou
be7f4be4d8 fix: Fix state transitions for file processing (#3541) 2025-07-24 13:48:08 -07:00
Andy Li
9ca1664ed8 feat: support for providers 2025-07-22 16:09:50 -07:00