Matthew Zhou
|
c6ff04b4da
|
feat: Integrate performant validate_agent_exists_async (#3350)
|
2025-07-15 17:15:33 -07:00 |
|
Matthew Zhou
|
723d44d816
|
feat: Fix empty splitlines bug (#3317)
|
2025-07-14 10:50:15 -07:00 |
|
Matthew Zhou
|
452ed39e62
|
feat: Make performance improvements to list agent tools (#3295)
|
2025-07-11 14:50:30 -07:00 |
|
Matthew Zhou
|
584b3a24e6
|
feat: Make get context window much more efficient (#3292)
|
2025-07-11 11:28:07 -07:00 |
|
Matthew Zhou
|
c94b227a32
|
feat: Improve performance on files related data models (#3285)
|
2025-07-10 18:00:35 -07:00 |
|
cthomas
|
64058c407d
|
fix: sync import in dispatch callback (#3275)
|
2025-07-10 15:03:01 -07:00 |
|
Andy Li
|
7929d55b26
|
fix: streaming step failures
|
2025-07-10 14:06:39 -07:00 |
|
Matthew Zhou
|
31a9617965
|
feat: Add duplication handling behavior (#3273)
|
2025-07-10 13:16:01 -07:00 |
|
Matthew Zhou
|
2845c86f5f
|
fix: Fix context window compilation issues for files (#3272)
|
2025-07-10 11:29:36 -07:00 |
|
Matthew Zhou
|
156c9ad4e3
|
fix: Fix preview payload tests (#3266)
|
2025-07-09 19:21:17 -07:00 |
|
Matthew Zhou
|
ac508b0d52
|
feat: Add testing for dry run agent loop (#3265)
|
2025-07-09 18:57:53 -07:00 |
|
Matthew Zhou
|
fc07b2b2c2
|
fix: Add comprehensive testing for tool creation paths (#3255)
|
2025-07-09 15:51:50 -07:00 |
|
Matthew Zhou
|
fcb894a4e3
|
feat: Change block access queries (#3247)
|
2025-07-09 13:22:22 -07:00 |
|
Matthew Zhou
|
4c8e9af4bd
|
feat: Add error on out of range for open_files (#3214)
|
2025-07-07 16:40:25 -07:00 |
|
Matthew Zhou
|
a2e1efe6bc
|
feat: Add endpoint to get source statistics (#3206)
|
2025-07-07 14:02:44 -07:00 |
|
Charles Packer
|
d81382b9fe
|
refactor: revert the default summarizer to the old style (#3168)
|
2025-07-06 20:15:22 -07:00 |
|
Matthew Zhou
|
9605d1f79c
|
feat: Add pinecone for cloud embedding (#3160)
|
2025-07-03 22:37:55 -07:00 |
|
cthomas
|
a7dc025351
|
chore: replace ada-002 model default (#3140)
|
2025-07-02 16:12:08 -07:00 |
|
Andy Li
|
f9bb757a98
|
feat: support for agent loop job cancelation (#2837)
|
2025-07-02 14:31:16 -07:00 |
|
Matthew Zhou
|
e9f7601892
|
feat: Add close all files functionality (#3139)
|
2025-07-02 14:27:38 -07:00 |
|
cthomas
|
87b23c8a29
|
feat: add project id to step model (#3121)
|
2025-07-02 12:03:55 -07:00 |
|
Matthew Zhou
|
802361493f
|
fix: Change to only derive json_schema for custom tools if missing (#3129)
|
2025-07-01 17:13:31 -07:00 |
|
Matthew Zhou
|
2263ffd07c
|
feat: Various file fixes and improvements (#3125)
|
2025-07-01 15:21:52 -07:00 |
|
Andy Li
|
3654fa8c26
|
feat: expand summarizer providers
|
2025-07-01 15:07:38 -07:00 |
|
Matthew Zhou
|
804ec12ee2
|
feat: Only add suffix on duplication (#3120)
|
2025-07-01 13:48:38 -07:00 |
|
Matthew Zhou
|
241f653eb6
|
fix: Fix constraints and also implement bulk attach (#3107)
|
2025-06-30 14:27:57 -07:00 |
|
Kevin Lin
|
d0e7ab2253
|
feat: move file name to property (#3091)
|
2025-06-30 14:06:09 -07:00 |
|
Matthew Zhou
|
b802b22513
|
feat: Add back multi agent tools and protections for cloud (#3100)
|
2025-06-29 22:45:39 -07:00 |
|
Sarah Wooders
|
3cb77dced1
|
fix: enable updating agent timezone (#3095)
|
2025-06-29 11:30:47 -07:00 |
|
Sarah Wooders
|
4128bbe6dc
|
fix: fixes to step feedback listing (#3080)
|
2025-06-27 16:31:23 -07:00 |
|
Matthew Zhou
|
fdab5758b9
|
fix: Fix infinite loop required tools test (#3084)
|
2025-06-27 16:23:55 -07:00 |
|
Matthew Zhou
|
9837176172
|
fix: Clean out composio from test managers (#3082)
|
2025-06-27 15:51:35 -07:00 |
|
Matthew Zhou
|
62c14fcfe1
|
feat: Add csv support for files (#3077)
|
2025-06-27 15:04:24 -07:00 |
|
Sarah Wooders
|
0f50854d97
|
feat: allow filtering steps by feedback (#3061)
|
2025-06-27 14:35:29 -07:00 |
|
Matthew Zhou
|
07d53f69da
|
feat: Exclude archival tools on new agent creation (#3072)
|
2025-06-27 14:10:17 -07:00 |
|
Matthew Zhou
|
edb20fa8d9
|
feat: Rework and simplify files tooling (#3058)
|
2025-06-27 13:23:44 -07:00 |
|
Sarah Wooders
|
506d51bb0b
|
fix: remove no_commit=True for sleeptime block patch and add client tests (#3057)
|
2025-06-26 18:01:08 -07:00 |
|
jnjpng
|
35082a82f8
|
fix: move server into process for integration_test_voice_agent (#3046)
Co-authored-by: Jin Peng <jinjpeng@Jins-MacBook-Pro.local>
|
2025-06-26 11:38:22 -07:00 |
|
Matthew Zhou
|
ee9dacb4fa
|
fix: Fix web search builtin test (#3044)
|
2025-06-26 10:45:51 -07:00 |
|
Matthew Zhou
|
83a9a20c81
|
feat: Add default source parameter (#3040)
Co-authored-by: Charles Packer <packercharles@gmail.com>
|
2025-06-26 10:24:02 -07:00 |
|
Matthew Zhou
|
ccd521f27b
|
feat: Adjust upload files to return FileMetadata instead of job (#3031)
|
2025-06-25 15:26:35 -07:00 |
|
Sarah Wooders
|
2989d208a8
|
chore: add back timezone tests (#3011)
Co-authored-by: Andy Li <55300002+cliandy@users.noreply.github.com>
|
2025-06-25 15:12:21 -07:00 |
|
Matthew Zhou
|
fd1bff065a
|
feat: Attach file blocks when creating an agent with source (#3027)
|
2025-06-25 14:08:00 -07:00 |
|
Sarah Wooders
|
a5ff1083cd
|
fix: sleeptime agents not attached to new blocks for enable_sleeptime=True agents (#2814)
Co-authored-by: Kian Jones <11655409+kianjones9@users.noreply.github.com>
Co-authored-by: cthomas <caren@letta.com>
Co-authored-by: Shangyin Tan <shangyin@berkeley.edu>
Co-authored-by: Andy Li <55300002+cliandy@users.noreply.github.com>
Co-authored-by: Eric Ly <111820150+lyeric2022@users.noreply.github.com>
Co-authored-by: Eric Ly <lyyeric@letta.com>
Co-authored-by: Charles Packer <packercharles@gmail.com>
Co-authored-by: Matthew Zhou <mattzh1314@gmail.com>
Co-authored-by: Kevin Lin <klin5061@gmail.com>
Co-authored-by: jnjpng <jin@letta.com>
Co-authored-by: Jin Peng <jinjpeng@Jins-MacBook-Pro.local>
Co-authored-by: Shelley Pham <shelleypham@users.noreply.github.com>
|
2025-06-25 12:37:25 -07:00 |
|
Matthew Zhou
|
39bc9edb9c
|
feat: Override heartbeat request when system forces step exit (#3015)
|
2025-06-24 19:50:00 -07:00 |
|
Sarah Wooders
|
019c5b388e
|
fix: fix timezone setting and add client tests (#2997)
|
2025-06-24 17:49:54 -07:00 |
|
Matthew Zhou
|
53308e6211
|
feat: Fix required tools being terminal (#3010)
|
2025-06-24 17:46:37 -07:00 |
|
Matthew Zhou
|
375e77da1a
|
fix: Remove async multiagent tool (#2994)
|
2025-06-24 15:17:45 -07:00 |
|
Sarah Wooders
|
10cdbf2ea4
|
feat: add ability to configure agent timezone (#2978)
Co-authored-by: Kian Jones <kian@letta.com>
|
2025-06-24 12:57:37 -07:00 |
|
Matthew Zhou
|
4996447326
|
feat: Add async support for local/e2b sandbox (#2981)
|
2025-06-23 19:47:19 -07:00 |
|