Commit Graph

506 Commits

Author SHA1 Message Date
Matthew Zhou
45f09b1dfb feat: Reduce database calls in import/export agent file (#3455) 2025-07-21 11:27:21 -07:00
cthomas
4895a58799 fix: remove fk constraint test (#3444) 2025-07-20 22:36:03 -07:00
cthomas
9392adc8f5 feat: skip job load in step logging (#3433) 2025-07-20 14:41:40 -07:00
cthomas
2b0dc4a1f9 feat: remove organization from tool pydantic schema (#3430) 2025-07-20 00:00:31 -07:00
cthomas
1ad3ebd934 feat: remove organization from blocks pydantic schema (#3428) 2025-07-19 23:42:19 -07:00
cthomas
810628acd9 feat: remove organization from pydantic message model (#3411) 2025-07-19 09:28:54 -07:00
Matthew Zhou
4a72d1c8c4 fix: Bulk insert base tools if using postgres (#3419)
Test failures here are time out flakes
2025-07-18 20:04:52 -07:00
Matthew Zhou
33d99be157 feat: Add env var to control model within builtin web_search tool (#3417) 2025-07-18 16:45:59 -07:00
Matthew Zhou
e2a6f94b60 feat: Support exporting/importing sources and files for agent file (#3414) 2025-07-18 16:20:18 -07:00
Andy Li
60c4e23904 feat: stop reasons and error messages and sentry fixes 2025-07-18 11:56:20 -07:00
Andy Li
04e9f43220 chore: strings lint cleanup (#3374) 2025-07-18 09:20:45 -07:00
Kian Jones
0cd8c830c9 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
Matthew Zhou
181006b3ea feat: Fix tests/test_agent_serialization_v2.py sorting issues test (#3383) 2025-07-17 11:47:34 -07:00
Matthew Zhou
bc190ab9f8 feat: Add alembic version to the agent file metadata (#3369)
just failing
2025-07-16 17:11:09 -07:00
Matthew Zhou
327640d99f feat: add include_detailed_per_source_metadata flag to sources metadata endpoint (#3371) 2025-07-16 17:10:41 -07:00
Matthew Zhou
5337c7a009 feat: Establish agent file schema v2 and achieve feature parity with v1 (#3235) 2025-07-16 14:49:20 -07:00
Matthew Zhou
ec1b2c823a feat: Integrate performant validate_agent_exists_async (#3350) 2025-07-15 17:15:33 -07:00
Matthew Zhou
9273ed4ab8 feat: Fix empty splitlines bug (#3317) 2025-07-14 10:50:15 -07:00
Matthew Zhou
9dc39ae651 feat: Make performance improvements to list agent tools (#3295) 2025-07-11 14:50:30 -07:00
Matthew Zhou
80b3356945 feat: Make get context window much more efficient (#3292) 2025-07-11 11:28:07 -07:00
Matthew Zhou
1643739305 feat: Improve performance on files related data models (#3285) 2025-07-10 18:00:35 -07:00
cthomas
83d8088d54 fix: sync import in dispatch callback (#3275) 2025-07-10 15:03:01 -07:00
Andy Li
3457e4e56f fix: streaming step failures 2025-07-10 14:06:39 -07:00
Matthew Zhou
c3f4a66504 feat: Add duplication handling behavior (#3273) 2025-07-10 13:16:01 -07:00
Matthew Zhou
4e7750d17f fix: Fix context window compilation issues for files (#3272) 2025-07-10 11:29:36 -07:00
Matthew Zhou
7e90a72968 fix: Fix preview payload tests (#3266) 2025-07-09 19:21:17 -07:00
Matthew Zhou
42b72ccfb0 feat: Add testing for dry run agent loop (#3265) 2025-07-09 18:57:53 -07:00
Matthew Zhou
be1448e729 fix: Add comprehensive testing for tool creation paths (#3255) 2025-07-09 15:51:50 -07:00
Matthew Zhou
19492ef877 feat: Change block access queries (#3247) 2025-07-09 13:22:22 -07:00
Matthew Zhou
1d9b4a789d feat: Add error on out of range for open_files (#3214) 2025-07-07 16:40:25 -07:00
Matthew Zhou
6c578acb43 feat: Add endpoint to get source statistics (#3206) 2025-07-07 14:02:44 -07:00
Charles Packer
3fae6725c3 refactor: revert the default summarizer to the old style (#3168) 2025-07-06 20:15:22 -07:00
Matthew Zhou
954675396f feat: Add pinecone for cloud embedding (#3160) 2025-07-03 22:37:55 -07:00
cthomas
839977f0af chore: replace ada-002 model default (#3140) 2025-07-02 16:12:08 -07:00
Andy Li
33c1f26ab6 feat: support for agent loop job cancelation (#2837) 2025-07-02 14:31:16 -07:00
Matthew Zhou
243d3d040b feat: Add close all files functionality (#3139) 2025-07-02 14:27:38 -07:00
cthomas
514e7cad25 feat: add project id to step model (#3121) 2025-07-02 12:03:55 -07:00
Matthew Zhou
96e8c292cd fix: Change to only derive json_schema for custom tools if missing (#3129) 2025-07-01 17:13:31 -07:00
Matthew Zhou
e495fb2ef2 feat: Various file fixes and improvements (#3125) 2025-07-01 15:21:52 -07:00
Andy Li
32f2cf17b5 feat: expand summarizer providers 2025-07-01 15:07:38 -07:00
Matthew Zhou
efca9d8ea0 feat: Only add suffix on duplication (#3120) 2025-07-01 13:48:38 -07:00
Matthew Zhou
5dccccec21 fix: Fix constraints and also implement bulk attach (#3107) 2025-06-30 14:27:57 -07:00
Kevin Lin
3540bda050 feat: move file name to property (#3091) 2025-06-30 14:06:09 -07:00
Matthew Zhou
0bf797fab6 feat: Add back multi agent tools and protections for cloud (#3100) 2025-06-29 22:45:39 -07:00
Sarah Wooders
0f5bc65aa2 fix: enable updating agent timezone (#3095) 2025-06-29 11:30:47 -07:00
Sarah Wooders
d1a0dae9fb fix: fixes to step feedback listing (#3080) 2025-06-27 16:31:23 -07:00
Matthew Zhou
fbe5e7cdd1 fix: Fix infinite loop required tools test (#3084) 2025-06-27 16:23:55 -07:00
Matthew Zhou
eb1021c7d4 fix: Clean out composio from test managers (#3082) 2025-06-27 15:51:35 -07:00
Matthew Zhou
bccbf75520 feat: Add csv support for files (#3077) 2025-06-27 15:04:24 -07:00
Sarah Wooders
d4b510e358 feat: allow filtering steps by feedback (#3061) 2025-06-27 14:35:29 -07:00