Commit Graph

256 Commits

Author SHA1 Message Date
Matthew Zhou
bb1e0464fd feat: Adjust prompts and integrate voice sleeptime group into agent manager (#1927) 2025-04-29 13:43:59 -07:00
Matthew Zhou
19bd790c58 feat: Add Letta voice tools (#1922) 2025-04-29 10:46:29 -07:00
Matthew Zhou
97a0ccf682 feat: Add autoreload flag for venv (#1923) 2025-04-28 22:53:31 -07:00
Sarah Wooders
18d6793f18 fix: fix docker image (#1920) 2025-04-28 20:59:07 -07:00
Matthew Zhou
beed896d60 feat: Support offline memory in voice agent (#1347) 2025-04-28 15:03:02 -07:00
Matthew Zhou
684dd5a391 feat: Create local sandbox config from env vars for OSS users (#1910) 2025-04-28 13:01:38 -07:00
cthomas
7d2f3c8e64 feat: add sleeptime to new agent loop (#1900) 2025-04-26 10:23:59 -07:00
Andy Li
49c4d9ddf3 feat: endpoint for current size in GB of the organization's embeddings (#1880)
docs: reorganize embedding models
2025-04-25 17:08:04 -07:00
Andy Li
280f2c8d2a feat: add query parameter to exclude builtin tools for tool count (#1898)
fix: FastAPI router ordering for sources and tools
2025-04-25 15:26:13 -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
Andy Li
4a2bf46f01 fix: docker tests - local sandbox call and agent listing tests (#1888) 2025-04-24 17:10:51 -07:00
Matthew Zhou
58cecbc515 feat: Roll back changes to tool_execution_sandbox.py and server.py (#1890) 2025-04-24 16:47:57 -07:00
cthomas
7faae079eb fix: recompile system message in agent loop (#1875) 2025-04-24 13:27:05 -07:00
Matthew Zhou
4a9fc2003e feat: Add async MCP clients (#1882) 2025-04-24 11:29:19 -07:00
Matthew Zhou
da4ad98c23 feat: Adjust local tool execution to always try using venv if exists (#1864) 2025-04-24 11:13:44 -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
cthomas
47b6f424a3 feat: add sleeptime tools to executor (#1840) 2025-04-22 12:10:23 -07:00
cthomas
cf567dce86 feat: add tool execution result object (#1837) 2025-04-22 11:30:36 -07:00
Andy Li
fa89ad859e feat: structured outputs for send_message (#1764) 2025-04-22 09:50:01 -07:00
Matthew Zhou
2ef2bde2e1 test: Add stateful tool test for letta batch agent (#1824) 2025-04-21 15:47:20 -07:00
cthomas
b331d54b34 chore: openapi overrides patches (#1796) 2025-04-19 11:13:16 -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
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
cthomas
3616c3210e feat: always trigger sleeptime agent on first step (#1767) 2025-04-17 16:01:11 -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
459c7bffae fix: enable json support in system message (#1757) 2025-04-17 11:05:38 -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
b0873f7891 feat: Add pagination to listing LLM batch items (#1724) 2025-04-15 15:05:04 -07:00
Matthew Zhou
bc2cc29a64 feat: Create polling endpoint for batch (#1723) 2025-04-15 14:43:23 -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
Matthew Zhou
083b3a4416 feat: Factor out database access unless necessary in Tool Sandboxes (#1711) 2025-04-14 18:00:15 -07:00
Charles Packer
ff22d576ad fix: patch .utcnow warning (#1702) 2025-04-14 12:55:34 -07:00
cthomas
44abc33654 feat: add sleeptime frequency setting in ADE (#1685) 2025-04-14 09:05:38 -07:00
cthomas
1c6616b52c fix: fern identity create node sdk nesting (#1679) 2025-04-11 11:18:32 -07:00
cthomas
03458a3b29 feat: add upsert identities properties route (#1672) 2025-04-10 17:08:20 -07:00
cthomas
f3551e5212 fix: memory block refresh bug (#1668) 2025-04-10 15:59:41 -07:00
Matthew Zhou
36a23b49ef feat: Debug and add comprehensive testing for step_until_request (#1669) 2025-04-10 14:42:33 -07:00
Matthew Zhou
e37c70f300 feat: Add tracing to agent creation (#1664) 2025-04-10 13:45:45 -07:00
cthomas
287a836d20 test: add sdk tests (#1569) 2025-04-10 12:04:40 -07:00
Matthew Zhou
68fbcf33d8 feat: Finish step_until_request in new batch agent loop (#1656) 2025-04-10 10:19:06 -07:00
cthomas
8f5a43b886 feat: add otid to new agent loop (#1635) 2025-04-09 16:50:41 -07:00
cthomas
c7d4ce73b0 Add parent tool rule (#1648) 2025-04-09 15:22:15 -07:00
Charles Packer
9f7285fdb6 fix: patch incorrect use of name in function response (#1642) 2025-04-09 14:20:57 -07:00
Kevin Lin
e4b90af951 chore: temporarily disable tool rules on sleeptime that are causing errors (#1632) 2025-04-09 09:36:18 -07:00
Charles Packer
362f8da731 fix: rebase #1560 (tool timeout) (#1637) 2025-04-08 17:13:21 -07:00