add llamaindex integration (#1809)

This commit is contained in:
LawyZheng
2025-03-04 02:28:58 +08:00
committed by GitHub
parent 8a1b0f3797
commit 088b772648
8 changed files with 6043 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
[tool.poetry]
name = "skyvern-llamaindex"
version = "0.0.4"
description = "Skyvern integration for LlamaIndex"
authors = ["lawyzheng <lawy@skyvern.com>"]
packages = [{ include = "skyvern_llamaindex" }]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11,<3.12"
skyvern = "^0.1.56"
llama-index = "^0.12.19"
[tool.poetry.group.dev.dependencies]
twine = "^6.1.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"