12 lines
278 B
TOML
12 lines
278 B
TOML
[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",
|
|
]
|