Andy Li
acfdab2ced
feat: uv migration ( #3493 )
...
* uv migration
smaller runners, freeze test runs, remove dev, ruff,hatchling, previw,
poetry, generates wheel, installs wheel, docker
* fix tests and dependency groups
* test fixes
* test fixing and main
* resolve merge conflict
* dev + test dependency group
* Test
* trigger CI
* trigger CI
* add debugging info
* trigger CI
* uv for reusable and sdk preview
* resolve mc and reformat black
* staged-api
* mypy
* fix fern
* prod Dockerfile
* model sweep, and project.toml and uvlock
* --group test -> --extra dev
* remove redundant --extra dev and rename tests to dev
* sdk backwards compat install sqlite
* install sqlite group for sdk-backwards-compat
* install uv on gh runner for cloud-api-integration-tests
* stage+publish
* pytest asyncio
* bug causing pytest package to get removed
* try to fix async event loop issues
* migrate to --with google-cloud-secret-manager
---------
Co-authored-by: Kian Jones <kian@letta.com >
2025-08-26 18:11:09 -07:00
cthomas
064b71d05d
feat: update reasoning toggle test ( #3901 )
2025-08-13 14:28:04 -07:00
cthomas
32a4ecae9d
feat: handle all cases for reasoning toggle ( #3857 )
2025-08-11 13:45:50 -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
Andy Li
9ca1664ed8
feat: support for providers
2025-07-22 16:09:50 -07:00
Kian Jones
cef4eb1910
feat(ci): Add coverage for self-hosted providers ( #2976 )
2025-07-21 18:26:23 -07:00
Matthew Zhou
fd1bff065a
feat: Attach file blocks when creating an agent with source ( #3027 )
2025-06-25 14:08:00 -07:00
Matthew Zhou
c54b557ca1
feat: Asyncify model listing for Together ( #2286 )
2025-05-20 16:00:37 -07:00
Matthew Zhou
0103ea6fcf
feat: Asyncify model listing for Gemini ( #2284 )
2025-05-20 16:00:20 -07:00
Matthew Zhou
b0f38cd2b1
feat: Asyncify anthropic model listing ( #2283 )
2025-05-20 15:59:42 -07:00
Matthew Zhou
e4fda7d6c7
feat: Asyncify openai model listing ( #2281 )
2025-05-20 15:24:00 -07:00
cthomas
25c188689a
feat: byok 2.0 ( #1963 )
2025-04-30 21:26:50 -07:00
Kevin Lin
98f0062416
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
42ac85efa8
feat: google vertex integration ( #980 )
2025-02-12 18:06:26 -08:00
mlong93
02cca70d78
feat: add support for AWS Bedrock (Anthropic) ( #689 )
...
Co-authored-by: Mindy Long <mindy@letta.com >
2025-01-17 11:42:21 -08:00
cthomas
b847c4688f
feat: add updated_at timestamp to provider and bump on write ( #574 )
2025-01-10 11:16:53 -08:00
Charles Packer
f57dc28552
feat: support togetherAI via /completions ( #2045 )
2024-11-18 15:15:05 -08:00
Matthew Zhou
9439e5e255
fix: Clean up some legacy code and fix Groq provider ( #1950 )
2024-10-28 14:13:11 -07:00
Matthew Zhou
6e6aad7bb0
feat: Add MistralProvider ( #1883 )
...
Co-authored-by: Matt Zhou <mattzhou@Matts-MacBook-Pro.local >
2024-10-14 13:34:12 -07:00
Charles Packer
1099809e49
fix: patch errors with OllamaProvider ( #1875 )
2024-10-12 20:19:20 -07:00
Sarah Wooders
3c547345e1
feat: add VLLMProvider ( #1866 )
...
Co-authored-by: cpacker <packercharles@gmail.com >
2024-10-11 15:58:12 -07:00
Matthew Zhou
446b8f2154
feat: Add listing llm models and embedding models for Azure endpoint ( #1846 )
...
Co-authored-by: Matt Zhou <mattzhou@Matts-MacBook-Pro.local >
2024-10-08 15:14:55 -07:00
Sarah Wooders
dd51b15154
feat: list available embedding/LLM models for ollama ( #1840 )
2024-10-08 14:57:11 -07:00
Sarah Wooders
91287a76c9
feat: list out embedding models for Google AI provider ( #1839 )
2024-10-08 11:28:24 -07:00
Sarah Wooders
9e4c7ad07f
feat: require LLMConfig and EmbeddingConfig to be specified for agent creation + allow multiple simultaneous provider configs for server ( #1814 )
...
Co-authored-by: Shubham Naik <shubham.naik10@gmail.com >
Co-authored-by: Matthew Zhou <mattzh1314@gmail.com >
Co-authored-by: Matt Zhou <mattzhou@Matts-MacBook-Pro.local >
Co-authored-by: Shubham Naik <shub@memgpt.ai >
2024-10-04 19:35:00 -07:00