chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 12:37:47 +08:00
commit 7653f56fed
1422 changed files with 359026 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
[project]
name = "web-browsing-agent"
version = "0.1.0"
description = "Web Browsing Multi-Agent Workflow Utilizing CrewAI and Stagehand"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"crewai>=0.141.0",
"nest-asyncio>=1.6.0",
"stagehand>=0.4.0",
]