Commit Graph

535 Commits

Author SHA1 Message Date
cthomas
55b9fce827 test: add sleeptime agent tests (#1661) 2025-04-10 15:12:25 -07:00
Matthew Zhou
c8b8055a43 feat: Debug and add comprehensive testing for step_until_request (#1669) 2025-04-10 14:42:33 -07:00
Kevin Lin
1453ba47c3 fix: patch o1 and o3-mini (#1657) 2025-04-10 13:50:38 -07:00
Matthew Zhou
63a6c6b499 feat: Add tracing to agent creation (#1664) 2025-04-10 13:45:45 -07:00
cthomas
a80d6da94d test: add sdk tests (#1569) 2025-04-10 12:08:18 -07:00
Matthew Zhou
54c089cb4a feat: Add tests for agent file (#1662) 2025-04-10 12:07:21 -07:00
cthomas
a576d1e589 test: add sdk tests (#1569) 2025-04-10 12:04:40 -07:00
Shubham Naik
98dbd5b771 Shub/let 1771 variables component (#1650)
Co-authored-by: Shubham Naik <shub@memgpt.ai>
2025-04-10 11:11:27 -07:00
Charles Packer
93b6df2a48 fix: refactor the way we handle errors inside the electron app + add … (#1640) 2025-04-10 11:02:33 -07:00
Matthew Zhou
90914e2d36 feat: Make agent file indented (#1595)
Co-authored-by: Shubham Naik <shub@memgpt.ai>
2025-04-10 10:40:03 -07:00
Matthew Zhou
dec66f928e feat: Finish step_until_request in new batch agent loop (#1656) 2025-04-10 10:19:06 -07:00
Charles Packer
55b75cb855 fix: patch gemini 2.5 pro (#1643)
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
2025-04-09 18:35:53 -07:00
cthomas
29fcccb3a4 feat: add otid to new agent loop (#1635) 2025-04-09 16:50:41 -07:00
Matthew Zhou
74e299a05f fix: Fix build request data for OpenAI (#1654) 2025-04-09 16:31:20 -07:00
cthomas
39e3d3760e fix: change endpoint type for modify group (#1649) 2025-04-09 16:08:51 -07:00
Matthew Zhou
f109259b0b chore: Inject LLM config directly to batch api request func (#1652) 2025-04-09 15:56:54 -07:00
Matthew Zhou
9fcf64cdec feat: Add flag for enabling batch polling (#1651) 2025-04-09 15:42:18 -07:00
cthomas
77ea56106b Add parent tool rule (#1648) 2025-04-09 15:22:15 -07:00
Matthew Zhou
4cb7f576d9 feat: Write batch request on base LLM client (#1646) 2025-04-09 14:58:26 -07:00
Charles Packer
eb1be304ed fix: patch misc broken CI tests (#1645) 2025-04-09 14:50:45 -07:00
Charles Packer
8a8eb1811a fix: patch incorrect use of name in function response (#1642) 2025-04-09 14:20:57 -07:00
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