Spaces:
Paused
Paused
Update tools/ai_tools.py
Browse files- tools/ai_tools.py +1 -0
tools/ai_tools.py
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
import os
|
| 2 |
|
| 3 |
from crewai.tools import tool
|
|
|
|
| 4 |
from google import genai
|
| 5 |
from google.genai import types
|
| 6 |
from utils import (
|
|
|
|
| 1 |
import os
|
| 2 |
|
| 3 |
from crewai.tools import tool
|
| 4 |
+
from crewai_tools import StagehandTool
|
| 5 |
from google import genai
|
| 6 |
from google.genai import types
|
| 7 |
from utils import (
|