19 lines
468 B
TOML
19 lines
468 B
TOML
[project]
|
|
name = "manus-ai-clone"
|
|
version = "0.1.0"
|
|
description = "AI-powered browser automation agent using LangChain and Playwright"
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"fastapi>=0.121.0",
|
|
"uvicorn>=0.34.0",
|
|
"langchain>=0.3.0",
|
|
"langchain-openai>=0.2.0",
|
|
"langchain-community>=0.3.0",
|
|
"playwright>=1.48.0",
|
|
"python-dotenv>=1.0.0",
|
|
"pydantic>=2.0.0",
|
|
"pydantic-settings>=2.0.0",
|
|
"jinja2>=3.1.0",
|
|
]
|