Matthew Zhou
|
fb0dbbdf0d
|
feat: Store entire parsed file content in separate table (#2618)
|
2025-06-03 18:51:45 -07:00 |
|
Andy Li
|
8fdfe9d66a
|
fix: ollama support byom (#2602)
|
2025-06-03 15:40:21 -07:00 |
|
Matthew Zhou
|
2d9cbf3830
|
feat: Add file status to core memory jinja template (#2604)
|
2025-06-03 15:07:21 -07:00 |
|
Kevin Lin
|
003588c222
|
feat: display file blocks with xml tags (#2559)
Co-authored-by: Matt Zhou <mattzh1314@gmail.com>
|
2025-06-03 13:52:29 -07:00 |
|
Matthew Zhou
|
5886f3819a
|
feat: Adapt lifecycle management of file <-> agent association (#2591)
|
2025-06-02 17:34:12 -07:00 |
|
Matthew Zhou
|
bd019eb7b7
|
feat: Rename file object and create performant files <-> agents association (#2588)
|
2025-06-02 16:21:05 -07:00 |
|
cthomas
|
ad82399722
|
fix: tool return message packing in stream (#2586)
|
2025-06-02 13:52:38 -07:00 |
|
cthomas
|
07ecdc9c6d
|
test: make send message tests less flaky (#2578)
|
2025-06-01 16:14:30 -07:00 |
|
Matthew Zhou
|
0dd8994294
|
feat: Add batch size parameter (#2574)
|
2025-06-01 12:23:46 -07:00 |
|
Matthew Zhou
|
9c44b9ae6a
|
feat: Add mistral for cloud document parsing (#2562)
|
2025-05-30 21:06:28 -07:00 |
|
Matthew Zhou
|
91cd3211ca
|
feat: Add document block clean up triggers (#2552)
|
2025-05-30 13:34:37 -07:00 |
|
Matthew Zhou
|
e19955db6f
|
feat: Insert file blocks for agent on source attach (#2545)
|
2025-05-30 11:09:59 -07:00 |
|
Kevin Lin
|
ed4b28f3e4
|
feat: Add files into agent context window on file upload (#1852)
Co-authored-by: Caren Thomas <carenthomas@gmail.com>
Co-authored-by: Matt Zhou <mattzh1314@gmail.com>
|
2025-05-29 18:19:23 -07:00 |
|
cthomas
|
c9a3843417
|
feat(asyncify): multi agent tool (#2525)
|
2025-05-29 13:47:46 -07:00 |
|
Matthew Zhou
|
285acd0324
|
feat: Add summarization for more scenarios (#2499)
|
2025-05-29 11:10:13 -07:00 |
|
Andy Li
|
831b7d5862
|
chore: cleanup (#2480)
|
2025-05-29 10:40:41 -07:00 |
|
Andy Li
|
c54447a985
|
feat: insert heartbeat dynamically and remove from stored json (#2501)
|
2025-05-29 10:29:05 -07:00 |
|
cthomas
|
98ccd2b2d1
|
feat: optimize in context message fetch (#2511)
|
2025-05-28 23:30:33 -07:00 |
|
cthomas
|
e360620b02
|
feat(asyncify): migrate run tools (#2496)
|
2025-05-28 14:25:17 -07:00 |
|
Matthew Zhou
|
c9b047249e
|
fix: Change enum to fix composio tests (#2488)
|
2025-05-28 10:24:22 -07:00 |
|
Andy Li
|
08c1fb5a60
|
feat: job listing takes source id (#2473)
|
2025-05-27 15:34:27 -07:00 |
|
Matthew Zhou
|
cc702025bc
|
fix: Fix MCP testing (#2464)
|
2025-05-27 13:29:35 -07:00 |
|
cthomas
|
b1f38779cd
|
feat(asyncify): convert get composio key and sandbox config manager (#2436)
|
2025-05-26 13:25:33 -07:00 |
|
cthomas
|
4dff6b648a
|
feat(asyncify): migrate upload and attach source (#2432)
|
2025-05-25 23:09:14 -07:00 |
|
Matthew Zhou
|
8e9307c289
|
feat: Asyncify insert archival memories (#2430)
Co-authored-by: Caren Thomas <carenthomas@gmail.com>
|
2025-05-25 22:28:35 -07:00 |
|
cthomas
|
0226157f3a
|
feat(asyncify): convert reset messages endpoint (#2429)
|
2025-05-25 21:23:18 -07:00 |
|
cthomas
|
e8dfa67920
|
feat(asyncify): convert org manager (#2426)
|
2025-05-25 21:23:06 -07:00 |
|
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 |
|
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 |
|
cthomas
|
2407cb13b9
|
feat(asyncify): migrate batch sbox methods (#2396)
|
2025-05-23 18:40:30 -07:00 |
|
Andy Li
|
595ef11221
|
fix: numerous tool execution bugs (#2371)
|
2025-05-23 18:02:15 -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
|
7467bd5b14
|
feat(asyncify): list model stragglers (#2362)
|
2025-05-23 00:42:05 -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 |
|
Matthew Zhou
|
d4390cd9e6
|
refactor: Deprecate local client (#2344)
|
2025-05-22 18:57:14 -07:00 |
|
cthomas
|
6f72ac0c3a
|
feat(asyncify): agent batch sync db calls (#2348)
|
2025-05-22 15:33:27 -07:00 |
|
Matthew Zhou
|
1a26e3a1b6
|
feat: Add multi-agent tools to new agent loop (#2262)
|
2025-05-21 16:05:23 -07:00 |
|
cthomas
|
9143464f5d
|
feat: add provider category to steps model (#2303)
|
2025-05-21 15:40:12 -07:00 |
|
Matthew Zhou
|
2c5f85d711
|
fix: Fix sleeptime tests (#2306)
|
2025-05-21 11:24:49 -07:00 |
|
Matthew Zhou
|
fdc2d8ec22
|
feat: Concurrently gather llm models in /models endpoint (#2288)
|
2025-05-21 11:19:13 -07:00 |
|
Matthew Zhou
|
b0367cf814
|
fix: Fix voice agent and tests (#2305)
|
2025-05-21 11:05:54 -07:00 |
|
Matthew Zhou
|
5a29b751a9
|
chore: Remove live anthropic batch test (#2300)
|
2025-05-21 09:27:49 -07:00 |
|