Update docs plus init (#2073)

Co-authored-by: Shuchang Zheng <wintonzheng0325@gmail.com>
This commit is contained in:
Suchintan
2025-04-03 00:46:57 -04:00
committed by GitHub
parent 816d0e34d1
commit ff57f9977c
11 changed files with 804 additions and 750 deletions

View File

@@ -53,6 +53,7 @@ asyncpg = "^0.30.0"
json-repair = "^0.34.0"
pypdf = "^5.1.0"
fastmcp = "^0.4.1"
psutil = ">=7.0.0"
[tool.poetry.group.dev.dependencies]
isort = "^5.13.2"
@@ -133,7 +134,7 @@ skip = ["webeye/actions/__init__.py", "forge/sdk/__init__.py"]
plugins = "sqlalchemy.ext.mypy.plugin"
[tool.poetry.scripts]
skyvern = "skyvern.cli.commands:app"
skyvern = "skyvern.cli.commands:cli_app"
[tool.codeflash]
# All paths are relative to this pyproject.toml's directory.