cthomas
|
f28f73645c
|
fix: summarization bug (#1476)
|
2025-03-31 13:32:00 -07:00 |
|
cthomas
|
e5678d99b8
|
test: add more robust multi-agent testing (#1444)
|
2025-03-28 14:21:54 -07:00 |
|
cthomas
|
f9a8aadf07
|
chore: delete legacy google llm classes (#1402)
|
2025-03-25 14:05:49 -07:00 |
|
Charles Packer
|
b4c2dd230a
|
fix: patch summarizer bug for Anthropic (#1389)
|
2025-03-24 21:57:32 -07:00 |
|
cthomas
|
100431dce8
|
feat: add sonnet 3.7 support (#1302)
|
2025-03-24 16:36:16 -10:00 |
|
Matthew Zhou
|
4deaafdb49
|
chore: Various bug fixes (#1350)
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
Co-authored-by: cthomas <caren@letta.com>
Co-authored-by: tarunkumark <tkksctwo@gmail.com>
Co-authored-by: Kevin Lin <klin5061@gmail.com>
Co-authored-by: Charles Packer <packercharles@gmail.com>
Co-authored-by: Miao <one.lemorage@gmail.com>
Co-authored-by: Krishnakumar R (KK) <65895020+kk-src@users.noreply.github.com>
Co-authored-by: Shubham Naik <shub@memgpt.ai>
Co-authored-by: Shubham Naik <shub@letta.com>
Co-authored-by: Will Sargent <will.sargent@gmail.com>
Co-authored-by: Shubham Naik <shubham.naik10@gmail.com>
Co-authored-by: mlong93 <35275280+mlong93@users.noreply.github.com>
Co-authored-by: Mindy Long <mindy@letta.com>
Co-authored-by: Stephan Fitzpatrick <stephan@knowsuchagency.com>
Co-authored-by: dboyliao <qmalliao@gmail.com>
Co-authored-by: Jyotirmaya Mahanta <jyotirmaya.mahanta@gmail.com>
Co-authored-by: Nicholas <102550462+ndisalvio3@users.noreply.github.com>
Co-authored-by: Tristan Morris <tristanbmorris@gmail.com>
Co-authored-by: Daniel Shin <88547237+kyuds@users.noreply.github.com>
Co-authored-by: Jindřich Šíma <67415662+JindrichSima@users.noreply.github.com>
Co-authored-by: Azin Asgarian <31479845+azinasg@users.noreply.github.com>
Co-authored-by: Connor Shorten <connorshorten300@gmail.com>
Co-authored-by: Lucas Mohallem Ferraz <ferraz.m.lucas@gmail.com>
Co-authored-by: kyuds <kyuds@everspin.co.kr>
|
2025-03-20 11:06:45 -07:00 |
|
Sarah Wooders
|
f995f7a4cf
|
fix: impose tool rules for anthropic (#1342)
|
2025-03-20 09:55:19 -07:00 |
|
cthomas
|
c802e94fdc
|
chore: remove message.text property (#1253)
|
2025-03-12 10:58:31 -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 |
|
cthomas
|
0bbe852b1c
|
feat: add tracing (#883)
|
2025-02-18 19:03:31 -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 |
|
Matthew Zhou
|
745c78aff9
|
feat: Fix VLLM tool_choice (#1001)
|
2025-02-14 11:59:32 -08:00 |
|
Sarah Wooders
|
8955dd939b
|
feat: google vertex integration (#980)
|
2025-02-12 18:06:26 -08:00 |
|
Charles Packer
|
af2868d5c0
|
fix: add prefix fill support for Claude to try and boost haiku performance (#958)
|
2025-02-10 22:36:47 -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
|
bdbd921967
|
fix: Disable default OpenAI retry behavior (#856)
|
2025-01-30 11:37:47 -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 |
|
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 |
|