Commit Graph

1856 Commits

Author SHA1 Message Date
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
1b27662a78 feat(asyncify): migrate context viewer (#2280) 2025-05-20 15:08:48 -07:00
Matthew Zhou
3b5f6bafba chore: Add more telemetry and confirm that e2b async latency is acceptable (#2278) 2025-05-20 14:19:51 -07:00
cthomas
c84b90cea8 feat(asyncify): migrate list sources (#2276) 2025-05-20 12:59:06 -07:00
cthomas
710c03dbd1 feat(asyncify): migrate list passages (#2275) 2025-05-20 12:56:04 -07:00
Matthew Zhou
55497cd64f feat: Improve run_code output format (#2270) 2025-05-20 11:58:35 -07:00
Matthew Zhou
91353341b9 chore: Add instrumentation to async E2B (#2273) 2025-05-20 11:47:37 -07:00
Sarah Wooders
1465c48bb9 fix: pass in usage statistics to patch streaming error (#2264) 2025-05-19 21:10:11 -07:00
Matthew Zhou
068f27d83d feat: Add tavily search builtin tool (#2257) 2025-05-19 16:38:11 -07:00
cthomas
2dde1f34ef feat: configure retries on anthropic client (#2254) 2025-05-19 16:19:27 -07:00
cthomas
5df7bd5af6 feat: protect against anthropic nested tool args (#2250) 2025-05-19 16:01:59 -07:00
Matthew Zhou
6e5ab8b151 feat: Add built in code interpreter tool (#2252) 2025-05-19 16:01:40 -07:00
Andy Li
0a54b998a8 feat: track llm provider traces and tracking steps in async agent loop (#2219) 2025-05-19 15:50:56 -07:00
cthomas
53308a6f8d test: update test_managers with async functions (#2243) 2025-05-18 21:21:45 -07:00
cthomas
dd90067fab feat(asyncify): fully convert identities module (#2244) 2025-05-18 21:21:35 -07:00
cthomas
cec4b89c27 feat(asyncify): migrate identities routes (#2234) 2025-05-18 20:45:57 -07:00
cthomas
53e9fcf5f0 feat(asyncify): migrate add base tools (#2238) 2025-05-17 23:25:08 -07:00
cthomas
8cb944f01a feat(asyncify): migrate tags (#2235) 2025-05-17 23:24:52 -07:00
cthomas
251d2f8ad2 feat(asyncify): migrate sandbox config routes (#2233) 2025-05-17 23:24:34 -07:00
cthomas
b7a123eceb feat(asyncify): migrate modify block (#2232) 2025-05-17 23:24:24 -07:00
cthomas
0d7ef6ab77 fix: missing asyncio import (#2239) 2025-05-17 23:11:00 -07:00
cthomas
1a66ce53a1 fix: get agent blocks async (#2237) 2025-05-17 22:36:07 -07:00
Sarah Wooders
1a9e8fda11 fix: enable vertex and gemini for new agent loop (#2236) 2025-05-17 22:05:50 -07:00
Sarah Wooders
ed2ddad6a5 chore: add gemini + vertex to new agent loop (#2230) 2025-05-17 21:47:42 -07:00
Sarah Wooders
f076964bd1 feat: support together in new agent loop and add tests (#2231) 2025-05-17 19:17:08 -07:00
Sarah Wooders
6042567506 feat: support step streaming for new agent loop (#2182) 2025-05-17 17:22:20 -07:00
cthomas
df024471ea feat(asyncify): migrate more agent routes (#2225) 2025-05-17 15:37:17 -07:00
cthomas
bc40da6cbb feat(asyncify): migrate get block agents (#2226) 2025-05-16 15:18:34 -07:00
cthomas
8ddec60d07 feat(asyncify): migrate get active jobs (#2227) 2025-05-16 15:18:06 -07:00
cthomas
f28fff9023 feat(asyncify): migrate retrieve tool (#2228) 2025-05-16 15:17:43 -07:00
cthomas
856d98d33d feat: add informative error for max tokens exceeded (#2223) 2025-05-16 14:02:11 -07:00
cthomas
5462216cef fix: unset timezone for async db (#2220) 2025-05-16 13:11:15 -07:00
cthomas
a1d6ffb832 fix: size_async bug (#2217) 2025-05-16 07:25:53 -07:00
cthomas
80bde05b73 feat(asyncify): add size_async db function (#2207) 2025-05-16 01:22:48 -07:00
cthomas
76795376b5 feat: optimize list agents async query (#2214) 2025-05-16 00:42:56 -07:00
cthomas
8463903d13 feat(asyncify): migrate actors(users) endpoints (#2211) 2025-05-16 00:37:08 -07:00
Sarah Wooders
69e21e850b feat: add OpenAI streaming interface for new agent loop (#2191) 2025-05-15 22:20:08 -07:00
cthomas
b2cdce7555 feat(asyncify): migrate get agent callsites (#2205) 2025-05-15 16:41:05 -07:00
cthomas
b9dd169fd9 feat(asyncify): use _prepare_in_context_messages_async in new agent loop (#2208) 2025-05-15 16:16:17 -07:00
cthomas
12cf419e2d feat: convert more methods to async (#2200) 2025-05-15 13:44:58 -07:00
cthomas
c727f999b4 feat: convert agents routes to async (#2196) 2025-05-15 13:39:59 -07:00
jnjpng
b7ddb3caa9 feat: move get_agent_by_id to be async (#2198) 2025-05-15 12:32:28 -07:00
cthomas
65e32082f7 feat: convert many methods to async (#2193) 2025-05-15 12:09:40 -07:00
Andy Li
a099e876f8 feat: async list/prepare messages (#2181)
Co-authored-by: Caren Thomas <carenthomas@gmail.com>
2025-05-15 00:34:04 -07:00
cthomas
110529bc50 feat: add internal-only toggle for async loop (#2192) 2025-05-14 23:22:35 -07:00
cthomas
17ee9b368c feat: add otid to new async loop (#2185) 2025-05-14 15:28:53 -07:00
Sarah Wooders
935b476dcd feat: add usage tracking for new agent loop + filter out role=user messages in response (#2175) 2025-05-14 13:08:27 -07:00