blob: 8524eed7d3f87249ffee9fce1b3ebccb9d2caae9 (
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
|
pkgbase = python-openai-agents
pkgdesc = OpenAI Agents SDK.
pkgver = 0.2.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-rich
checkdepends = python-playwright
checkdepends = python-inline-snapshot
checkdepends = python-sounddevice
checkdepends = python-textual
checkdepends = python-websockets
checkdepends = python-graphviz
checkdepends = python-fastapi
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
source = https://files.pythonhosted.org/packages/source/o/openai-agents/openai_agents-0.2.0.tar.gz
sha256sums = 573734f220dcc6c2713bdc400e8ffea819e3ca9ce0e5d8f37fd077f740429e35
pkgname = python-openai-agents
|