Commit Graph

1307 Commits

Author SHA1 Message Date
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
cthomas
1ad3ebd934 feat: remove organization from blocks pydantic schema (#3428) 2025-07-19 23:42:19 -07:00
cthomas
4f37a39741 feat: remove agents SELECTIN from blocks model (#3427) 2025-07-19 23:04:33 -07:00
cthomas
7a37557bb9 feat: remove organization from agents pydantic schema (#3426) 2025-07-19 22:47:32 -07:00
cthomas
96df26fdfe feat: remove groups selectin on blocks model (#3423) 2025-07-19 22:03:22 -07:00
cthomas
1c3275b3c9 feat: remove batch items selectin from agents model (#3422) 2025-07-19 21:59:40 -07:00
cthomas
89f86b4263 feat: remove identities selectin from blocks model (#3424) 2025-07-19 21:44:47 -07:00
cthomas
dd69379b47 feat: use no refresh in job update (#3421) 2025-07-19 21:33:08 -07:00
cthomas
810628acd9 feat: remove organization from pydantic message model (#3411) 2025-07-19 09:28:54 -07:00
cthomas
8ab01a234a feat: use custom dependencies in tool simulator (#3410) 2025-07-19 09:01:28 -07:00
Matthew Zhou
c545311cd8 fix: Fix set comparison in tool manager (#3420) 2025-07-18 21:00:41 -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
Andy Li
1ccaae8960 chore: cleanup database detection 2025-07-18 17:12:56 -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
cthomas
6b17923d78 fix: reduce number of db connections for job status update (#3398) 2025-07-18 14:20:36 -07:00
Andy Li
c08425b4fe chore: default to uvloop 2025-07-18 12:48:36 -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
cthomas
fd835492d8 feat: LET-3090 add sqlalchemy debug info to traces (#3401) 2025-07-17 22:17:48 -07:00
cthomas
b0d4cad27c feat: use no refresh in create_provider_trace_async (#3400) 2025-07-17 22:14:45 -07:00
cthomas
3e385a2f8f feat: use no refresh in log_step_async (#3399) 2025-07-17 21:56:48 -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
cthomas
f670bd7619 feat: add no_refresh flag to sqlalchemy helpers (#3377) 2025-07-17 14:20:50 -07:00
cthomas
7939d2c366 feat: remove concurrent db connection spawning (#3380) 2025-07-17 14:01:38 -07:00
cthomas
ce2fdf3669 feat: don't expire on commit (#3384) 2025-07-17 13:50:10 -07:00
Matthew Zhou
f4854e95cd feat: Add get agents for source_id endpoint (#3381) 2025-07-17 11:47:41 -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
Eric Ly
396f37156c feat: create 'test connection' bedrock api + fix endpoints for test connection (ant, openai, gemini) (#3227)
Co-authored-by: Eric Ly <lyyeric@letta.com>
2025-07-17 11:39:46 -07:00
Matthew Zhou
d0d67d8b9b feat: Throttle pinecone uploads (#3373) 2025-07-16 20:29:08 -07:00