mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-08 23:58:34 +00:00
fixed multion
This commit is contained in:
@@ -36,6 +36,7 @@ class MultiOnTool(BaseTool):
|
||||
import subprocess
|
||||
|
||||
subprocess.run(["uv", "add", "multion"], check=True)
|
||||
from multion.client import MultiOn
|
||||
else:
|
||||
raise ImportError(
|
||||
"`multion` package not found, please run `uv add multion`"
|
||||
|
||||
Reference in New Issue
Block a user