cthomas
|
61ea680bdb
|
fix: move db logic inside sessions (#2553)
|
2025-05-30 14:02:25 -07:00 |
|
cthomas
|
c9a3843417
|
feat(asyncify): multi agent tool (#2525)
|
2025-05-29 13:47:46 -07:00 |
|
Andy Li
|
831b7d5862
|
chore: cleanup (#2480)
|
2025-05-29 10:40:41 -07:00 |
|
cthomas
|
98ccd2b2d1
|
feat: optimize in context message fetch (#2511)
|
2025-05-28 23:30:33 -07:00 |
|
cthomas
|
aecd4d1e3b
|
feat: add bulk deletion for passages (#2489)
|
2025-05-28 13:11:33 -07:00 |
|
cthomas
|
1e5dccfb0b
|
fix: context viewer pydantic error (#2434)
|
2025-05-25 23:48:47 -07:00 |
|
cthomas
|
4dff6b648a
|
feat(asyncify): migrate upload and attach source (#2432)
|
2025-05-25 23:09:14 -07:00 |
|
cthomas
|
790d00ac75
|
feat(asyncify): migrate tools (#2427)
|
2025-05-25 22:17:01 -07:00 |
|
cthomas
|
0226157f3a
|
feat(asyncify): convert reset messages endpoint (#2429)
|
2025-05-25 21:23:18 -07:00 |
|
cthomas
|
0633ae116b
|
feat(asyncify): make core tools async (#2416)
|
2025-05-25 18:58:19 -07:00 |
|
Charles Packer
|
5fd1ec3dee
|
feat: new version of the base agent with a better system prompt and new tools (#2325)
|
2025-05-24 21:23:29 -07:00 |
|
Sarah Wooders
|
7accc45907
|
feat (asyncify): async batch block creation for agent creation (#2397)
|
2025-05-23 18:07:04 -07:00 |
|
Sarah Wooders
|
b9f6cf82f8
|
feat (asyncify): replace sync passage listing in rebuild system (#2395)
|
2025-05-23 16:25:52 -07:00 |
|
cthomas
|
7499a09030
|
feat(asyncify): agent blocks routes (#2363)
|
2025-05-23 00:42:44 -07:00 |
|
cthomas
|
2ee7dc1fb3
|
feat(asyncify): remove sync db connection from passage query (#2359)
|
2025-05-22 23:37:27 -07:00 |
|
Sarah Wooders
|
b6b539dbbc
|
chore: move context window estimate to agent_manager for full async (#2354)
|
2025-05-22 20:30:41 -07:00 |
|
Sarah Wooders
|
1d2f8d86e9
|
feat(asyncify): migrate sources to async (#2332)
|
2025-05-22 19:39:44 -07:00 |
|
cthomas
|
279aab28e9
|
feat: add db tracing to otel (#2337)
|
2025-05-22 13:47:49 -07:00 |
|
cthomas
|
aac1ec35f8
|
feat: only include relevant relationships on agent fetch (#2319)
|
2025-05-21 15:58:55 -07:00 |
|
cthomas
|
5c316f0874
|
feat: optimize agent query (#2312)
|
2025-05-21 14:17:32 -07:00 |
|
cthomas
|
35d4914b4f
|
feat(asyncify): remove non async memory methods (#2245)
|
2025-05-20 17:56:54 -07:00 |
|
cthomas
|
c84b90cea8
|
feat(asyncify): migrate list sources (#2276)
|
2025-05-20 12:59:06 -07:00 |
|
cthomas
|
710c03dbd1
|
feat(asyncify): migrate list passages (#2275)
|
2025-05-20 12:56:04 -07:00 |
|
cthomas
|
8cb944f01a
|
feat(asyncify): migrate tags (#2235)
|
2025-05-17 23:24:52 -07:00 |
|
cthomas
|
b7a123eceb
|
feat(asyncify): migrate modify block (#2232)
|
2025-05-17 23:24:24 -07:00 |
|
cthomas
|
df024471ea
|
feat(asyncify): migrate more agent routes (#2225)
|
2025-05-17 15:37:17 -07:00 |
|
cthomas
|
76795376b5
|
feat: optimize list agents async query (#2214)
|
2025-05-16 00:42:56 -07:00 |
|
cthomas
|
b2cdce7555
|
feat(asyncify): migrate get agent callsites (#2205)
|
2025-05-15 16:41:05 -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 |
|
Andy Li
|
8e2417aa2f
|
feat: async db client (#2076)
|
2025-05-12 17:15:14 -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 |
|
Andy Li
|
fd0442ad79
|
fix: summarization trims tool call without trimming tool response (#2010)
Co-authored-by: cthomas <caren@letta.com>
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
|
2025-05-05 21:02:23 -07:00 |
|
Matthew Zhou
|
bb1e0464fd
|
feat: Adjust prompts and integrate voice sleeptime group into agent manager (#1927)
|
2025-04-29 13:43:59 -07:00 |
|
cthomas
|
9a106b253c
|
fix: sleeptime agent deletion race (#1895)
|
2025-04-24 17:44:01 -07:00 |
|
Andy Li
|
223e2b4ca2
|
feat: add endpoints for counts of agents, identities, sources, & tools (#1865)
|
2025-04-24 17:42:11 -07:00 |
|
cthomas
|
7faae079eb
|
fix: recompile system message in agent loop (#1875)
|
2025-04-24 13:27:05 -07:00 |
|
Andy Li
|
f7c2341dbe
|
fix: create response_format for creation (#1870)
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
|
2025-04-23 21:48:34 -07:00 |
|
Matthew Zhou
|
213cad7b47
|
feat: Fix anthropic batch results call (#1853)
|
2025-04-23 13:14:56 -07:00 |
|
Andy Li
|
fa89ad859e
|
feat: structured outputs for send_message (#1764)
|
2025-04-22 09:50:01 -07:00 |
|
Matthew Zhou
|
9da0229fea
|
feat: Improve agent update performance (#1799)
|
2025-04-18 17:46:56 -07:00 |
|
Matthew Zhou
|
78696ce68a
|
feat: Improve agent creation time (#1792)
|
2025-04-18 16:02:48 -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 |
|
cthomas
|
23ac5858bb
|
feat: trigger sleeptime doc processing (#1715)
Co-authored-by: Caren Thomas
Co-authored-by: Kevin Lin <kl2806@columbia.edu>
Co-authored-by: Kevin Lin <klin5061@gmail.com>
|
2025-04-15 15:31:12 -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
|
44abc33654
|
feat: add sleeptime frequency setting in ADE (#1685)
|
2025-04-14 09:05:38 -07:00 |
|