Commit Graph

2174 Commits

Author SHA1 Message Date
cthomas
8ff1a13082 feat: change name of sleeptime agent (#1617) 2025-04-08 11:28:36 -07:00
Charles Packer
957fa01b04 fix: use safer json.loads alternative from utils (discord issue) (#1611) 2025-04-08 10:58:57 -07:00
cthomas
4d9725750d 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
4dc96b9a80 fix: Add listener for sqlite (#1616) 2025-04-08 10:45:08 -07:00
cthomas
10622b661c 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
c3c14458cf feat: more robust tools setup in agent creation (#1605) 2025-04-07 20:15:16 -07:00
cthomas
0698a852f8 feat: add view in editor tool for sleeptime agent (#1589) 2025-04-07 17:22:37 -07:00
Matthew Zhou
0aeddec547 feat: Create batch request tracking tables (#1604) 2025-04-07 16:27:18 -07:00
cthomas
0af857d3ba fix: use message idx for anthropic legacy streaming (#1600) 2025-04-07 15:12:24 -07:00
Matthew Zhou
65fa4eb8b0 chore: Disable new letta agent for sleeptime and groups (#1597) 2025-04-07 10:49:45 -07:00
Matthew Zhou
925bc42418 feat: Strip out thinking XML from persisted messages (#1596) 2025-04-07 10:39:45 -07:00
Kevin Lin
e6e5f03f81 feat: tune sleep-time agent prompts (#1564) 2025-04-07 10:06:30 -07:00
Sarah Wooders
f9b07443eb chore: bump version 0.6.49 (#1591) 2025-04-07 10:05:03 -07:00
Charles Packer
6f3d9a5dd4 fix: patch returns for MCP tools (#1593) 2025-04-06 19:25:17 -07:00
Sarah Wooders
68b1ff85b1 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
42bfe08ce1 fix: use message idx instead of chunk idx for streaming (#1587) 2025-04-06 11:23:19 -07:00
cthomas
ef2ebc4f17 feat: add archival insert and search tools to sleeptime (#1576) 2025-04-04 22:24:32 -07:00
Matthew Zhou
b03af8eb60 feat: Add batch requests on Anthropic Client (#1574) 2025-04-04 14:58:18 -07:00
cthomas
950831961a feat: list active runs by agent id (#1572) 2025-04-04 14:51:31 -07:00
Matthew Zhou
2fdbcf81b4 feat: Cache model handle (#1568) 2025-04-04 12:11:20 -07:00
cthomas
79354a72ea chore: rename background to sleeptime (#1558) 2025-04-04 09:16:59 -07:00
cthomas
9458f40d05 feat: add otid field for message idempotency (#1556) 2025-04-04 08:43:01 -07:00
Matthew Zhou
3ba79db859 feat: Enable Anthropic streaming on new agent loop (#1550) 2025-04-03 19:40:48 -07:00
cthomas
b57202f18b fix: anthropic thinking tag nesting bug (#1548) 2025-04-03 11:51:08 -07:00
cthomas
d4991a2de6 feat: sleeptime agent prompting improvements (#1547) 2025-04-03 11:04:42 -07:00
Shubham Naik
892db07099 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
6c30dcd209 fix: always strip thinking tags from anthropic stream (#1483) 2025-04-02 15:18:04 -07:00
Sarah Wooders
3109535297 fix: dont error on azure model listing and add local EmbeddingConfig (#1534) 2025-04-02 15:12:07 -07:00
Matthew Zhou
59ca61da58 feat: Simplify arguments for LLM clients (#1536) 2025-04-02 14:26:27 -07:00
cthomas
5c750c2a91 feat: enable sleeptime agent creation (#1523) 2025-04-02 14:12:11 -07:00
cthomas
fad39ae8e7 fix: make custom llm config matching more robust (#1530) 2025-04-02 11:21:50 -07:00
Matthew Zhou
2f6e098069 feat: Add monotonic ids on messages (#1522) 2025-04-01 18:23:34 -07:00
Matthew Zhou
476369e6f2 feat: Add testing for SDK send_message variants (#1520) 2025-04-01 16:54:09 -07:00
Matthew Zhou
bd91427c0c feat: Clean up prints (#1515) 2025-04-01 15:20:43 -07:00
cthomas
55d0ea8872 feat: background multi-agent group for sleeptime agent (#1508) 2025-04-01 15:00:45 -07:00
Matthew Zhou
e00b8b5232 feat: Support natively async e2b (#1512) 2025-04-01 14:28:24 -07:00
Charles Packer
75e3645c49 fix: fix examples (py / ts) (#1506) 2025-04-01 10:13:21 -07:00
Matthew Zhou
8afe3edff0 feat: Rework to make robust to gaps (#1498) 2025-04-01 10:05:40 -07:00
Charles Packer
9d63ccbeb2 fix: patch desktop database bug, ensure UTF-8 across python and app.ts (#1497) 2025-03-31 23:38:42 -07:00
Matthew Zhou
22dcd53bd1 feat: Add ability to redo to more recent checkpoint (#1496) 2025-03-31 17:35:51 -07:00
Matthew Zhou
00f8edaf97 feat: Implement forward deletes during undo + checkpoint (#1493) 2025-03-31 17:04:48 -07:00
Matthew Zhou
20176fac8b feat: Write functionality for undoing block checkpoints (#1490) 2025-03-31 16:56:22 -07:00
Matthew Zhou
aa05df68a7 feat: Add block history tables (#1489) 2025-03-31 16:39:23 -07:00
cthomas
a0ebfa0cd1 fix: summarization bug (#1476) 2025-03-31 13:32:00 -07:00
Matthew Zhou
23434c6979 feat: New openai client (#1460) 2025-03-31 13:08:59 -07:00
cthomas
3dd3242c6d fix: anthropic system event parse (#1471) 2025-03-31 09:49:15 -07:00
Charles Packer
f47263cc47 fix: catch context window exceeded error thrown from Anthropic (#1470) 2025-03-31 09:35:20 -07:00
Sarah Wooders
543b6d06f0 chore: bump version to 0.6.47 (#1468) 2025-03-30 20:33:39 -07:00
Charles Packer
346caee7ca fix: small patch for discord (due to python version i thnk) (#1469) 2025-03-30 20:09:46 -07:00
cthomas
df899ee05b fix: anthropic system message parse (#1467) 2025-03-30 18:44:55 -07:00