Commit Graph

694 Commits

Author SHA1 Message Date
Matthew Zhou
82659a0915 feat: Add lookback weeks parameter for batch polling (#2407) 2025-05-25 20:02:06 -07:00
cthomas
20470844a7 feat(asyncify): byok in async loop (#2421) 2025-05-25 19:47:20 -07:00
cthomas
0633ae116b feat(asyncify): make core tools async (#2416) 2025-05-25 18:58:19 -07:00
cthomas
c071e079dc feat(asyncify): migrate jobs (#2420) 2025-05-25 18:58:06 -07:00
Charles Packer
5fd1ec3dee feat: new version of the base agent with a better system prompt and new tools (#2325) 2025-05-24 21:23:29 -07:00
cthomas
1f8450d029 feat(asyncify): migrate list steps (#2418) 2025-05-24 12:06:04 -07:00
cthomas
1f94928957 fix: parse function response for async agent loop (#2411)
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
2025-05-24 09:26:48 -07:00
Sarah Wooders
852e9ee7f2 fix: minor patches for sources (#2410) 2025-05-23 21:43:36 -07:00
Sarah Wooders
7accc45907 feat (asyncify): async batch block creation for agent creation (#2397) 2025-05-23 18:07:04 -07:00
Andy Li
595ef11221 fix: numerous tool execution bugs (#2371) 2025-05-23 18:02:15 -07:00
Matthew Zhou
3642f356b2 feat: Add simple lru caching to embeddings (#2401) 2025-05-23 17:35:55 -07:00
Sarah Wooders
b9f6cf82f8 feat (asyncify): replace sync passage listing in rebuild system (#2395) 2025-05-23 16:25:52 -07:00
Sarah Wooders
34df96bf2c feat: add MCP servers into a table and MCP tool execution to new agent loop (#2323)
Co-authored-by: Matt Zhou <mattzh1314@gmail.com>
Co-authored-by: Kian Jones <11655409+kianjones9@users.noreply.github.com>
2025-05-23 16:22:16 -07:00
cthomas
f0afef79bc feat(asyncify): migrate sleeptime agent creation (#2361) 2025-05-23 14:38:37 -07:00
cthomas
7df9614cce feat(asyncify): migrate passage storage size (#2380) 2025-05-23 14:37:30 -07:00
cthomas
8f3fa3db71 feat(asyncify): migrate count blocks (#2374) 2025-05-23 09:53:43 -07:00
cthomas
664bd47393 feat(asyncify): migrate create block (#2368) 2025-05-23 09:07:13 -07:00
cthomas
7499a09030 feat(asyncify): agent blocks routes (#2363) 2025-05-23 00:42:44 -07:00
cthomas
7467bd5b14 feat(asyncify): list model stragglers (#2362) 2025-05-23 00:42:05 -07:00
cthomas
2ee7dc1fb3 feat(asyncify): remove sync db connection from passage query (#2359) 2025-05-22 23:37:27 -07:00
cthomas
e366d1611c feat(asyncify): e2b sandbox module (#2360) 2025-05-22 23:37:08 -07:00
cthomas
0922a9c5b6 feat: add sleeptime to new agent loop (#2263) 2025-05-22 23:22:51 -07:00
cthomas
4151c05876 feat(asyncify): more batch db calls (#2350) 2025-05-22 23:12:11 -07:00
Sarah Wooders
b6b539dbbc chore: move context window estimate to agent_manager for full async (#2354) 2025-05-22 20:30:41 -07:00
Sarah Wooders
1d2f8d86e9 feat(asyncify): migrate sources to async (#2332) 2025-05-22 19:39:44 -07:00
cthomas
658594c4c8 fix: async sandbox db writes (#2351) 2025-05-22 19:17:04 -07:00
cthomas
279aab28e9 feat: add db tracing to otel (#2337) 2025-05-22 13:47:49 -07:00
Matthew Zhou
1a26e3a1b6 feat: Add multi-agent tools to new agent loop (#2262) 2025-05-21 16:05:23 -07:00
cthomas
aac1ec35f8 feat: only include relevant relationships on agent fetch (#2319) 2025-05-21 15:58:55 -07:00
cthomas
9143464f5d feat: add provider category to steps model (#2303) 2025-05-21 15:40:12 -07:00
cthomas
5c316f0874 feat: optimize agent query (#2312) 2025-05-21 14:17:32 -07:00
cthomas
e8a3d7ce98 fix: request logging json error (#2309) 2025-05-21 12:04:12 -07:00
cthomas
35d4914b4f feat(asyncify): remove non async memory methods (#2245) 2025-05-20 17:56:54 -07:00
cthomas
44afd54c5c feat(asyncify): migrate list messages (#2272) 2025-05-20 16:52:11 -07:00
cthomas
6432dea8e1 fix: make upsert base tools async (#2255) 2025-05-20 16:51:49 -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
Matthew Zhou
068f27d83d feat: Add tavily search builtin tool (#2257) 2025-05-19 16:38:11 -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