Commit Graph

297 Commits

Author SHA1 Message Date
Sarah Wooders
d4b510e358 feat: allow filtering steps by feedback (#3061) 2025-06-27 14:35:29 -07:00
Shubham Naik
f09483ccaa feat: advanced viewer refresh (#3068)
Co-authored-by: Shubham Naik <shub@memgpt.ai>
2025-06-27 14:06:09 -07:00
jnjpng
9900003631 feat: allow testing mcp connections before adding
Co-authored-by: Jin Peng <jinjpeng@Jins-MacBook-Pro.local>
Co-authored-by: Charles Packer <packercharles@gmail.com>
2025-06-26 21:25:47 +00:00
cthomas
d5e3e22ed1 feat: add feedback for steps (#2946) 2025-06-25 16:15:30 -07:00
Matthew Zhou
d8343ba51f feat: Adjust upload files to return FileMetadata instead of job (#3031) 2025-06-25 15:26:35 -07:00
Matthew Zhou
49877f00dd feat: Attach file blocks when creating an agent with source (#3027) 2025-06-25 14:08:00 -07:00
Matthew Zhou
b9d787ae98 feat: Add endpoint for getting file metadata (#3024) 2025-06-25 12:47:31 -07:00
cthomas
f2d3ec45f1 fix: agent loop type mismatch (#2924) 2025-06-19 16:35:38 -07:00
cthomas
064f87e722 chore: consolidate enum definitions (#2919) 2025-06-19 16:04:12 -07:00
cthomas
99e112e486 feat: make create_async route consistent with other message routes (#2877) 2025-06-19 13:51:51 -07:00
cthomas
56493de971 feat: add bedrock client (#2913) 2025-06-19 12:07:00 -07:00
jnjpng
66a8c7e583 feat: add last run completion and duration db columns to agents (#2903)
Co-authored-by: Jin Peng <jinjpeng@Jins-MacBook-Pro.local>
2025-06-19 01:31:17 +00:00
Shangyin Tan
c6b41fe379 feat: add optional embedding_config parameter to file upload endpoint (#2901)
Co-authored-by: Matt Zhou <mattzh1314@gmail.com>
2025-06-18 18:10:48 -07:00
cthomas
e89164f71b feat: add bedrock to byok (#2891) 2025-06-18 16:03:28 -07:00
Matthew Zhou
a3c054bc92 feat: Ungate file upload for simple MIME types even without Mistral API key (#2898) 2025-06-18 15:11:30 -07:00
jnjpng
76b9dc1599 fix: mcp fixes and update flow (#2851)
Co-authored-by: Jin Peng <jinjpeng@Jins-MacBook-Pro.local>
2025-06-17 16:19:27 -07:00
Matthew Zhou
6e41aa4c2c feat: Upsert on list with no pagination (#2875) 2025-06-17 15:19:27 -07:00
Matthew Zhou
24149710fe feat: Asyncify message async routes and also add callback url (#2838) 2025-06-16 11:23:46 -07:00
jnjpng
6efbc56e3b feat: add token column to mcp_servers and pipe through to sse server config (#2775)
Co-authored-by: Jin Peng <jinjpeng@Jins-MacBook-Pro.local>
2025-06-14 18:48:10 -07:00
Matthew Zhou
08640fb92d fix: Make voice beta endpoint VAPI compatible (#2808) 2025-06-13 17:20:25 -07:00
cthomas
a855532e4b feat: set request heartbeat for max steps (#2739) 2025-06-10 15:26:07 -07:00
cthomas
ae02939dbd fix: async loop eligibility check (#2727) 2025-06-10 12:56:01 -07:00
Shangyin Tan
b8a0651578 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
9601e74738 feat: remove agent joins in middleware (#2713) 2025-06-09 16:44:17 -07:00
cthomas
16628be60a fix: move request start timestamp load to beginning (#2712) 2025-06-09 15:05:37 -07:00
Matthew Zhou
24b89802ea feat: Add code file support to file uploads (#2702) 2025-06-07 23:45:30 -07:00
cthomas
82dd311011 chore: create file manager (#2693) 2025-06-07 16:14:41 -07:00
Sarah Wooders
bb0122c662 feat: default to False for mcp_read_from_config (#2691) 2025-06-06 16:28:27 -07:00
Sarah Wooders
3e6729214b feat: add include_return_message_types to LettaRequest to filter down requests (#2666) 2025-06-06 15:48:27 -07:00
cthomas
e0a050bb53 feat: make agent file import route SYNC (not async) (#2675) 2025-06-06 12:09:07 -07:00
cthomas
9a20aa3aae feat: migrate modify group to async (#2670) 2025-06-06 11:05:09 -07:00
Andy Li
eaf5682422 feat: plugin system and backend runtime flags (#2543) 2025-06-05 18:12:44 -07:00
Andy Li
d2252f2953 feat: otel metrics and expanded collecting (#2647)
(passed tests in last run)
2025-06-05 17:20:14 -07:00
cthomas
6bb45c6c17 chore: make list blocks async (#2661) 2025-06-05 15:59:53 -07:00
cthomas
c323771762 feat: launch async agent loop (#2658) 2025-06-05 14:30:24 -07:00
Matthew Zhou
91432088f9 feat: Add auto attach and detach of file tools (#2655) 2025-06-05 14:01:29 -07:00
Matthew Zhou
bbdfc3f2cd feat: Add support for simple text files (#2630) 2025-06-04 14:36:25 -07:00
Matthew Zhou
3d8704395b feat: Store entire parsed file content in separate table (#2618) 2025-06-03 18:51:45 -07:00
Andy Li
529f452eed feat: add trace_id filter for listing steps (#2560) 2025-06-02 19:12:49 -07:00
Matthew Zhou
1c14d25fe6 feat: Adapt lifecycle management of file <-> agent association (#2591) 2025-06-02 17:34:12 -07:00
cthomas
05b27c2060 chore: readd user eligibility check (#2577) 2025-06-01 15:19:10 -07:00
Matthew Zhou
765f7b304b fix: Fix sources tests (#2575) 2025-06-01 12:36:41 -07:00
Matthew Zhou
63322f228a fix: Gate temporarily to only pdfs/txt/jsons (#2567) 2025-05-30 22:14:15 -07:00
Matthew Zhou
aaf06174f8 feat: Add mistral for cloud document parsing (#2562) 2025-05-30 21:06:28 -07:00
cthomas
d2264e73fb fix: gate voice agent correctly (#2558) 2025-05-30 14:19:18 -07:00
Matthew Zhou
80218adb1d feat: Add document block clean up triggers (#2552) 2025-05-30 13:34:37 -07:00
Sarah Wooders
bf8d0dde1d feat: add performance tracing to new agent loop (#2534) 2025-05-30 12:49:46 -07:00
Matthew Zhou
1058882ab8 feat: Insert file blocks for agent on source attach (#2545) 2025-05-30 11:09:59 -07:00
cthomas
1b581e239e feat: ungate async loop (#2537) 2025-05-29 19:45:49 -07:00
Kevin Lin
9951f73a7b 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