skyvern-llamaindex 0.0.5__py3-none-any.whl → 0.2.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5,7 +5,7 @@ from llama_index.core.tools.tool_spec.base import SPEC_FUNCTION_TYPE, BaseToolSp
5
5
  from skyvern_llamaindex.settings import settings
6
6
 
7
7
  from skyvern import Skyvern
8
- from skyvern.client.agent.types.agent_get_run_response import AgentGetRunResponse
8
+ from skyvern.client.types.get_run_response import GetRunResponse
9
9
  from skyvern.client.types.task_run_response import TaskRunResponse
10
10
  from skyvern.schemas.runs import RunEngine
11
11
 
@@ -81,7 +81,7 @@ class SkyvernTaskToolSpec(BaseToolSpec):
81
81
  wait_for_completion=False,
82
82
  )
83
83
 
84
- async def get_task(self, task_id: str) -> AgentGetRunResponse | None:
84
+ async def get_task(self, task_id: str) -> GetRunResponse | None:
85
85
  """
86
86
  Use Skyvern agent to get a task.
87
87
 
@@ -6,7 +6,7 @@ from pydantic import BaseModel
6
6
  from skyvern_llamaindex.settings import settings
7
7
 
8
8
  from skyvern import Skyvern
9
- from skyvern.client.agent.types.agent_get_run_response import AgentGetRunResponse
9
+ from skyvern.client.types.get_run_response import GetRunResponse
10
10
  from skyvern.client.types.task_run_response import TaskRunResponse
11
11
  from skyvern.schemas.runs import RunEngine
12
12
 
@@ -93,7 +93,7 @@ class SkyvernTaskToolSpec(BaseToolSpec):
93
93
  wait_for_completion=False,
94
94
  )
95
95
 
96
- async def get_task(self, task_id: str) -> AgentGetRunResponse | None:
96
+ async def get_task(self, task_id: str) -> GetRunResponse | None:
97
97
  """
98
98
  Use Skyvern client to get a task.
99
99
 
@@ -1,14 +1,16 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: skyvern-llamaindex
3
- Version: 0.0.5
3
+ Version: 0.2.0
4
4
  Summary: Skyvern integration for LlamaIndex
5
5
  Author: lawyzheng
6
6
  Author-email: lawy@skyvern.com
7
- Requires-Python: >=3.11,<3.12
7
+ Requires-Python: >=3.11,<3.14
8
8
  Classifier: Programming Language :: Python :: 3
9
9
  Classifier: Programming Language :: Python :: 3.11
10
+ Classifier: Programming Language :: Python :: 3.12
11
+ Classifier: Programming Language :: Python :: 3.13
10
12
  Requires-Dist: llama-index (>=0.12.19,<0.13.0)
11
- Requires-Dist: skyvern (>=0.1.84)
13
+ Requires-Dist: skyvern (>=0.2.0)
12
14
  Description-Content-Type: text/markdown
13
15
 
14
16
  <!-- START doctoc generated TOC please keep comment here to allow auto update -->
@@ -0,0 +1,8 @@
1
+ skyvern_llamaindex/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
+ skyvern_llamaindex/agent.py,sha256=wEpTUJpP0_VL0l0v9VckrG0pX96AI4T6M74Z6mUgdvI,3191
3
+ skyvern_llamaindex/client.py,sha256=KRFlJgzsYJUAutvqMSNH0QfzEkRHJT_lkr_fSrfFsxk,3335
4
+ skyvern_llamaindex/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
+ skyvern_llamaindex/settings.py,sha256=PG8SyXuwXvRmgWLEkF8i7bgn8pcvznin7opzTMFKEkM,396
6
+ skyvern_llamaindex-0.2.0.dist-info/METADATA,sha256=RZUCTR-zR9JEwVPSa4KfX3ct0n53Klulh1gpZIZy2UA,10640
7
+ skyvern_llamaindex-0.2.0.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
8
+ skyvern_llamaindex-0.2.0.dist-info/RECORD,,
@@ -1,8 +0,0 @@
1
- skyvern_llamaindex/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
- skyvern_llamaindex/agent.py,sha256=0Qz1HOCcajL-uAzh6TT5pwS2AI8_IldBhzEIz3lm7SE,3213
3
- skyvern_llamaindex/client.py,sha256=0OCEUEmOP4UD6pR7Vt34lICFjU2NAS5ZI7ce0oIT4cA,3357
4
- skyvern_llamaindex/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
- skyvern_llamaindex/settings.py,sha256=PG8SyXuwXvRmgWLEkF8i7bgn8pcvznin7opzTMFKEkM,396
6
- skyvern_llamaindex-0.0.5.dist-info/METADATA,sha256=qhOISJr-RsdWZMQRP2mKDIcJN3EoR9GbrLxhVmHj6Ak,10539
7
- skyvern_llamaindex-0.0.5.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
8
- skyvern_llamaindex-0.0.5.dist-info/RECORD,,