Commit Graph

1681 Commits

Author SHA1 Message Date
cthomas
7876c5d5de feat: add back template id field for create agent req (#2300)
Co-authored-by: Caren Thomas <caren@caren-mac.local>
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
2024-12-20 16:58:03 -08:00
Matthew Zhou
9ad5fd64cf chore: Clean up .load_agent usage (#2298) 2024-12-20 16:56:53 -08:00
cthomas
a5b1aac1fd fix: propagate error on tool failure (#2281)
Co-authored-by: Caren Thomas <caren@caren-mac.local>
2024-12-20 16:38:16 -08:00
Matthew Zhou
5bb4888cea fix: Remove in-memory _messages field on Agent (#2295) 2024-12-20 15:52:04 -08:00
Shubham Naik
e9239cf1bf feat: add error codes to composio errors (#2290)
Co-authored-by: Shubham Naik <shub@memgpt.ai>
2024-12-20 15:40:33 -08:00
Sarah Wooders
adc8091232 chore: bump version to 0.6.6 (#2293) 2024-12-20 11:01:22 -08:00
dboyliao
12802fa6f5 Fix bug: add required argument actor (load_file_to_source). (#2292) 2024-12-20 10:55:41 -08:00
cthomas
c183fc6b0e feat: rename internal monologue (#2289) 2024-12-19 15:16:36 -08:00
mlong93
a70fbca219 feat: Add ConditionalToolRules (#2279)
Co-authored-by: Mindy Long <mindy@letta.com>
2024-12-19 14:54:21 -08:00
S.Go
c697bee9e7 Add support for non pro models (#2285) 2024-12-19 12:13:38 -08:00
cthomas
7d5be32a59 feat: rename function to tool in sdk (#2288)
Co-authored-by: Caren Thomas <caren@caren-mac.local>
2024-12-19 12:12:58 -08:00
Matthew Zhou
5f2ba44e93 chore: Remove debugging logs (#2287) 2024-12-19 11:49:19 -08:00
Matthew Zhou
3602aec591 fix: Remove load agent in recall cursor (#2286) 2024-12-19 11:33:00 -08:00
Matthew Zhou
bb1ffcac94 chore: Add temporary telemetry logs (#2284) 2024-12-18 19:15:00 -08:00
cthomas
0792887527 feat: add new RateLimitExceededError (#2277)
Co-authored-by: Caren Thomas <caren@caren-mac.local>
2024-12-18 17:15:40 -08:00
Matthew Zhou
b1ce8b4e8a chore: Clean up upserting base tools (#2274) 2024-12-18 14:33:29 -08:00
Matthew Zhou
8644f2016a fix: Add index to messages table (#2280) 2024-12-18 13:47:03 -08:00
Matthew Zhou
077f7b965f chore: bump composio packages (#2278) 2024-12-18 11:10:23 -08:00
Sarah Wooders
c58eddf597 chore: bump version to 0.6.5 (#2275) 2024-12-17 18:25:15 -08:00
mlong93
d059e0bc99 fix: Allow ChildToolRule to work without support for structured outputs (#2270)
Co-authored-by: Mindy Long <mindy@letta.com>
2024-12-17 18:04:26 -08:00
Matthew Zhou
9a0ffc84dd fix: Deprecate in memory function stores in agent.py (#2271) 2024-12-17 16:18:11 -08:00
Matthew Zhou
7fb8f16155 chore: Add testing around base tools (#2268) 2024-12-17 15:46:05 -08:00
cthomas
6fb2968006 fix: refactor sandbox run logic to add status field (#2248)
Co-authored-by: Caren Thomas <caren@caren-mac.local>
2024-12-17 15:44:41 -08:00
cthomas
bb06ab0fcb feat: Add optional llm and embedding handle args to CreateAgent request (#2260) 2024-12-17 15:31:19 -08:00
ali sayyah
6ec36303e5 Create multiplatform docker images (#2254) 2024-12-17 15:22:12 -08:00
Sarah Wooders
8cd11696d4 fix: fix ollama embeddings (#2264) 2024-12-17 15:21:33 -08:00
mlong93
91995ae6ff feat: Adding init tool rule for Anthropic endpoint (#2262)
Co-authored-by: Mindy Long <mindy@letta.com>
2024-12-17 15:21:10 -08:00
Matthew Zhou
e09bde67ef fix: Scale up database (#2263) 2024-12-17 15:02:28 -08:00
Matthew Zhou
27ea364a32 chore: Add comprehensive unit test for adding/removing tools via update agent (#2267) 2024-12-17 14:35:03 -08:00
Matthew Zhou
4c12c712bc fix: Fix update agent (#2265) 2024-12-16 21:43:13 -08:00
Matthew Zhou
80f32b41f5 fix: Make embedding_endpoint_type an enum (#2251) 2024-12-16 17:16:43 -08:00
Keith
c7131ad0da docs: Feature/update docs (#2257) 2024-12-16 17:15:50 -08:00
Charles Packer
83adf0b9d2 fix: add error logging on stream fails (#2261) 2024-12-16 16:38:05 -08:00
mlong93
e2d916148e feat: separate Passages tables (#2245)
Co-authored-by: Mindy Long <mindy@letta.com>
2024-12-16 15:24:20 -08:00
Matthew Zhou
10e610bb95 chore: Catch orm specific issues in agents v1 routes and simplify tool add/remove from agent (#2259) 2024-12-16 11:01:47 -08:00
Hankyeol Kyung
c9e4730da5 docs: fix typo in prompt (#2256) 2024-12-16 09:18:40 -08:00
Matthew Zhou
747712b165 chore: Delete metadata.py (#2253) 2024-12-13 18:00:07 -08:00
Matthew Zhou
69d426dd20 fix: Remove created_by_id check (#2252) 2024-12-13 16:52:05 -08:00
Matthew Zhou
6776194ddd fix: Changing e2b template id as an env var reflects immediately (#2250) 2024-12-13 16:42:49 -08:00
Matthew Zhou
63a63e5183 Fix: Move orm metadata out of write-only Agent pydantic objects (#2249) 2024-12-13 15:03:48 -08:00
Matthew Zhou
7908b8a15f feat: Rewrite agents (#2232) 2024-12-13 14:43:19 -08:00
Matthew Zhou
65fd731917 feat: Catch composio errors and return informative errors in the endpoint (#2247) 2024-12-13 11:48:07 -08:00
Sarah Wooders
338c142474 chore: bump version 0.6.4 (#2246) 2024-12-13 11:30:48 -08:00
cthomas
cecd539498 fix: make sandboxrunresult rv not optional (#2244) 2024-12-13 10:58:34 -08:00
cthomas
9a49f2991c feat: route all sandbox errors to stderr (#2222)
Co-authored-by: Caren Thomas <caren@caren-mac.local>
2024-12-12 14:36:21 -08:00
mlong93
e7a56328cf chore: raising errors for passages, adding new passage test (#2234)
Co-authored-by: Mindy Long <mindy@letta.com>
2024-12-12 14:29:22 -08:00
mlong93
be274749fc feat: archival memory file upload (#2228)
Co-authored-by: Mindy Long <mindy@letta.com>
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
2024-12-12 11:36:26 -08:00
Sarah Wooders
d0edb085af Revert "chore: set Dockerfile to use Python 3.12 " (#2236) 2024-12-11 19:54:04 -08:00
Sarah Wooders
99adde69ea chore: set Dockerfile to use Python 3.12 (#2230) 2024-12-11 16:31:52 -08:00
Sarah Wooders
73c36238b9 feat: catch error with providers in model listing (#2231) 2024-12-11 16:31:00 -08:00