blob: 6b066161a034c80d3c3b811f14f6160eda40fbb6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
pkgbase = python-llama-index-workflows
pkgdesc = An event-driven, async-first, step-based way to control the execution flow of AI agent
pkgver = 2.20.0
pkgrel = 1
url = https://github.com/run-llama/workflows-py
arch = any
license = MIT
checkdepends = python-pytest
checkdepends = python-pytest-asyncio
makedepends = python-hatchling
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
makedepends = python-uv-build
depends = python
depends = python-llama-index-instrumentation
depends = python-pydantic
depends = python-uv-build
source = https://files.pythonhosted.org/packages/source/l/llama_index_workflows/llama_index_workflows-2.20.0.tar.gz
sha256sums = df2760fea9e100c97a4e919d255461e344413acac4382d17d8217337806e4772
pkgname = python-llama-index-workflows
|