feat: composio async execution (#1941)

This commit is contained in:
Andy Li
2025-04-30 16:05:03 -07:00
committed by GitHub
parent 5187e79a43
commit 0b060b88aa
15 changed files with 161 additions and 200 deletions

View File

@@ -60,7 +60,7 @@ Last updated Oct 2, 2024. Please check `composio` documentation for any composio
def main():
from composio_langchain import Action
from composio import Action
# Add the composio tool
tool = client.load_composio_tool(action=Action.GITHUB_STAR_A_REPOSITORY_FOR_THE_AUTHENTICATED_USER)