Commit Graph

381 Commits

Author SHA1 Message Date
Matthew Zhou
5ad412881d fix: Fix offline memory test (#597) 2025-01-10 17:25:54 -08:00
Matthew Zhou
79bc6394c8 feat: Add tool_type column (#576) 2025-01-10 14:52:15 -08:00
Matthew Zhou
5264349e43 feat: Add model integration testing (#587) 2025-01-10 14:28:12 -08:00
cthomas
b847c4688f feat: add updated_at timestamp to provider and bump on write (#574) 2025-01-10 11:16:53 -08:00
Matthew Zhou
82537b8ddf chore: Deprecate O1 Agent (#573) 2025-01-09 15:40:31 -08:00
Matthew Zhou
eb7c2c853d feat: Add sandbox_type filter when listing sandbox configurations (#567) 2025-01-09 12:48:21 -08:00
Matthew Zhou
38b8fdd2dd chore: Merge OSS (#562) 2025-01-09 10:20:55 -08:00
Matthew Zhou
4e143a60eb fix: Write unit test for ensuring e2b composio version is valid (#560) 2025-01-08 17:10:59 -08:00
Matthew Zhou
867832c0e4 feat: Add return_char_limit to ToolUpdate (#557) 2025-01-08 16:30:31 -08:00
Matthew Zhou
e8fab921a0 feat: Extend tool runs to also take in environment variables (#554) 2025-01-08 16:16:19 -08:00
Matthew Zhou
15cc7d1a8f fix: Pass back and parse composio errors correctly (#547) 2025-01-08 12:12:11 -08:00
Matthew Zhou
f0c24cdc65 feat: Pass in entity_id explicitly to auto-gen composio tool (#535) 2025-01-07 14:03:15 -08:00
Matthew Zhou
2f7aa1efa8 fix: Fix per-agent environment variable updates (#527) 2025-01-07 11:19:31 -08:00
Matthew Zhou
035d9b11a8 feat: Inject per agent environment variables into sandbox (#514) 2025-01-06 15:04:17 -08:00
Matthew Zhou
164022335b fix: Fix flakiness in tests relying on e2b (#513) 2025-01-06 13:50:37 -08:00
Matthew Zhou
5c490a3cc7 chore: Merge OSS (#512) 2025-01-06 10:46:53 -08:00
Matthew Zhou
0ef692441f feat: Allow per-agent tool execution environment variables (#509) 2025-01-05 21:06:38 -08:00
cthomas
ef271ca49c fix: comment out done_gen and done_step tokens (#504) 2025-01-02 14:12:24 -08:00
Matt Zhou
172d7ac147 Add back more e2b 2024-12-30 16:33:59 -08:00
Matt Zhou
f04d5df4ae Log out sandbox details for e2b 2024-12-30 16:27:08 -08:00
Matt Zhou
2dd7c9f2e6 wip debug 2024-12-30 16:03:45 -08:00
Matt Zhou
bad2631396 Mock more e2b none 2024-12-30 15:04:08 -08:00
Matt Zhou
483b71f4c1 Mock e2b api none for test_function_return_limit 2024-12-30 14:29:41 -08:00
Charles Packer
937667e968 Merge branch 'main' into matt/let-671-for-local-sandbox-using-local-env-variables-instead-of 2024-12-30 22:36:24 +01:00
cpacker
d175977288 fix: added extra asserts to tests to make clear what the expected behavior is 2024-12-30 21:49:35 +01:00
Matt Zhou
b09ecefd73 Run lint 2024-12-30 12:17:44 -08:00
cpacker
57999979ea fix: test 2024-12-30 21:14:18 +01:00
cpacker
a55a9ca4e7 fix: test 2024-12-30 20:53:45 +01:00
cpacker
a6db9818d8 chore: convert testing back 2024-12-30 20:47:13 +01:00
cpacker
6278271bb7 fix: patch bug in json generator for composio 2024-12-30 20:41:41 +01:00
Matt Zhou
827a31d07d Finish 2024-12-29 17:47:46 -08:00
Caren Thomas
7144fd2867 run black, add isort config to pyproject.toml 2024-12-26 19:43:11 -08:00
Caren Thomas
905906d416 run isort on apps/core 2024-12-26 19:27:09 -08:00
Shubham Naik
4cf354c033 fix: add tests to cypress 2024-12-23 14:44:08 -08:00
cthomas
31c97775e3 fix: deprecate function return in new test (#2309) 2024-12-22 11:31: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
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
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
b1ce8b4e8a chore: Clean up upserting base tools (#2274) 2024-12-18 14:33:29 -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
bb06ab0fcb feat: Add optional llm and embedding handle args to CreateAgent request (#2260) 2024-12-17 15:31:19 -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
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
Keith
c7131ad0da docs: Feature/update docs (#2257) 2024-12-16 17:15:50 -08:00