Matthew Zhou
|
49220a6aed
|
feat: Use Async OpenAI client to prevent blocking server thread (#811)
|
2025-01-28 14:02:33 -08:00 |
|
mlong93
|
e083cb0010
|
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 |
|
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 |
|
mlong93
|
abd2632367
|
chore: Migrate to anthropic sdk (#693)
Co-authored-by: Mindy Long <mindy@letta.com>
|
2025-01-17 15:22:01 -08:00 |
|
mlong93
|
be88525183
|
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
|
4a2e321e99
|
feat: support custom api keys for cloud (#533)
|
2025-01-07 22:12:55 -08:00 |
|
Matthew Zhou
|
c3cc35d505
|
chore: Merge OSS (#512)
|
2025-01-06 10:46:53 -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 |
|
cthomas
|
e5f230ea6b
|
feat: add new RateLimitExceededError (#2277)
Co-authored-by: Caren Thomas <caren@caren-mac.local>
|
2024-12-18 17:15:40 -08:00 |
|
mlong93
|
184565109b
|
feat: Adding init tool rule for Anthropic endpoint (#2262)
Co-authored-by: Mindy Long <mindy@letta.com>
|
2024-12-17 15:21:10 -08:00 |
|
Charles Packer
|
b1015c0679
|
fix: add a special error type for configuration errors (#2198)
|
2024-12-08 17:04:04 -08:00 |
|
Charles Packer
|
239b496075
|
fix: context window overflow patch (#2053)
|
2024-11-18 15:21:11 -08:00 |
|
Charles Packer
|
05045debc9
|
feat: support togetherAI via /completions (#2045)
|
2024-11-18 15:15:05 -08:00 |
|
Matthew Zhou
|
d6826875c2
|
feat: Implement tool calling rules for agents (#1954)
|
2024-10-30 16:53:41 -07:00 |
|
Matthew Zhou
|
c372234f13
|
fix: Clean up some legacy code and fix Groq provider (#1950)
|
2024-10-28 14:13:11 -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 |
|
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 |
|
Matthew Zhou
|
2492ad780d
|
test: add complex gemini tests (#1853)
Co-authored-by: Matt Zhou <mattzhou@Matts-MacBook-Pro.local>
|
2024-10-09 10:00:21 -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
|
f61ac27800
|
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 |
|
Matthew Zhou
|
a2d1d9e5ee
|
test: add complex testing for Groq Llama 3.1 70b (#1845)
Co-authored-by: Matt Zhou <mattzhou@Matts-MacBook-Pro.local>
|
2024-10-08 14:22:13 -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 |
|
Sarah Wooders
|
d631cec3d6
|
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 |
|
Matt Zhou
|
692c7897a2
|
Edit workflows
|
2024-10-04 16:18:42 -07:00 |
|
cpacker
|
7e9614b1e5
|
fix: force inner_thoughts_in_kwargs for groq since their function calling wrapper doesn't work without it
|
2024-10-03 19:08:42 -07:00 |
|
cpacker
|
47e072cae1
|
fix: various fixes to get groq to work from the CLI
|
2024-10-03 19:03:59 -07:00 |
|
Matt Zhou
|
831cdb5e77
|
wip add errors and refactor out into tools
|
2024-10-03 14:46:36 -07:00 |
|
Matt Zhou
|
b1d6797e35
|
Add groq flow to CLI
|
2024-10-03 10:04:18 -07:00 |
|
Matt Zhou
|
c5acb2e2ad
|
Finish adding groq and test
|
2024-10-01 16:40:28 -07:00 |
|
Matt Zhou
|
6fe7564100
|
wip
|
2024-10-01 16:22:34 -07:00 |
|
Matt Zhou
|
673ceda1f9
|
wip
|
2024-10-01 15:42:59 -07:00 |
|
Sarah Wooders
|
dda63c4d51
|
fix: various fixes for workflow tests (#1788)
|
2024-09-25 13:58:21 -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 |
|