first commit

This commit is contained in:
bolade
2025-11-05 01:03:10 +01:00
commit 5a802e7641
20 changed files with 6161 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
[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",
]