cthomas
|
2985ca2ca8
|
fix: recompile system message in agent loop (#1875)
|
2025-04-24 13:27:05 -07:00 |
|
Matthew Zhou
|
15191acbf5
|
chore: Remove v1 routes test (#1883)
|
2025-04-24 11:54:18 -07:00 |
|
Matthew Zhou
|
b7acbcd6b7
|
feat: Add async MCP clients (#1882)
|
2025-04-24 11:29:19 -07:00 |
|
Sarah Wooders
|
eae2eac219
|
chore: bump to 0.7.4 (#1881)
|
2025-04-24 11:18:29 -07:00 |
|
Matthew Zhou
|
066e39d118
|
feat: Adjust local tool execution to always try using venv if exists (#1864)
|
2025-04-24 11:13:44 -07:00 |
|
cthomas
|
44291cd77e
|
fix: pass name param to llm payload (#1878)
|
2025-04-24 10:28:59 -07:00 |
|
cthomas
|
14f4f92d3c
|
fix: sleeptime input locking (#1874)
|
2025-04-24 00:09:22 -07:00 |
|
Sarah Wooders
|
99e4f53d50
|
chore: bump 0.7.3 (#1873)
|
2025-04-23 22:24:03 -07:00 |
|
Andy Li
|
9a69afb32b
|
fix: create response_format for creation (#1870)
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
|
2025-04-23 21:48:34 -07:00 |
|
Sarah Wooders
|
d48fcde351
|
feat: add parsing for Literal types (#1872)
|
2025-04-23 21:41:01 -07:00 |
|
cthomas
|
72e51fdfeb
|
chore: update sleeptime verbiage everywhere (#1867)
|
2025-04-23 17:01:07 -07:00 |
|
cthomas
|
ce2e8f5c4d
|
feat: add llm config per request (#1866)
|
2025-04-23 16:37:05 -07:00 |
|
cthomas
|
0a1022b910
|
fix: pydantic serializer warning datetime -> int (#1701)
|
2025-04-23 14:53:58 -07:00 |
|
Charles Packer
|
9f12d71916
|
fix: patch o-series (#1699)
|
2025-04-23 13:41:34 -07:00 |
|
Matthew Zhou
|
95d64f244d
|
feat: Fix anthropic batch results call (#1853)
|
2025-04-23 13:14:56 -07:00 |
|
Matthew Zhou
|
56c51ed861
|
feat: Disable create batch if polling is not set (#1851)
|
2025-04-23 10:44:39 -07:00 |
|
Matthew Zhou
|
c1644163be
|
feat: Add more models for send_message tests (#1847)
|
2025-04-22 17:03:21 -07:00 |
|
Matthew Zhou
|
68a9e31eb1
|
chore: Add send_message sdk tests (#1842)
|
2025-04-22 15:31:45 -07:00 |
|
Sarah Wooders
|
cc8e47779f
|
chore: bump version 0.7.1 (#1841)
|
2025-04-22 13:33:16 -07:00 |
|
cthomas
|
ae88cfc826
|
feat: add sleeptime tools to executor (#1840)
|
2025-04-22 12:10:23 -07:00 |
|
cthomas
|
e599610629
|
feat: add tool execution result object (#1837)
|
2025-04-22 11:30:36 -07:00 |
|
Andy Li
|
0381da35f5
|
feat: structured outputs for send_message (#1764)
|
2025-04-22 09:50:01 -07:00 |
|
Matthew Zhou
|
96a41930c7
|
feat: Add cancel functionality to batch API (#1825)
|
2025-04-21 16:22:02 -07:00 |
|
Sarah Wooders
|
caea78b22b
|
feat: Write fern api tests for batch API (#1821)
Co-authored-by: Matt Zhou <mattzh1314@gmail.com>
|
2025-04-21 15:48:06 -07:00 |
|
Matthew Zhou
|
9367c6916c
|
test: Add stateful tool test for letta batch agent (#1824)
|
2025-04-21 15:47:20 -07:00 |
|
cthomas
|
a4d7284ebe
|
feat: unify input message type on agent step (#1820)
|
2025-04-21 13:49:46 -07:00 |
|
Matthew Zhou
|
d38bed80fe
|
feat: Add tracing to letta batch agent (#1822)
|
2025-04-21 13:47:39 -07:00 |
|
Matthew Zhou
|
d1c3906f19
|
feat: Add more tests for batch agent loop (#1819)
|
2025-04-21 13:32:06 -07:00 |
|
Sarah Wooders
|
9930118de4
|
chore: bump version to 0.7.0 (#1814)
|
2025-04-21 00:12:29 -07:00 |
|
Sarah Wooders
|
55c3fbba3f
|
chore: add sleeptime example + better error handling + upgrade client SDK (#1809)
|
2025-04-21 00:09:50 -07:00 |
|
Matthew Zhou
|
1f98ddf3de
|
fix: Drop sqlalchemy sequence on sequence (#1808)
|
2025-04-19 22:08:59 -07:00 |
|
cthomas
|
e0424dd796
|
fix: tool_name unreachable bug (#1803)
|
2025-04-19 16:29:14 -07:00 |
|
Kevin Lin
|
e0e80d5f45
|
fix: add developer role (#1787)
|
2025-04-19 15:25:09 -07:00 |
|
cthomas
|
3bf91d2703
|
chore: openapi overrides patches (#1796)
|
2025-04-19 11:13:16 -07:00 |
|
Matthew Zhou
|
83955188be
|
feat: Improve agent update performance (#1799)
|
2025-04-18 17:46:56 -07:00 |
|
Matthew Zhou
|
483e830cec
|
chore: Add agent mass update test (#1798)
|
2025-04-18 16:45:06 -07:00 |
|
Matthew Zhou
|
d977a8852c
|
feat: Improve agent creation time (#1792)
|
2025-04-18 16:02:48 -07:00 |
|
Sarah Wooders
|
a5a7f06bd4
|
chore: bump version to 0.6.54 (#1783)
|
2025-04-18 15:25:17 -07:00 |
|
cthomas
|
5a7f5f1172
|
feat: put sleeptime agent on regular agent loop (#1795)
|
2025-04-18 15:12:56 -07:00 |
|
Matthew Zhou
|
8dc907405b
|
fix: Fix composio test (#1781)
|
2025-04-18 11:28:30 -07:00 |
|
Matthew Zhou
|
4e4658ce9b
|
feat: Add distributed locking to the polling job (#1778)
|
2025-04-18 11:15:25 -07:00 |
|
Matthew Zhou
|
cab282b664
|
feat: Add callback for jobs (#1776)
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
|
2025-04-18 10:48:04 -07:00 |
|
Charles Packer
|
2504cb6a1b
|
fix: add a check to prevent agents from writing the line number warning into memory (#1770)
|
2025-04-17 17:50:49 -07:00 |
|
Matthew Zhou
|
b8cd56471e
|
chore: Change inner thoughts + enable reasoner logs to debug (#1773)
|
2025-04-17 17:29:06 -07:00 |
|
Matthew Zhou
|
ce8752d2f5
|
feat: Gate create_messages_batch to 256 mb (#1772)
|
2025-04-17 17:24:40 -07:00 |
|
Sarah Wooders
|
da62cc6898
|
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
|
ec623325da
|
fix: anthropic streaming (#1768)
Co-authored-by: Kevin Lin <klin5061@gmail.com>
|
2025-04-17 16:22:14 -07:00 |
|
cthomas
|
3ab0b50fcf
|
fix: max memory rethink check (#1766)
|
2025-04-17 16:15:42 -07:00 |
|
Kevin Lin
|
d44acbf9dc
|
fix: reasoner messages mapped to source non reasoner (#1736)
|
2025-04-17 16:12:06 -07:00 |
|
cthomas
|
c05be75342
|
feat: always trigger sleeptime agent on first step (#1767)
|
2025-04-17 16:01:11 -07:00 |
|