blob: e321252b94efcd42da32b3aa232d2da9d8dbf7b3 (
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
|
pkgbase = python-openai-agents
pkgdesc = OpenAI Agents SDK.
pkgver = 0.5.0
pkgrel = 1
url = https://github.com/openai/openai-agents-python
arch = any
license = MIT
checkdepends = python-pytest
checkdepends = python-pytest-asyncio
checkdepends = python-pytest-mock
checkdepends = python-inline-snapshot
checkdepends = python-sounddevice
checkdepends = python-websockets
checkdepends = python-graphviz
checkdepends = python-fastapi
checkdepends = python-aiosqlite
checkdepends = python-cryptography
checkdepends = python-fakeredis
checkdepends = litellm
makedepends = python-hatchling
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
depends = python
depends = python-openai
depends = python-pydantic
depends = python-griffe
depends = python-typing_extensions
depends = python-requests
depends = python-mcp
optdepends = python-numpy: voice
optdepends = python-websockets: voice
optdepends = python-graphviz: viz
optdepends = litellm: litellm
optdepends = python-websockets: realtime
optdepends = python-sqlalchemy: sqlalchemy
optdepends = python-asyncpg: sqlalchemy
optdepends = python-cryptography: encrypt
optdepends = python-redis: redis
optdepends = python-dapr: dapr
optdepends = python-grpcio: dapr
source = https://files.pythonhosted.org/packages/source/o/openai-agents/openai_agents-0.5.0.tar.gz
sha256sums = 776dde4025442164e3e860ff5b239b5c0ebc30f9445b0d75295c385a8ca1f696
pkgname = python-openai-agents
|