Commit Graph

717 Commits

Author SHA1 Message Date
Sarah Wooders
b1949c7d17 Merge branch 'main' into 0.8.4-release 2025-06-11 23:18:44 -07:00
cthomas
883050e761 feat: set request heartbeat for max steps (#2739) 2025-06-10 15:26:07 -07:00
cthomas
142a4f0ed8 fix: async loop eligibility check (#2727) 2025-06-10 12:56:01 -07:00
Shangyin Tan
f9b6efa632 feat: add max_steps as argument to messages.create (#2664)
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
2025-06-09 16:54:48 -07:00
cthomas
8780676905 feat: remove agent joins in middleware (#2713) 2025-06-09 16:44:17 -07:00
cthomas
b95bd9e835 fix: move request start timestamp load to beginning (#2712) 2025-06-09 15:05:37 -07:00
Matthew Zhou
2568039ab9 feat: Add code file support to file uploads (#2702) 2025-06-07 23:45:30 -07:00
cthomas
c300e58db9 chore: create file manager (#2693) 2025-06-07 16:14:41 -07:00
Sarah Wooders
82bda30a51 merge 2025-06-06 16:35:46 -07:00
Sarah Wooders
f95d7d9f72 feat: default to False for mcp_read_from_config (#2691) 2025-06-06 16:28:27 -07:00
Sarah Wooders
953ed5a610 feat: add include_return_message_types to LettaRequest to filter down requests (#2666) 2025-06-06 15:48:27 -07:00
Sarah Wooders
b1474c8dfa merge 2025-06-06 14:46:21 -07:00
Sarah Wooders
74b4de0e37 merge 2025-06-06 14:40:43 -07:00
cthomas
21dadae3f7 feat: make agent file import route SYNC (not async) (#2675) 2025-06-06 12:09:07 -07:00
cthomas
4be038c4b9 feat: migrate modify group to async (#2670) 2025-06-06 11:05:09 -07:00
Andy Li
fe317068f6 feat: plugin system and backend runtime flags (#2543) 2025-06-05 18:12:44 -07:00
Andy Li
80f6e97ca9 feat: otel metrics and expanded collecting (#2647)
(passed tests in last run)
2025-06-05 17:20:14 -07:00
cthomas
3656c9a5b4 chore: make list blocks async (#2661) 2025-06-05 15:59:53 -07:00
cthomas
2bd937c5f7 feat: launch async agent loop (#2658) 2025-06-05 14:30:24 -07:00
Matthew Zhou
00b4abf786 feat: Add auto attach and detach of file tools (#2655) 2025-06-05 14:01:29 -07:00
cthomas
20faf9eb8c fix: remove separate tool call id in streaming path (#2641) 2025-06-04 17:35:55 -07:00
Matthew Zhou
f8e2185f37 feat: Add support for simple text files (#2630) 2025-06-04 14:36:25 -07:00
Matthew Zhou
fb0dbbdf0d feat: Store entire parsed file content in separate table (#2618) 2025-06-03 18:51:45 -07:00
Sarah Wooders
a9d890c3e0 fix: remove flag 2025-06-03 17:51:57 -07:00
Sarah Wooders
fd2d7c0131 merge 2025-06-03 16:59:02 -07:00
Andy Li
347825d2b3 feat: support for uvloop and granian (#2542) 2025-06-03 15:42:45 -07:00
Andy Li
aea60b2c28 feat: add trace_id filter for listing steps (#2560) 2025-06-02 19:12:49 -07:00
Matthew Zhou
5886f3819a feat: Adapt lifecycle management of file <-> agent association (#2591) 2025-06-02 17:34:12 -07:00
cthomas
e2e223dafa chore: readd user eligibility check (#2577) 2025-06-01 15:19:10 -07:00
Matthew Zhou
92fe9123d5 fix: Fix sources tests (#2575) 2025-06-01 12:36:41 -07:00
Matthew Zhou
ee8a4c24ab fix: Gate temporarily to only pdfs/txt/jsons (#2567) 2025-05-30 22:14:15 -07:00
Matthew Zhou
9c44b9ae6a feat: Add mistral for cloud document parsing (#2562) 2025-05-30 21:06:28 -07:00
cthomas
c72354660c fix: gate voice agent correctly (#2558) 2025-05-30 14:19:18 -07:00
Matthew Zhou
91cd3211ca feat: Add document block clean up triggers (#2552) 2025-05-30 13:34:37 -07:00
Sarah Wooders
fe829a71bf feat: add performance tracing to new agent loop (#2534) 2025-05-30 12:49:46 -07:00
Matthew Zhou
e19955db6f feat: Insert file blocks for agent on source attach (#2545) 2025-05-30 11:09:59 -07:00
cthomas
2379d1bbe7 feat: ungate async loop (#2537) 2025-05-29 19:45:49 -07:00
Kevin Lin
ed4b28f3e4 feat: Add files into agent context window on file upload (#1852)
Co-authored-by: Caren Thomas <carenthomas@gmail.com>
Co-authored-by: Matt Zhou <mattzh1314@gmail.com>
2025-05-29 18:19:23 -07:00
cthomas
bf5d49edf4 feat(asyncify): migrate get mcp tools (#2526) 2025-05-29 13:23:31 -07:00
Matthew Zhou
c6cef4070a feat: Add summarization endpoint (#2524) 2025-05-29 13:14:36 -07:00
Sarah Wooders
85c39dda59 feat: async mcp routes (#2506) 2025-05-29 09:29:28 -07:00
cthomas
599e3e6081 feat: optimize read single id (#2517) 2025-05-29 01:27:41 -07:00
cthomas
e360620b02 feat(asyncify): migrate run tools (#2496) 2025-05-28 14:25:17 -07:00
cthomas
f7a0013f94 feat(asyncify): migrate retrieve group (#2494) 2025-05-28 14:13:02 -07:00
cthomas
aecd4d1e3b feat: add bulk deletion for passages (#2489) 2025-05-28 13:11:33 -07:00
Sarah Wooders
11d4b53380 feat: configure MCP and disable stdio servers for DB table (#2479) 2025-05-27 16:55:26 -07:00
Sarah Wooders
6472bf49b7 fix: fix letta-free (#2431) 2025-05-27 16:32:02 -07:00
Andy Li
08c1fb5a60 feat: job listing takes source id (#2473) 2025-05-27 15:34:27 -07:00
cthomas
207e6e5bbe feat(asyncify): delete source sleeptime (#2459) 2025-05-27 12:41:57 -07:00
cthomas
be1e02e4b3 feat(asyncify): migrate delete passage (#2458) 2025-05-27 12:41:44 -07:00