Commit Graph

565 Commits

Author SHA1 Message Date
Matthew Zhou
47dbc577fe fix: Comment out caching temporarily for file metadata (#3510) 2025-07-23 14:24:28 -07:00
Matthew Zhou
1a4aeb5f9f feat: Add transition state validation (#3509) 2025-07-23 14:08:41 -07:00
Matthew Zhou
cc431b2e97 fix: Fix pinecone embedder (#3502) 2025-07-22 23:39:50 -07:00
Matthew Zhou
d446fcbd27 chore: Finish renaming agent serialization manager (#3497) 2025-07-22 18:01:00 -07:00
Matthew Zhou
6020632afd chore: Rename agent file manager (#3496) 2025-07-22 17:40:12 -07:00
Matthew Zhou
2744a93375 feat: Bulk remove from context window on source detach (#3495) 2025-07-22 17:22:51 -07:00
Andy Li
9ca1664ed8 feat: support for providers 2025-07-22 16:09:50 -07:00
Matthew Zhou
6252e78e67 feat: Add FileBlock object (#3488) 2025-07-22 15:41:21 -07:00
Matthew Zhou
fa58214a99 feat: Improve attach/detach missing file tools performance (#3486) 2025-07-22 15:35:42 -07:00
cthomas
723b071b3f feat: add pagination to list agents for blocks endpoint (#3476) 2025-07-22 13:33:00 -07:00
cthomas
1c4baabf20 feat: add pagination to list blocks endpoint (#3474) 2025-07-22 13:32:42 -07:00
Matthew Zhou
fd5d66fad6 feat: Add manual open/close file endpoints (#3475) 2025-07-22 11:23:38 -07:00
Matthew Zhou
29573e4d3f feat: Add per-agent file management controls with context-aware defaults (#3467) 2025-07-22 10:43:37 -07:00
Sarah Wooders
5e9231095a feat: support markitdown instead of mistral (#3451)
Co-authored-by: Matt Zhou <mattzh1314@gmail.com>
2025-07-22 09:58:18 -07:00
Charles Packer
4ed392b99b fix: don't include archival memory metadata summary unless something is in it (#3179) 2025-07-21 15:50:51 -07:00
Matthew Zhou
c8c88fde5d feat: Add explicit kill statement on e2b (#3462) 2025-07-21 15:15:05 -07:00
Kevin Lin
043eaca869 feat: pass in embedding chunk size (#3323) 2025-07-21 15:11:28 -07:00
Matthew Zhou
e68f563b03 feat: Add bulk source upsert mechanism (#3456) 2025-07-21 14:52:20 -07:00
Matthew Zhou
8ec2bed62c feat: Add optimizations to the validation checking (#3457) 2025-07-21 12:21:21 -07:00
Matthew Zhou
16860316a1 feat: Reduce database calls in import/export agent file (#3455) 2025-07-21 11:27:21 -07:00
cthomas
f2ce39b5c7 feat: optimize agent creation (#3445) 2025-07-20 23:45:16 -07:00
cthomas
d85d275f6f feat: temp remove disabling enable_seqscan setting (#3443) 2025-07-20 23:02:23 -07:00
cthomas
8ed1505cea feat: add special message update helper for agent (#3442) 2025-07-20 23:00:57 -07:00
cthomas
c3bd5cffe7 feat: use no refresh flag in batch item creation (#3441) 2025-07-20 22:31:44 -07:00
cthomas
8aa418a35a feat: only load specified relationships for agents (#3438) 2025-07-20 22:11:46 -07:00
cthomas
e67a17bc6c feat: use no_refresh flag in message update (#3439) 2025-07-20 22:11:09 -07:00
cthomas
70bd5b80af feat: use no refresh flag in batch creation (#3440) 2025-07-20 22:10:36 -07:00
cthomas
99d116faa6 feat: use no_refresh in message creation (#3435) 2025-07-20 20:38:23 -07:00
cthomas
e9dbbd90e7 feat: use no refresh in blocks creation (#3436) 2025-07-20 20:38:07 -07:00
cthomas
51611a85c0 feat: skip job load in step logging (#3433) 2025-07-20 14:41:40 -07:00
cthomas
86dd21efa3 feat: use no refresh flag in job creation (#3434) 2025-07-20 14:29:19 -07:00
cthomas
13994d779b feat: remove organization from tool pydantic schema (#3430) 2025-07-20 00:00:31 -07:00
cthomas
66332164ff feat: remove groups selectin from agents model (#3429) 2025-07-19 23:45:59 -07:00
cthomas
b0e8fa6d4d feat: remove organization from blocks pydantic schema (#3428) 2025-07-19 23:42:19 -07:00
cthomas
ed6ddcd939 feat: remove agents SELECTIN from blocks model (#3427) 2025-07-19 23:04:33 -07:00
cthomas
ad71ccfdc7 feat: remove organization from agents pydantic schema (#3426) 2025-07-19 22:47:32 -07:00
cthomas
bb1a51a0a3 feat: use no refresh in job update (#3421) 2025-07-19 21:33:08 -07:00
cthomas
cadc040f42 feat: remove organization from pydantic message model (#3411) 2025-07-19 09:28:54 -07:00
Matthew Zhou
be121313f1 fix: Fix set comparison in tool manager (#3420) 2025-07-18 21:00:41 -07:00
Matthew Zhou
04d1926c03 fix: Bulk insert base tools if using postgres (#3419)
Test failures here are time out flakes
2025-07-18 20:04:52 -07:00
Andy Li
905a9dd4bb chore: cleanup database detection 2025-07-18 17:12:56 -07:00
Matthew Zhou
88f7018c9c feat: Add env var to control model within builtin web_search tool (#3417) 2025-07-18 16:45:59 -07:00
Matthew Zhou
b0138ecad6 feat: Support exporting/importing sources and files for agent file (#3414) 2025-07-18 16:20:18 -07:00
cthomas
a6d58afd86 fix: reduce number of db connections for job status update (#3398) 2025-07-18 14:20:36 -07:00
Andy Li
b7b678db4e feat: stop reasons and error messages and sentry fixes 2025-07-18 11:56:20 -07:00
Andy Li
904d9ba5a2 chore: strings lint cleanup (#3374) 2025-07-18 09:20:45 -07:00
cthomas
39dec18eb9 feat: use no refresh in create_provider_trace_async (#3400) 2025-07-17 22:14:45 -07:00
cthomas
a2e3ccddd1 feat: use no refresh in log_step_async (#3399) 2025-07-17 21:56:48 -07:00
Kian Jones
f4659c9e01 feat(sqlite): CI Tests for Alembic and SQLite (#3358)
Co-authored-by: Matt Zhou <mattzh1314@gmail.com>
2025-07-17 18:04:13 -07:00
cthomas
f91cbda6eb feat: remove concurrent db connection spawning (#3380) 2025-07-17 14:01:38 -07:00