Commit Graph

1856 Commits

Author SHA1 Message Date
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
9f7285fdb6 fix: patch incorrect use of name in function response (#1642) 2025-04-09 14:20:57 -07:00
Matthew Zhou
2147bbcb56 fix: Fix cascade deletion (#1641) 2025-04-09 10:55:32 -07:00
Kevin Lin
e4b90af951 chore: temporarily disable tool rules on sleeptime that are causing errors (#1632) 2025-04-09 09:36:18 -07:00
Sarah Wooders
6c55720778 fix: patch summarizer for google and use new client (#1639) 2025-04-08 21:10:48 -07:00
Matthew Zhou
6573714d8a fix: Fix streaming when there are child tool rules (#1638) 2025-04-08 19:06:39 -07:00
Charles Packer
362f8da731 fix: rebase #1560 (tool timeout) (#1637) 2025-04-08 17:13:21 -07:00
Matthew Zhou
3a5ea9ba14 feat: Require experimental flag temporarily to use experimental agent loop (#1636) 2025-04-08 16:51:57 -07:00
Matthew Zhou
63382c3591 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
742beb30de fix: Fix tool schema tests (#1633) 2025-04-08 16:22:53 -07:00
Sarah Wooders
84a78079c8 chore: bump version to 0.6.50 (#1621) 2025-04-08 15:53:10 -07:00
cthomas
d0334b8a65 fix: chat completions ci tests (#1630) 2025-04-08 15:13:18 -07:00
cthomas
258727cb6a fix: import AgentType (#1629) 2025-04-08 14:49:03 -07:00
cthomas
3b2ff1fdf9 feat: revert sleeptime agents back to old agent loop (#1625) 2025-04-08 14:14:50 -07:00
cthomas
bc6808d98e fix: change llm config validation errors to warnings (#1623) 2025-04-08 14:13:56 -07:00
cthomas
6947419946 feat: remove initial boot messages for sleeptime agent (#1622) 2025-04-08 13:39:44 -07:00
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