Commit Graph

228 Commits

Author SHA1 Message Date
Matthew Zhou
b07bda4c19 feat: Add lazy initialization to db.py (#1716) 2025-04-15 12:01:46 -07:00
cthomas
ab6c143f59 feat: add identity id to message model (#1700) 2025-04-14 16:50:37 -07:00
Charles Packer
2ab267aa84 fix: patch .utcnow warning (#1702) 2025-04-14 12:55:34 -07:00
Charles Packer
90f138c829 fix: patch grok-3 and grok-3-fast (skip reasoners for now) (#1703) 2025-04-14 12:55:20 -07:00
cthomas
b82a19a195 feat: add sleeptime frequency setting in ADE (#1685) 2025-04-14 09:05:38 -07:00
Matthew Zhou
01f9a9c243 feat: Convert AF serialization to formatted json (#1691) 2025-04-11 19:10:02 -07:00
cthomas
c31eb2048f fix: fern identity create node sdk nesting (#1679) 2025-04-11 11:18:32 -07:00
cthomas
50628692d4 feat: add upsert identities properties route (#1672) 2025-04-10 17:08:20 -07:00
Matthew Zhou
63a6c6b499 feat: Add tracing to agent creation (#1664) 2025-04-10 13:45:45 -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
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
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
cthomas
39e3d3760e fix: change endpoint type for modify group (#1649) 2025-04-09 16:08:51 -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
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
8175014859 feat: change name of sleeptime agent (#1617) 2025-04-08 11:28:36 -07:00
Matthew Zhou
38d35aad52 feat: Create batch request tracking tables (#1604) 2025-04-07 16:27:18 -07:00
Matthew Zhou
340687ef2e chore: Disable new letta agent for sleeptime and groups (#1597) 2025-04-07 10:49:45 -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
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
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
Sarah Wooders
e0c7112c29 fix: dont error on azure model listing and add local EmbeddingConfig (#1534) 2025-04-02 15:12:07 -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
dc361c5c8e feat: Clean up prints (#1515) 2025-04-01 15:20:43 -07:00
cthomas
bc232ca56b feat: background multi-agent group for sleeptime agent (#1508) 2025-04-01 15:00:45 -07:00
Charles Packer
8c57db89d4 fix: patch desktop database bug, ensure UTF-8 across python and app.ts (#1497) 2025-03-31 23:38:42 -07:00
cthomas
d32e0dc09a fix: import constants in sources routes (#1457) 2025-03-28 14:52:32 -07:00
cthomas
1a5c08c62b test: add more robust multi-agent testing (#1444) 2025-03-28 14:21:54 -07:00
Matthew Zhou
580216f7c6 fix: Fix chat completions tests (#1442) 2025-03-27 15:45:23 -07:00
Matthew Zhou
337778c65d feat: Async agent loop (#1387) 2025-03-27 15:24:50 -07:00
Charles Packer
fbfe4d98e1 refactor: strip out pgserver, instead bundle postgres binaries and run postgres inside app.ts (#1373) 2025-03-27 10:49:44 -07:00
cthomas
c1001e482d feat: add default for max chaining steps (#1427) 2025-03-26 17:06:01 -07:00
cthomas
83f74b95be fix: blocks list endpoint bug (#1421) 2025-03-26 17:05:28 -07:00
cthomas
72e54e57ab fix: show max context window limit in ADE for model (#1414) 2025-03-26 11:03:59 -07:00
cthomas
a610a09f2f feat: add model and embedding fields to modify agent api (#1412) 2025-03-26 10:36:38 -07:00
cthomas
26e7f25ff8 fix: send message async endpoint (#1400) 2025-03-25 11:05:55 -07:00
cthomas
0e8c650c3f feat: add sonnet 3.7 support (#1302) 2025-03-24 16:36:16 -10:00
Sarah Wooders
cae4afcbcc feat: add privileged organizations (#1365) 2025-03-24 16:12:53 -07:00