blob: aecded743bcfd0b68c697bdedf47b6d60227263f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
pkgbase = python-agent-client-protocol
pkgdesc = Python SDK for ACP clients and agents
pkgver = 0.10.0
pkgrel = 1
url = https://github.com/agentclientprotocol/python-sdk
arch = x86_64
license = Apache-2.0
makedepends = python-pdm-backend
makedepends = python-pytest
makedepends = python-pytest-asyncio
makedepends = ruff
makedepends = python-dotenv
depends = python
depends = python-pydantic
source = git+https://github.com/agentclientprotocol/python-sdk.git#tag=0.10.0
sha256sums = c88980f7a8784ee3f6d3a943c82c7a9351180a336542328cf8658a45ae561017
pkgname = python-agent-client-protocol
|