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 |
|
Sarah Wooders
|
1dbf6cd4e5
|
feat: translate system to developer or o-series models (#1692)
Co-authored-by: cpacker <packercharles@gmail.com>
|
2025-04-11 21:59:48 -07:00 |
|
Sarah Wooders
|
9841936de2
|
chore: bump 0.6.52 (#1693)
|
2025-04-11 21:37:42 -07:00 |
|
Charles Packer
|
79ffadaee1
|
fix: patch key error (unclear if we should fatally error here, or jus… (#1690)
|
2025-04-11 21:24:53 -07:00 |
|
Matthew Zhou
|
58147d47d3
|
feat: Convert AF serialization to formatted json (#1691)
|
2025-04-11 19:10:02 -07:00 |
|
Sarah Wooders
|
a75a658ea0
|
chore: bump version 0.6.51 (#1682)
|
2025-04-11 13:50:14 -07:00 |
|
cthomas
|
1c6616b52c
|
fix: fern identity create node sdk nesting (#1679)
|
2025-04-11 11:18:32 -07:00 |
|
cthomas
|
6f4edd7c14
|
test: skip flaky sleeptime test (#1680)
|
2025-04-11 10:46:17 -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 |
|
cthomas
|
b8b2fc75e9
|
fix: parallel tool call default (#1671)
|
2025-04-10 15:12:37 -07:00 |
|
cthomas
|
7f85571dc5
|
test: add sleeptime agent tests (#1661)
|
2025-04-10 15:12:25 -07:00 |
|
Matthew Zhou
|
36a23b49ef
|
feat: Debug and add comprehensive testing for step_until_request (#1669)
|
2025-04-10 14:42:33 -07:00 |
|
Kevin Lin
|
14bf712cbe
|
fix: patch o1 and o3-mini (#1657)
|
2025-04-10 13:50:38 -07:00 |
|
Matthew Zhou
|
e37c70f300
|
feat: Add tracing to agent creation (#1664)
|
2025-04-10 13:45:45 -07:00 |
|
Matthew Zhou
|
d452b502b5
|
feat: Add tests for agent file (#1662)
|
2025-04-10 12:07:21 -07:00 |
|
cthomas
|
287a836d20
|
test: add sdk tests (#1569)
|
2025-04-10 12:04:40 -07:00 |
|
Shubham Naik
|
fa8cde08c6
|
Shub/let 1771 variables component (#1650)
Co-authored-by: Shubham Naik <shub@memgpt.ai>
|
2025-04-10 11:11:27 -07:00 |
|
Charles Packer
|
5f7abf4eae
|
fix: refactor the way we handle errors inside the electron app + add … (#1640)
|
2025-04-10 11:02:33 -07:00 |
|
Matthew Zhou
|
b4c0b7e3c3
|
feat: Make agent file indented (#1595)
Co-authored-by: Shubham Naik <shub@memgpt.ai>
|
2025-04-10 10:40:03 -07:00 |
|
Matthew Zhou
|
68fbcf33d8
|
feat: Finish step_until_request in new batch agent loop (#1656)
|
2025-04-10 10:19:06 -07:00 |
|
Charles Packer
|
ee8e095b69
|
fix: patch gemini 2.5 pro (#1643)
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
|
2025-04-09 18:35:53 -07:00 |
|
cthomas
|
8f5a43b886
|
feat: add otid to new agent loop (#1635)
|
2025-04-09 16:50:41 -07:00 |
|
Matthew Zhou
|
4536800b3d
|
fix: Fix build request data for OpenAI (#1654)
|
2025-04-09 16:31:20 -07:00 |
|
cthomas
|
cb6248c25e
|
fix: change endpoint type for modify group (#1649)
|
2025-04-09 16:08:51 -07:00 |
|
Matthew Zhou
|
6a2312a02d
|
chore: Inject LLM config directly to batch api request func (#1652)
|
2025-04-09 15:56:54 -07:00 |
|
Matthew Zhou
|
39dcaf1be7
|
feat: Add flag for enabling batch polling (#1651)
|
2025-04-09 15:42:18 -07:00 |
|
cthomas
|
c7d4ce73b0
|
Add parent tool rule (#1648)
|
2025-04-09 15:22:15 -07:00 |
|
Matthew Zhou
|
7565ad4a8d
|
feat: Write batch request on base LLM client (#1646)
|
2025-04-09 14:58:26 -07:00 |
|
Charles Packer
|
672845a5dc
|
fix: patch misc broken CI tests (#1645)
|
2025-04-09 14:50:45 -07:00 |
|