Matthew Zhou
|
715c5d5cdb
|
feat: Add more tests for batch agent loop (#1819)
|
2025-04-21 13:32:06 -07:00 |
|
Sarah Wooders
|
453a00d8fb
|
chore: bump version to 0.7.0 (#1814)
|
2025-04-21 00:12:29 -07:00 |
|
Sarah Wooders
|
626e5f62ca
|
chore: add sleeptime example + better error handling + upgrade client SDK (#1809)
|
2025-04-21 00:09:50 -07:00 |
|
Matthew Zhou
|
014320ddb4
|
fix: Drop sqlalchemy sequence on sequence (#1808)
|
2025-04-19 22:08:59 -07:00 |
|
cthomas
|
b0faff1ae9
|
fix: tool_name unreachable bug (#1803)
|
2025-04-19 16:29:14 -07:00 |
|
Kevin Lin
|
d3aa3fd3a0
|
fix: add developer role (#1787)
|
2025-04-19 15:25:09 -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
|
d24264e7f7
|
chore: Add agent mass update test (#1798)
|
2025-04-18 16:45:06 -07:00 |
|
Matthew Zhou
|
78696ce68a
|
feat: Improve agent creation time (#1792)
|
2025-04-18 16:02:48 -07:00 |
|
Sarah Wooders
|
e5fd3e1d6d
|
chore: bump version to 0.6.54 (#1783)
|
2025-04-18 15:25:17 -07:00 |
|
cthomas
|
aaae1a1d8a
|
feat: put sleeptime agent on regular agent loop (#1795)
|
2025-04-18 15:12:56 -07:00 |
|
Matthew Zhou
|
5e8b2596f1
|
fix: Fix composio test (#1781)
|
2025-04-18 11:28:30 -07:00 |
|
Matthew Zhou
|
cf480ab10a
|
feat: Add distributed locking to the polling job (#1778)
|
2025-04-18 11:15:25 -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 |
|
Charles Packer
|
9e97c41317
|
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
|
d173655fba
|
chore: Change inner thoughts + enable reasoner logs to debug (#1773)
|
2025-04-17 17:29:06 -07:00 |
|
Matthew Zhou
|
66b36ea04c
|
feat: Gate create_messages_batch to 256 mb (#1772)
|
2025-04-17 17:24:40 -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
|
cd94962882
|
fix: anthropic streaming (#1768)
Co-authored-by: Kevin Lin <klin5061@gmail.com>
|
2025-04-17 16:22:14 -07:00 |
|
cthomas
|
1cd87d4733
|
fix: max memory rethink check (#1766)
|
2025-04-17 16:15:42 -07:00 |
|
Kevin Lin
|
7169b5bf58
|
fix: reasoner messages mapped to source non reasoner (#1736)
|
2025-04-17 16:12:06 -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 |
|
cthomas
|
39713a90de
|
fix: downgrade log level for otel debug -> error (#1760)
|
2025-04-17 11:53:30 -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 |
|
Matthew Zhou
|
9991604231
|
test: Add performance test file (#1753)
|
2025-04-17 09:26:01 -07:00 |
|
Sarah Wooders
|
f989f0d7fe
|
chore: increase limits for pg connections (#1746)
|
2025-04-16 20:34:36 -07:00 |
|
cthomas
|
64d81cbb68
|
feat: add source description to sleeptime agent persona (#1733)
Co-authored-by: Kevin Lin <kl2806@columbia.edu>
|
2025-04-16 17:21:28 -07:00 |
|
Kevin Lin
|
973861f7c1
|
feat: sync memory tools between the sleeptime-doc agent and sleeptime agent for chat (#1730)
|
2025-04-16 13:43:46 -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 |
|
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 |
|
Kevin Lin
|
7e56c7dd3b
|
fix: llm_config.put_inner_thoughts_in_kwargs = True (#1718)
|
2025-04-15 14:47:54 -07:00 |
|
Matthew Zhou
|
bc2cc29a64
|
feat: Create polling endpoint for batch (#1723)
|
2025-04-15 14:43:23 -07:00 |
|
Matthew Zhou
|
bbd4b087d3
|
feat: Create POST v1/agents/messages/batches (#1722)
|
2025-04-15 14:36:41 -07:00 |
|
Matthew Zhou
|
3593abe677
|
fix: Improve test tool schema gen runtime (#1719)
|
2025-04-15 14:01:40 -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
|
68915e2356
|
feat: Add lazy initialization to db.py (#1716)
|
2025-04-15 12:01:46 -07:00 |
|
Charles Packer
|
bb54b39897
|
feat: gpt-4.1 support (#1713)
|
2025-04-14 21:53:29 -07:00 |
|
Matthew Zhou
|
083b3a4416
|
feat: Factor out database access unless necessary in Tool Sandboxes (#1711)
|
2025-04-14 18:00:15 -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 |
|
Charles Packer
|
1c0e1bffde
|
fix: patch grok-3 and grok-3-fast (skip reasoners for now) (#1703)
|
2025-04-14 12:55:20 -07:00 |
|
cthomas
|
44abc33654
|
feat: add sleeptime frequency setting in ADE (#1685)
|
2025-04-14 09:05:38 -07:00 |
|
Kevin Lin
|
4f3d05e6a6
|
feat: add reasoning effort in LLMConfig (#1697)
Co-authored-by: cpacker <packercharles@gmail.com>
|
2025-04-13 17:44:10 -07:00 |
|
Sarah Wooders
|
4ee134cd03
|
chore: bump version 0.6.53 (#1696)
|
2025-04-12 17:03:01 -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 |
|
Sarah Wooders
|
32f08883ca
|
fix: force tool_choice to be auto for claude-3.7-sonnet (#1694)
|
2025-04-12 16:39:36 -07:00 |
|