chore: rm composio (#5151)

This commit is contained in:
Sarah Wooders
2025-10-04 21:20:05 -07:00
committed by Caren Thomas
parent 07a687880f
commit e07a589796
36 changed files with 22 additions and 2318 deletions

View File

@@ -62,13 +62,6 @@ def default_user(default_organization):
yield user
@pytest.fixture
def check_composio_key_set():
original_api_key = tool_settings.composio_api_key
assert original_api_key is not None, "Missing composio key! Cannot execute this test."
yield
# --- Tool Fixtures ---
@pytest.fixture
def weather_tool_func():