blob: 2491459f5fa8411e1808fa074617c00c5bea670d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
|
pkgbase = python-crewai
pkgdesc = Framework for orchestrating role-playing, autonomous AI agents
pkgver = 1.14.6
pkgrel = 1
url = https://github.com/crewAIInc/crewAI
arch = any
license = MIT
makedepends = python-build
makedepends = python-installer
makedepends = python-hatchling
makedepends = python-wheel
depends = python
depends = python-crewai-core
depends = python-crewai-cli
depends = python-pydantic
depends = python-pydantic-settings
depends = python-openai
depends = python-instructor
depends = python-pdfplumber
depends = python-regex
depends = python-opentelemetry-api
depends = python-opentelemetry-sdk
depends = python-opentelemetry-exporter-otlp-proto-http
depends = python-chromadb
depends = python-tokenizers
depends = python-openpyxl
depends = python-dotenv
depends = python-pyjwt
depends = python-click
depends = python-appdirs
depends = python-jsonref
depends = python-json_repair
depends = python-tomli-w
depends = python-tomli
depends = python-json5
depends = python-portalocker
depends = python-httpx
depends = python-mcp
depends = python-aiosqlite
depends = python-yaml
depends = python-aiofiles
depends = python-lancedb
optdepends = litellm: for LiteLLM provider support
optdepends = python-anthropic: for Anthropic provider support
optdepends = python-tiktoken: for token counting with embeddings
optdepends = python-pandas: for data analysis features
optdepends = python-docling: for document parsing support
source = python-crewai-1.14.6.tar.gz::https://pypi.io/packages/source/c/crewai/crewai-1.14.6.tar.gz
source = LICENSE::https://raw.githubusercontent.com/crewAIInc/crewAI/main/LICENSE
sha256sums = e8f0cfbee70ded59ede89fce42741cb2608800132bdf9c6d8e753c90b93e246f
sha256sums = febc00dc5a0557ca8afbcdc6d3896731dc42f4cecabd87e6c98326212f8dbf36
pkgname = python-crewai
|