Commit Graph

247 Commits

Author SHA1 Message Date
cthomas
3d67f56c58 feat: optimize agent load (#2507) 2025-05-28 23:15:20 -07:00
cthomas
aecd4d1e3b feat: add bulk deletion for passages (#2489) 2025-05-28 13:11:33 -07:00
cthomas
2d07d95a3d feat: move groups join on agents to selectin (#2475) 2025-05-27 16:11:49 -07:00
Andy Li
08c1fb5a60 feat: job listing takes source id (#2473) 2025-05-27 15:34:27 -07:00
Andy Li
9640dbf09b perf: agent tags optimization (#2454) 2025-05-27 15:14:07 -07:00
Matthew Zhou
b9d79f5229 feat: Add index to agent environment variables (#2405) 2025-05-23 18:13:41 -07:00
Sarah Wooders
34df96bf2c feat: add MCP servers into a table and MCP tool execution to new agent loop (#2323)
Co-authored-by: Matt Zhou <mattzh1314@gmail.com>
Co-authored-by: Kian Jones <11655409+kianjones9@users.noreply.github.com>
2025-05-23 16:22:16 -07:00
cthomas
4f57121a45 chore: cleanup tracing (#2365) 2025-05-23 00:48:40 -07:00
cthomas
795e3d1e63 feat: add low level db traces (#2343) 2025-05-22 23:35:10 -07:00
cthomas
9143464f5d feat: add provider category to steps model (#2303) 2025-05-21 15:40:12 -07:00
Matthew Zhou
068f27d83d feat: Add tavily search builtin tool (#2257) 2025-05-19 16:38:11 -07:00
Matthew Zhou
6e5ab8b151 feat: Add built in code interpreter tool (#2252) 2025-05-19 16:01:40 -07:00
Andy Li
0a54b998a8 feat: track llm provider traces and tracking steps in async agent loop (#2219) 2025-05-19 15:50:56 -07:00
cthomas
a1d6ffb832 fix: size_async bug (#2217) 2025-05-16 07:25:53 -07:00
cthomas
80bde05b73 feat(asyncify): add size_async db function (#2207) 2025-05-16 01:22:48 -07:00
cthomas
8463903d13 feat(asyncify): migrate actors(users) endpoints (#2211) 2025-05-16 00:37:08 -07:00
cthomas
c727f999b4 feat: convert agents routes to async (#2196) 2025-05-15 13:39:59 -07:00
cthomas
65e32082f7 feat: convert many methods to async (#2193) 2025-05-15 12:09:40 -07:00
Andy Li
a099e876f8 feat: async list/prepare messages (#2181)
Co-authored-by: Caren Thomas <carenthomas@gmail.com>
2025-05-15 00:34:04 -07:00
Sarah Wooders
d15e49808d chore: add a concept (and enforcement of) read-only blocks (#2161) 2025-05-13 20:54:52 -07:00
Sarah Wooders
4e1efa5c91 chore: add index to blocks and agents related tables (#2127) 2025-05-12 18:36:59 -07:00
Andy Li
8e2417aa2f feat: async db client (#2076) 2025-05-12 17:15:14 -07:00
jnjpng
b2e9d4bbfc feat: add instructions field to sources (#2089) 2025-05-09 14:07:41 -07:00
cthomas
d8151d76e2 feat: add provider_category field to distinguish byok (#2038) 2025-05-06 17:31:36 -07:00
Matthew Zhou
f23602d919 feat: Add message listing for a letta batch (#1982) 2025-05-02 11:14:03 -07:00
cthomas
25c188689a feat: byok 2.0 (#1963) 2025-04-30 21:26:50 -07:00
Matthew Zhou
78782af4c4 feat: Finish adding min/max buffer to voice sleeptime manager group config (#1954) 2025-04-30 17:20:53 -07:00
Matthew Zhou
19bd790c58 feat: Add Letta voice tools (#1922) 2025-04-29 10:46:29 -07:00
Andy Li
fa89ad859e feat: structured outputs for send_message (#1764) 2025-04-22 09:50:01 -07:00
Matthew Zhou
014320ddb4 fix: Drop sqlalchemy sequence on sequence (#1808) 2025-04-19 22:08:59 -07:00
Matthew Zhou
15fefe0e1a feat: Add callback for jobs (#1776)
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
2025-04-18 10:48:04 -07:00
Sarah Wooders
41d85c4114 feat: add batch job tracking and generate batch APIs (#1727)
Co-authored-by: Matt Zhou <mattzh1314@gmail.com>
2025-04-17 17:02:07 -07:00
Matthew Zhou
748e8d6837 fix: Remove extraneous relationships on ORM objects (#1755) 2025-04-17 14:37:37 -07:00
Kevin Lin
f07954e7a3 feat: prompt tune rethink with current default tools without anthropic view / str edit (#1709)
Co-authored-by: cpacker <packercharles@gmail.com>
Co-authored-by: Caren Thomas <carenthomas@gmail.com>
2025-04-17 11:53:18 -07:00
Matthew Zhou
81338172bb feat: Set SqlAlchemy to fetch sequence_id from DB, not generate it itself (#1726) 2025-04-15 19:25:46 -07:00
Matthew Zhou
cead849f19 feat: Implement resume step after request in new batch agent loop (#1676) 2025-04-15 13:56:22 -07:00
cthomas
eaf9af3d03 feat: add identity id to message model (#1700) 2025-04-14 16:50:37 -07:00
Charles Packer
ff22d576ad fix: patch .utcnow warning (#1702) 2025-04-14 12:55:34 -07:00
Sarah Wooders
d1b22e929b feat: have Message.to_pydantic(...) set tool_calls to None if empty (#1695) 2025-04-12 16:51:54 -07:00
cthomas
f3551e5212 fix: memory block refresh bug (#1668) 2025-04-10 15:59:41 -07:00
Matthew Zhou
2147bbcb56 fix: Fix cascade deletion (#1641) 2025-04-09 10:55:32 -07:00
Matthew Zhou
4dc96b9a80 fix: Add listener for sqlite (#1616) 2025-04-08 10:45:08 -07:00
Matthew Zhou
0aeddec547 feat: Create batch request tracking tables (#1604) 2025-04-07 16:27:18 -07:00
cthomas
79354a72ea chore: rename background to sleeptime (#1558) 2025-04-04 09:16:59 -07:00
cthomas
5c750c2a91 feat: enable sleeptime agent creation (#1523) 2025-04-02 14:12:11 -07:00
Matthew Zhou
2f6e098069 feat: Add monotonic ids on messages (#1522) 2025-04-01 18:23:34 -07:00
cthomas
55d0ea8872 feat: background multi-agent group for sleeptime agent (#1508) 2025-04-01 15:00:45 -07:00
Matthew Zhou
22dcd53bd1 feat: Add ability to redo to more recent checkpoint (#1496) 2025-03-31 17:35:51 -07:00
Matthew Zhou
aa05df68a7 feat: Add block history tables (#1489) 2025-03-31 16:39:23 -07:00
cthomas
261fd07b72 test: add more robust multi-agent testing (#1444) 2025-03-28 14:21:54 -07:00