Commit Graph

145 Commits

Author SHA1 Message Date
cthomas
d8d3d89073 feat: add llm config per request (#1866) 2025-04-23 16:37:05 -07:00
cthomas
51afbcb57e fix: pydantic serializer warning datetime -> int (#1701) 2025-04-23 14:53:58 -07:00
Charles Packer
69ba0607e4 fix: patch o-series (#1699) 2025-04-23 13:41:34 -07:00
cthomas
df2ae9dd1c fix: tool_name unreachable bug (#1803) 2025-04-19 16:29:14 -07:00
Kevin Lin
cc791f7fd1 fix: llm_config.put_inner_thoughts_in_kwargs = True (#1718) 2025-04-15 14:47:54 -07:00
Matthew Zhou
6a461017f8 feat: Implement resume step after request in new batch agent loop (#1676) 2025-04-15 13:56:22 -07:00
Charles Packer
200521cb45 fix: patch grok-3 and grok-3-fast (skip reasoners for now) (#1703) 2025-04-14 12:55:20 -07:00
Kevin Lin
7913e793b5 feat: add reasoning effort in LLMConfig (#1697)
Co-authored-by: cpacker <packercharles@gmail.com>
2025-04-13 17:44:10 -07:00
Sarah Wooders
546996e6e1 fix: force tool_choice to be auto for claude-3.7-sonnet (#1694) 2025-04-12 16:39:36 -07:00
Sarah Wooders
3b7bb6ad07 feat: translate system to developer or o-series models (#1692)
Co-authored-by: cpacker <packercharles@gmail.com>
2025-04-11 21:59:48 -07:00
Charles Packer
2b02841a56 fix: patch key error (unclear if we should fatally error here, or jus… (#1690) 2025-04-11 21:24:53 -07:00
Kevin Lin
a337075d39 fix: patch o1 and o3-mini (#1657) 2025-04-10 13:50:38 -07:00
Matthew Zhou
c1f9d3c2b7 feat: Finish step_until_request in new batch agent loop (#1656) 2025-04-10 10:19:06 -07:00
Charles Packer
2636e3d384 fix: patch gemini 2.5 pro (#1643)
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
2025-04-09 18:35:53 -07:00
Matthew Zhou
f6d3689340 fix: Fix build request data for OpenAI (#1654) 2025-04-09 16:31:20 -07:00
Matthew Zhou
383ac8b4e0 chore: Inject LLM config directly to batch api request func (#1652) 2025-04-09 15:56:54 -07:00
cthomas
3713393966 Add parent tool rule (#1648) 2025-04-09 15:22:15 -07:00
Matthew Zhou
c0e1f793cf feat: Write batch request on base LLM client (#1646) 2025-04-09 14:58:26 -07:00
Charles Packer
db3744f208 fix: patch incorrect use of name in function response (#1642) 2025-04-09 14:20:57 -07:00
Sarah Wooders
09ffcfd21c fix: patch summarizer for google and use new client (#1639) 2025-04-08 21:10:48 -07:00
Matthew Zhou
049d98b565 fix: Fix streaming when there are child tool rules (#1638) 2025-04-08 19:06:39 -07:00
cthomas
64f2f75113 fix: use message idx for anthropic legacy streaming (#1600) 2025-04-07 15:12:24 -07:00
Sarah Wooders
4bdd0b50df feat: add gemini 2.5 to google vertex (#1590)
Co-authored-by: Charles Packer <packercharles@gmail.com>
2025-04-06 16:53:41 -07:00
cthomas
8ed63154d0 fix: use message idx instead of chunk idx for streaming (#1587) 2025-04-06 11:23:19 -07:00
Matthew Zhou
d90210b5c8 feat: Add batch requests on Anthropic Client (#1574) 2025-04-04 14:58:18 -07:00
cthomas
fdefb8a9cd feat: add otid field for message idempotency (#1556) 2025-04-04 08:43:01 -07:00
Matthew Zhou
54ca172170 feat: Enable Anthropic streaming on new agent loop (#1550) 2025-04-03 19:40:48 -07:00
cthomas
c1aa35d372 feat: sleeptime agent prompting improvements (#1547) 2025-04-03 11:04:42 -07:00
cthomas
8e52a26d40 fix: always strip thinking tags from anthropic stream (#1483) 2025-04-02 15:18:04 -07:00
Sarah Wooders
b0e47a2649 fix: dont error on azure model listing and add local EmbeddingConfig (#1534) 2025-04-02 15:12:07 -07:00
Matthew Zhou
5bba18ac06 feat: Simplify arguments for LLM clients (#1536) 2025-04-02 14:26:27 -07:00
cthomas
f28f73645c fix: summarization bug (#1476) 2025-03-31 13:32:00 -07:00
Matthew Zhou
4b2b1c8bf3 feat: New openai client (#1460) 2025-03-31 13:08:59 -07:00
cthomas
8c0cbfaaa3 fix: anthropic system event parse (#1471) 2025-03-31 09:49:15 -07:00
Charles Packer
ce0631abd4 fix: catch context window exceeded error thrown from Anthropic (#1470) 2025-03-31 09:35:20 -07:00
Charles Packer
d8816626ef fix: small patch for discord (due to python version i thnk) (#1469) 2025-03-30 20:09:46 -07:00
cthomas
b087cf62b8 fix: anthropic system message parse (#1467) 2025-03-30 18:44:55 -07:00
Matthew Zhou
f45b6d5577 fix: Fix message_id ordering in agent serialization (#1458) 2025-03-28 15:13:33 -07:00
cthomas
e5678d99b8 test: add more robust multi-agent testing (#1444) 2025-03-28 14:21:54 -07:00
cthomas
815f9346a6 fix: google model listing api (#1454) 2025-03-28 13:59:54 -07:00
cthomas
d24fa0f8d8 fix: anthropic inner thoughts bug (#1432) 2025-03-27 10:06:54 -07:00
cthomas
72e148ceb9 feat: anthropic class improvements (#1425) 2025-03-27 08:47:54 -07:00
Matthew Zhou
bcfab1767d feat: Add verbose error logging on Anthropic client (#1424) 2025-03-26 15:25:16 -07:00
cthomas
8ee1d167aa fix: anthropic tool call parsing (#1417) 2025-03-26 10:55:37 -07:00
cthomas
f7290d0356 chore: migrate anthropic to llm client class (#1409) 2025-03-26 09:37:27 -07:00
cthomas
f9a8aadf07 chore: delete legacy google llm classes (#1402) 2025-03-25 14:05:49 -07:00
cthomas
ba172d7ce6 fix: anthropic empty response check (#1397) 2025-03-25 09:41:45 -07:00
Charles Packer
317889eeee fix: patch bug in Anthropic code path (#1395) 2025-03-25 07:55:59 -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