Commit Graph

2446 Commits

Author SHA1 Message Date
cthomas
df024471ea feat(asyncify): migrate more agent routes (#2225) 2025-05-17 15:37:17 -07:00
cthomas
bc40da6cbb feat(asyncify): migrate get block agents (#2226) 2025-05-16 15:18:34 -07:00
cthomas
8ddec60d07 feat(asyncify): migrate get active jobs (#2227) 2025-05-16 15:18:06 -07:00
cthomas
89054accca chore: install node js in docker (#2229) 2025-05-16 15:17:56 -07:00
cthomas
f28fff9023 feat(asyncify): migrate retrieve tool (#2228) 2025-05-16 15:17:43 -07:00
cthomas
856d98d33d feat: add informative error for max tokens exceeded (#2223) 2025-05-16 14:02:11 -07:00
cthomas
5462216cef fix: unset timezone for async db (#2220) 2025-05-16 13:11:15 -07:00
cthomas
a1d6ffb832 fix: size_async bug (#2217) 2025-05-16 07:25:53 -07:00
cthomas
4746c3f12b test(asyncify): fix batch tests (#2216) 2025-05-16 02:14:20 -07:00
cthomas
137ddd3f53 test(asyncify): fix voice sleeptime agent test failure (#2215) 2025-05-16 01:29:46 -07:00
cthomas
80bde05b73 feat(asyncify): add size_async db function (#2207) 2025-05-16 01:22:48 -07:00
cthomas
76795376b5 feat: optimize list agents async query (#2214) 2025-05-16 00:42:56 -07:00
cthomas
8463903d13 feat(asyncify): migrate actors(users) endpoints (#2211) 2025-05-16 00:37:08 -07:00
Sarah Wooders
69e21e850b feat: add OpenAI streaming interface for new agent loop (#2191) 2025-05-15 22:20:08 -07:00
cthomas
b2cdce7555 feat(asyncify): migrate get agent callsites (#2205) 2025-05-15 16:41:05 -07:00
cthomas
b9dd169fd9 feat(asyncify): use _prepare_in_context_messages_async in new agent loop (#2208) 2025-05-15 16:16:17 -07:00
cthomas
12cf419e2d feat: convert more methods to async (#2200) 2025-05-15 13:44:58 -07:00
cthomas
c727f999b4 feat: convert agents routes to async (#2196) 2025-05-15 13:39:59 -07:00
jnjpng
b7ddb3caa9 feat: move get_agent_by_id to be async (#2198) 2025-05-15 12:32:28 -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
cthomas
110529bc50 feat: add internal-only toggle for async loop (#2192) 2025-05-14 23:22:35 -07:00
cthomas
17ee9b368c feat: add otid to new async loop (#2185) 2025-05-14 15:28:53 -07:00
Sarah Wooders
935b476dcd feat: add usage tracking for new agent loop + filter out role=user messages in response (#2175) 2025-05-14 13:08:27 -07:00
cthomas
cb46805a6e fix: sleeptime mcp bug (#2178) 2025-05-14 12:08:44 -07:00
Sarah Wooders
4902830265 fix: fix message responses for new agent loop (#2170) 2025-05-14 10:24:16 -07:00
cthomas
d961145714 fix: only use experimental path for token streaming (#2173) 2025-05-13 23:02:23 -07:00
cthomas
86b8216adf feat: stream tool return in async loop (#2172) 2025-05-13 22:36:56 -07:00
cthomas
c22bcdb997 fix: anthropic streaming thinking tag (#2164) 2025-05-13 21:33:08 -07:00
Sarah Wooders
d15e49808d chore: add a concept (and enforcement of) read-only blocks (#2161) 2025-05-13 20:54:52 -07:00
cthomas
aab8510aa2 chore: bump letta client version (#2167) 2025-05-13 15:46:07 -07:00
cthomas
849f7433f4 fix: correct external db (#2163) 2025-05-13 15:32:09 -07:00
cthomas
a279126fb6 feat: make get blocks async (#2162) 2025-05-13 15:09:25 -07:00
Kevin Lin
d133ca248f fix: patch lmstudio qwen (#2155) 2025-05-13 14:42:00 -07:00
Andy Li
02c2e4adec fix: missing await in base async fetch (#2156) 2025-05-13 13:57:21 -07:00
Andy Li
ca895f1987 fix: rebuilding memory async (#2149) 2025-05-13 12:14:51 -07:00
Andy Li
6e2e496272 fix: asyncgp ssl param (#2147) 2025-05-13 10:40:10 -07:00
Sarah Wooders
4e1efa5c91 chore: add index to blocks and agents related tables (#2127) 2025-05-12 18:36:59 -07:00
Sarah Wooders
9a6bc61f0c chore: bump version 0.7.14 (#2134) 2025-05-12 18:20:07 -07:00
cthomas
ec69c42958 feat: skip rebuilding memory with experimental flag (#2132) 2025-05-12 18:03:12 -07:00
cthomas
d0d0350908 feat: skip adding default blocks on server start (#2131) 2025-05-12 17:54:55 -07:00
cthomas
8d7d9dc86a feat: skip relationship joins for blocks fetch (#2130) 2025-05-12 17:54:10 -07:00
Andy Li
8e2417aa2f feat: async db client (#2076) 2025-05-12 17:15:14 -07:00
cthomas
d67c425532 test: add additional new agent messaging tests (#2120) 2025-05-12 15:58:52 -07:00
Andy Li
01b80d7b2b feat: support ConditionalToolRule in new agent loop (#1977) 2025-05-12 10:43:47 -07:00
jnjpng
314d30cb8f feat: use instructions field for sleeptime and update web/ade ui (#2096) 2025-05-12 09:51:36 -07:00
Charles Packer
004d76713a fix: patch MCP error for MCP tools that have no functions (#2041) 2025-05-10 11:16:49 -07:00
Sarah Wooders
85c73f3c1d chore: bump version to 0.7.13 (#2100) 2025-05-09 20:13:22 -07:00
Kevin Lin
6a33859224 fix: use auto function calling for together models (#2097) 2025-05-09 17:46:35 -07:00
Andy Li
bf1874dbc9 fix: summarization includes tool call message before truncation (#2084)
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
2025-05-09 15:01:12 -07:00