Commit Graph

1336 Commits

Author SHA1 Message Date
Kevin Lin
99c479cd78 feat: add max files and file open window to system prompt (#3515) 2025-07-23 17:05:53 -07:00
Andy Li
0516e6e5d9 chore: remove extra desktop python deps 2025-07-23 16:23:30 -07:00
Kian Jones
ae19e6b088 feat: Add support for vectors in SQLite (#3505) 2025-07-23 16:09:06 -07:00
Matthew Zhou
5249cf70b4 fix: Fix open/close/close-all files (#3512) 2025-07-23 15:22:11 -07:00
Matthew Zhou
6e008ac983 fix: Comment out caching temporarily for file metadata (#3510) 2025-07-23 14:24:28 -07:00
Matthew Zhou
d74db3e89a feat: Add transition state validation (#3509) 2025-07-23 14:08:41 -07:00
Matthew Zhou
9f8258c058 fix: Fix pinecone embedder (#3502) 2025-07-22 23:39:50 -07:00
Matthew Zhou
7e3c9bf624 chore: Finish renaming agent serialization manager (#3497) 2025-07-22 18:01:00 -07:00
Matthew Zhou
5e3ce9b895 chore: Rename agent file manager (#3496) 2025-07-22 17:40:12 -07:00
Matthew Zhou
fcb03be382 feat: Bulk remove from context window on source detach (#3495) 2025-07-22 17:22:51 -07:00
Andy Li
58081e3cea feat: support for providers 2025-07-22 16:09:50 -07:00
Matthew Zhou
a9fce3e9ed feat: Add FileBlock object (#3488) 2025-07-22 15:41:21 -07:00
Matthew Zhou
84b27d6a07 feat: Improve attach/detach missing file tools performance (#3486) 2025-07-22 15:35:42 -07:00
Andy Li
235a56ff0d chore: decrease pool logging 2025-07-22 14:54:22 -07:00
Andy Li
2cca2cc73a feat: add prompts table 2025-07-22 13:59:52 -07:00
cthomas
695e935b55 feat: add error message in generate schema log (#3482) 2025-07-22 13:45:08 -07:00
Charles Packer
4846785d88 fix: add better error message to help avoid common google instead of google-ai trip up (#1903)
Co-authored-by: Caren Thomas <carenthomas@gmail.com>
2025-07-22 13:36:51 -07:00
cthomas
ebc12ee5c3 feat: add pagination to list agents for blocks endpoint (#3476) 2025-07-22 13:33:00 -07:00
cthomas
8fe4d8e98d feat: add pagination to list blocks endpoint (#3474) 2025-07-22 13:32:42 -07:00
Matthew Zhou
df726c1aee feat: Add manual open/close file endpoints (#3475) 2025-07-22 11:23:38 -07:00
Matthew Zhou
e62ddf8355 feat: Add per-agent file management controls with context-aware defaults (#3467) 2025-07-22 10:43:37 -07:00
Sarah Wooders
f2495ce727 feat: support markitdown instead of mistral (#3451)
Co-authored-by: Matt Zhou <mattzh1314@gmail.com>
2025-07-22 09:58:18 -07:00
Kian Jones
4c3374c580 feat(ci): Add coverage for self-hosted providers (#2976) 2025-07-21 18:26:23 -07:00
Charles Packer
ed85b6fc9c fix: change inner_thoughts to thinking in kwargs (#3165) 2025-07-21 23:47:55 +00:00
Charles Packer
252dff6cd7 fix: don't include archival memory metadata summary unless something is in it (#3179) 2025-07-21 15:50:51 -07:00
Matthew Zhou
a197e2376a feat: Add explicit kill statement on e2b (#3462) 2025-07-21 15:15:05 -07:00
Kevin Lin
b0302d60ec feat: pass in embedding chunk size (#3323) 2025-07-21 15:11:28 -07:00
cthomas
685134b004 feat: add db session task throttling (#3461) 2025-07-21 15:08:56 -07:00
Matthew Zhou
3cf9580d9b feat: Add bulk source upsert mechanism (#3456) 2025-07-21 14:52:20 -07:00
Andy Li
dc8b8bf4e4 fix: overwritten sentry capture fixes 2025-07-21 13:27:17 -07:00
Andy Li
a3bb0b5fdf feat: ade support for showing errored messages in ade 2025-07-21 13:03:20 -07:00
Matthew Zhou
b7d6cf7167 feat: Add optimizations to the validation checking (#3457) 2025-07-21 12:21:21 -07:00
Matthew Zhou
45f09b1dfb feat: Reduce database calls in import/export agent file (#3455) 2025-07-21 11:27:21 -07:00
cthomas
e81cf011e0 feat: add gating around agent run cancellation (#3446) 2025-07-20 23:46:26 -07:00
cthomas
b238fc6e30 feat: optimize agent creation (#3445) 2025-07-20 23:45:16 -07:00
cthomas
57ed8e40d2 feat: temp remove disabling enable_seqscan setting (#3443) 2025-07-20 23:02:23 -07:00
cthomas
6d56aecf95 feat: add special message update helper for agent (#3442) 2025-07-20 23:00:57 -07:00
cthomas
4895a58799 fix: remove fk constraint test (#3444) 2025-07-20 22:36:03 -07:00
cthomas
c0c7334d61 feat: use no refresh flag in batch item creation (#3441) 2025-07-20 22:31:44 -07:00
cthomas
b530527a91 feat: only load specified relationships for agents (#3438) 2025-07-20 22:11:46 -07:00
cthomas
873791659c feat: use no_refresh flag in message update (#3439) 2025-07-20 22:11:09 -07:00
cthomas
fda2a605f5 feat: use no refresh flag in batch creation (#3440) 2025-07-20 22:10:36 -07:00
cthomas
93ebac3586 feat: use no_refresh in message creation (#3435) 2025-07-20 20:38:23 -07:00
cthomas
62c7d49d6c feat: use no refresh in blocks creation (#3436) 2025-07-20 20:38:07 -07:00
cthomas
9392adc8f5 feat: skip job load in step logging (#3433) 2025-07-20 14:41:40 -07:00
cthomas
a95ff6f5c5 feat: use no refresh flag in job creation (#3434) 2025-07-20 14:29:19 -07:00
cthomas
6fbd5bcdd0 feat: add connection release info to tracing (#3432) 2025-07-20 13:59:07 -07:00
cthomas
2b0dc4a1f9 feat: remove organization from tool pydantic schema (#3430) 2025-07-20 00:00:31 -07:00
cthomas
555db59f2c fix: block validation error (#3431) 2025-07-19 23:58:18 -07:00
cthomas
9c1ec9782c feat: remove groups selectin from agents model (#3429) 2025-07-19 23:45:59 -07:00