declare stagehand package as dep for StagehandTool (#4336)

This commit is contained in:
Thiago Moretto
2026-02-02 11:45:47 -03:00
committed by GitHub
parent 63a508f601
commit 536447ab0e

View File

@@ -137,6 +137,7 @@ class StagehandTool(BaseTool):
- 'observe': For finding elements in a specific area
"""
args_schema: type[BaseModel] = StagehandToolSchema
package_dependencies: list[str] = Field(default_factory=lambda: ["stagehand"])
# Stagehand configuration
api_key: str | None = None