Matthew Zhou
|
ebccd8176a
|
fix: Add additional testing for anthropic token counting (#2619)
|
2025-06-03 20:56:39 -07:00 |
|
Matthew Zhou
|
87f4bcad9a
|
feat: Add summarization for more scenarios (#2499)
|
2025-05-29 11:10:13 -07:00 |
|
Sarah Wooders
|
3354f5fe50
|
feat: concurrently make embedding request and use async client for OpenAI (#2482)
Co-authored-by: Matthew Zhou <mattzh1314@gmail.com>
|
2025-05-28 11:35:22 -07:00 |
|
cthomas
|
05e376d521
|
feat: add property ordering for vertex structured outputs (#2487)
|
2025-05-28 09:27:26 -07:00 |
|
Sarah Wooders
|
4cc075f1fc
|
feat: add more trace methods (#2471)
|
2025-05-27 16:56:30 -07:00 |
|
cthomas
|
e813a65351
|
feat(asyncify): byok in async loop (#2421)
|
2025-05-25 19:47:20 -07:00 |
|
Shangyin Tan
|
2199d8fdda
|
fix: do not pass temperature to request if model is oai reasoning model (#2189)
Co-authored-by: Charles Packer <packercharles@gmail.com>
|
2025-05-24 21:34:18 -07:00 |
|
cthomas
|
eaeac54798
|
fix: google clients thinking config (#2414)
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
|
2025-05-24 09:42:34 -07:00 |
|
cthomas
|
f9d2793caf
|
fix: set thinking budget for vertex tokens (#2367)
|
2025-05-23 09:07:32 -07:00 |
|
cthomas
|
b554171d41
|
feat: add tracing to llm clients (#2340)
|
2025-05-22 13:55:32 -07:00 |
|
cthomas
|
c9aa69d30e
|
fix: google vertex client errors (#2307)
|
2025-05-21 12:03:50 -07:00 |
|
cthomas
|
095a14cd1d
|
ci: use experimental for send message tests (#2290)
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
|
2025-05-20 18:39:27 -07:00 |
|
cthomas
|
c81c0ac8e0
|
feat: add anthropic token counter for cloud (#2289)
|
2025-05-20 17:10:50 -07:00 |
|
Matthew Zhou
|
8517ec7230
|
feat: Asyncify model listing for Gemini (#2284)
|
2025-05-20 16:00:20 -07:00 |
|
Matthew Zhou
|
edc0717579
|
feat: Asyncify anthropic model listing (#2283)
|
2025-05-20 15:59:42 -07:00 |
|
Matthew Zhou
|
87dae5d6e7
|
feat: Asyncify openai model listing (#2281)
|
2025-05-20 15:24:00 -07:00 |
|
Matthew Zhou
|
26ae9c4502
|
feat: Add tavily search builtin tool (#2257)
|
2025-05-19 16:38:11 -07:00 |
|
cthomas
|
9542dd2fd9
|
feat: configure retries on anthropic client (#2254)
|
2025-05-19 16:19:27 -07:00 |
|
cthomas
|
fe592eda72
|
feat: protect against anthropic nested tool args (#2250)
|
2025-05-19 16:01:59 -07:00 |
|
Andy Li
|
a78abc610e
|
feat: track llm provider traces and tracking steps in async agent loop (#2219)
|
2025-05-19 15:50:56 -07:00 |
|
Sarah Wooders
|
e8e1869e1a
|
chore: add gemini + vertex to new agent loop (#2230)
|
2025-05-17 21:47:42 -07:00 |
|
Sarah Wooders
|
65f8db2efd
|
feat: support together in new agent loop and add tests (#2231)
|
2025-05-17 19:17:08 -07:00 |
|
cthomas
|
067facbfc7
|
feat: add informative error for max tokens exceeded (#2223)
|
2025-05-16 14:02:11 -07:00 |
|
Kevin Lin
|
075b4cb519
|
fix: patch lmstudio qwen (#2155)
|
2025-05-13 14:42:00 -07:00 |
|
cthomas
|
bafc47c655
|
test: add additional new agent messaging tests (#2120)
|
2025-05-12 15:58:52 -07:00 |
|
Kevin Lin
|
9714a0ace4
|
fix: use auto function calling for together models (#2097)
|
2025-05-09 17:46:35 -07:00 |
|
Andy Li
|
a45739444f
|
fix: summarization includes tool call message before truncation (#2084)
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
|
2025-05-09 15:01:12 -07:00 |
|
Charles Packer
|
fce28c73e3
|
fix: make togetherai nebius xai etc usable via the openaiprovider (#1981)
Co-authored-by: Kevin Lin <klin5061@gmail.com>
Co-authored-by: Kevin Lin <kl2806@columbia.edu>
|
2025-05-09 10:50:55 -07:00 |
|
cthomas
|
7362ba4a41
|
fix: missing json import (#2073)
|
2025-05-08 13:33:39 -07:00 |
|
cthomas
|
d9a03cd484
|
fix: inner thoughts constant (#2070)
|
2025-05-07 21:33:34 -07:00 |
|
jnjpng
|
f62a06f04d
|
feat: add endpoint to test connection to llm provider (#2032)
Co-authored-by: Jin Peng <jinjpeng@Jins-MacBook-Pro.local>
|
2025-05-07 16:26:55 -07:00 |
|
cthomas
|
d1180ab7b9
|
fix: vertex imports (#2063)
|
2025-05-07 15:44:44 -07:00 |
|
Andy Li
|
77e7e9555f
|
chore: enable vertex experimental (#2053)
Co-authored-by: Caren Thomas <carenthomas@gmail.com>
|
2025-05-07 14:52:26 -07:00 |
|
cthomas
|
fa4b647e85
|
feat: add vertex to new agent loop (#2054)
|
2025-05-07 14:03:07 -07:00 |
|
cthomas
|
db6982a4bc
|
feat: add provider_category field to distinguish byok (#2038)
|
2025-05-06 17:31:36 -07:00 |
|
jnjpng
|
1d10b66ae1
|
fix: skip warning logs for valid event types for anthropic (#2014)
Co-authored-by: Jin Peng <jinjpeng@Jins-MacBook-Pro.local>
|
2025-05-05 17:07:38 -07:00 |
|
Sarah Wooders
|
a4da3c5192
|
chore: enable flash and fix vertex integration (#2003)
|
2025-05-05 13:47:28 -07:00 |
|
Charles Packer
|
326bbc5a04
|
fix: patch o1 support (#1978)
|
2025-05-02 14:54:25 -07:00 |
|
cthomas
|
8d2ed07e71
|
feat: add gemini to byok (#1993)
|
2025-05-02 14:01:23 -07:00 |
|
Andy Li
|
d1865eaa22
|
fix: handle malformed function calls in vertex (#1987)
|
2025-05-02 11:45:41 -07:00 |
|
cthomas
|
c4f603d7b6
|
feat: always add user id to openai requests (#1969)
|
2025-04-30 23:23:01 -07:00 |
|
cthomas
|
18db9b9509
|
feat: byok 2.0 (#1963)
|
2025-04-30 21:26:50 -07:00 |
|
Matthew Zhou
|
b2627ce22a
|
feat: Add thinking budget for vertex gemini (#1960)
|
2025-04-30 18:37:42 -07:00 |
|
cthomas
|
4016201087
|
feat: use new model-proxy in production (#1908)
|
2025-04-30 15:20:54 -07:00 |
|
Sarah Wooders
|
b6095d76e4
|
fix: trigger gemini retry with ValueError (#1918)
|
2025-04-28 18:47:29 -07:00 |
|
cthomas
|
a9cd78cc3b
|
fix: put inner thoughts in kwargs for anthropic (#1911)
|
2025-04-28 16:37:29 -07:00 |
|
cthomas
|
6609372676
|
feat: add letta-free endpoint constant (#1907)
|
2025-04-27 12:57:06 -07:00 |
|
Charles Packer
|
fa34df3e6b
|
fix: patch weird OSS / cloud drift by copying in OSS into cloud (#1904)
|
2025-04-26 23:21:00 -07:00 |
|
cthomas
|
ce2e8f5c4d
|
feat: add llm config per request (#1866)
|
2025-04-23 16:37:05 -07:00 |
|
cthomas
|
0a1022b910
|
fix: pydantic serializer warning datetime -> int (#1701)
|
2025-04-23 14:53:58 -07:00 |
|