Commit Graph

514 Commits

Author SHA1 Message Date
Matthew Zhou
bb0ea1844f fix: Fix cascade deletion (#1641) 2025-04-09 10:55:32 -07:00
Kevin Lin
961a28f72c feat: test sleep-time rethink eliminates redundant content in core memory (#1631) 2025-04-09 09:36:37 -07:00
Kevin Lin
84dbaa4511 chore: temporarily disable tool rules on sleeptime that are causing errors (#1632) 2025-04-09 09:36:18 -07:00
Sarah Wooders
b4e19f9a70 fix: patch summarizer for google and use new client (#1639) 2025-04-08 21:10:48 -07:00
Matthew Zhou
2944e5206c fix: Fix streaming when there are child tool rules (#1638) 2025-04-08 19:06:39 -07:00
Charles Packer
4c2fea1f8d fix: rebase #1560 (tool timeout) (#1637) 2025-04-08 17:13:21 -07:00
Matthew Zhou
f02526ff90 feat: Require experimental flag temporarily to use experimental agent loop (#1636) 2025-04-08 16:51:57 -07:00
Matthew Zhou
5fe18ec0e9 feat: Create polling job for polling batch results (#1624)
Previous run passed all relevant checks, so skipping the wait. This new commit just merges main.
2025-04-08 16:42:12 -07:00
Matthew Zhou
a9c6537bf2 fix: Fix tool schema tests (#1633) 2025-04-08 16:22:53 -07:00
Sarah Wooders
cd66ab7775 chore: bump version to 0.6.50 (#1621) 2025-04-08 15:53:10 -07:00
cthomas
04396fb4f7 fix: chat completions ci tests (#1630) 2025-04-08 15:13:18 -07:00
cthomas
5c20800b61 fix: import AgentType (#1629) 2025-04-08 14:49:03 -07:00
cthomas
c6ad0c49b2 feat: revert sleeptime agents back to old agent loop (#1625) 2025-04-08 14:14:50 -07:00
cthomas
ea177ef8e2 fix: change llm config validation errors to warnings (#1623) 2025-04-08 14:13:56 -07:00
Matthew Zhou
7c7dfdfc08 chore: Comment out voice test cases for now (#1627) 2025-04-08 13:48:22 -07:00
cthomas
f141f2f148 feat: remove initial boot messages for sleeptime agent (#1622) 2025-04-08 13:39:44 -07:00
Shubham Naik
569c44b0ab fix: eslint (#1613)
Co-authored-by: Shubham Naik <shub@memgpt.ai>
2025-04-08 11:49:07 -07:00
cthomas
8175014859 feat: change name of sleeptime agent (#1617) 2025-04-08 11:28:36 -07:00
Charles Packer
47e48c2e85 fix: use safer json.loads alternative from utils (discord issue) (#1611) 2025-04-08 10:58:57 -07:00
cthomas
d3d7288ec8 feat: integrate replace flag in core_memory_insert (#1612)
Co-authored-by: Kevin Lin <klin5061@gmail.com>
Co-authored-by: Kevin Lin <kl2806@columbia.edu>
2025-04-08 10:46:32 -07:00
Matthew Zhou
88cb293676 fix: Add listener for sqlite (#1616) 2025-04-08 10:45:08 -07:00
cthomas
5d8d0e31e2 feat: stop creating new message for system prompt changes (#1559)
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
2025-04-08 10:25:43 -07:00
cthomas
aef866ef3d feat: more robust tools setup in agent creation (#1605) 2025-04-07 20:15:16 -07:00
cthomas
148727a44a feat: add view in editor tool for sleeptime agent (#1589) 2025-04-07 17:22:37 -07:00
Matthew Zhou
38d35aad52 feat: Create batch request tracking tables (#1604) 2025-04-07 16:27:18 -07:00
cthomas
86e1c2d454 fix: use message idx for anthropic legacy streaming (#1600) 2025-04-07 15:12:24 -07:00
Matthew Zhou
340687ef2e chore: Disable new letta agent for sleeptime and groups (#1597) 2025-04-07 10:49:45 -07:00
Matthew Zhou
1d57f4c938 feat: Strip out thinking XML from persisted messages (#1596) 2025-04-07 10:39:45 -07:00
Kevin Lin
7d6aeba822 feat: tune sleep-time agent prompts (#1564) 2025-04-07 10:06:30 -07:00
Sarah Wooders
e9b26b7008 chore: bump version 0.6.49 (#1591) 2025-04-07 10:05:03 -07:00
Charles Packer
5212eab6b8 fix: patch returns for MCP tools (#1593) 2025-04-06 19:25:17 -07:00
Sarah Wooders
722854f9a9 feat: add gemini 2.5 to google vertex (#1590)
Co-authored-by: Charles Packer <packercharles@gmail.com>
2025-04-06 16:53:41 -07:00
cthomas
ca602f7a73 fix: use message idx instead of chunk idx for streaming (#1587) 2025-04-06 11:23:19 -07:00
cthomas
a2252e6c1e feat: add archival insert and search tools to sleeptime (#1576) 2025-04-04 22:24:32 -07:00
Matthew Zhou
c1e9d88571 feat: Add batch requests on Anthropic Client (#1574) 2025-04-04 14:58:18 -07:00
cthomas
576b921c86 feat: list active runs by agent id (#1572) 2025-04-04 14:51:31 -07:00
Matthew Zhou
2e9365170e feat: Cache model handle (#1568) 2025-04-04 12:11:20 -07:00
cthomas
b1a3f4afc7 chore: rename background to sleeptime (#1558) 2025-04-04 09:16:59 -07:00
cthomas
7fcebf0ce3 feat: add otid field for message idempotency (#1556) 2025-04-04 08:43:01 -07:00
Matthew Zhou
038c40244f feat: Enable Anthropic streaming on new agent loop (#1550) 2025-04-03 19:40:48 -07:00
cthomas
cf5da62021 fix: anthropic thinking tag nesting bug (#1548) 2025-04-03 11:51:08 -07:00
cthomas
6a6fd28517 feat: sleeptime agent prompting improvements (#1547) 2025-04-03 11:04:42 -07:00
Shubham Naik
d96cbea250 Shub/let 1646 add agentfile to cloud (#1540)
Co-authored-by: Shubham Naik <shub@memgpt.ai>
2025-04-02 17:33:55 -07:00
cthomas
274a81fd2d fix: always strip thinking tags from anthropic stream (#1483) 2025-04-02 15:18:04 -07:00
Sarah Wooders
e0c7112c29 fix: dont error on azure model listing and add local EmbeddingConfig (#1534) 2025-04-02 15:12:07 -07:00
Matthew Zhou
3797b0d536 feat: Simplify arguments for LLM clients (#1536) 2025-04-02 14:26:27 -07:00
cthomas
860f8707cf feat: enable sleeptime agent creation (#1523) 2025-04-02 14:12:11 -07:00
cthomas
925d7f6d5e fix: make custom llm config matching more robust (#1530) 2025-04-02 11:21:50 -07:00
Matthew Zhou
af97837c99 feat: Add monotonic ids on messages (#1522) 2025-04-01 18:23:34 -07:00
Matthew Zhou
227b76fe0e feat: Add testing for SDK send_message variants (#1520) 2025-04-01 16:54:09 -07:00