Search Criteria
Package Details: python-agent-client-protocol 0.10.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/python-agent-client-protocol.git (read-only, click to copy) |
|---|---|
| Package Base: | python-agent-client-protocol |
| Description: | Python SDK for ACP clients and agents |
| Upstream URL: | https://github.com/agentclientprotocol/python-sdk |
| Licenses: | Apache-2.0 |
| Submitter: | rubin55 |
| Maintainer: | rubin55 |
| Last Packager: | rubin55 |
| Votes: | 2 |
| Popularity: | 0.31 |
| First Submitted: | 2025-12-09 21:14 (UTC) |
| Last Updated: | 2026-05-07 20:25 (UTC) |
Dependencies (7)
- python (placeholder-for-pythonAUR)
- python-pydantic
- python-dotenv (make)
- python-pdm-backend (make)
- python-pytest (make)
- python-pytest-asyncio (make)
- ruff (ruff-gitAUR, python-ruff-gitAUR) (make)
Latest Comments
romainhk commented on 2026-01-06 14:27 (UTC)
Its during build process. Apparently, they've packaged their own version of opencensus : python-opentelemetry-opencensus-shim ... so it should work better ¯_(ツ)_/¯
rubin55 commented on 2026-01-06 14:19 (UTC)
Do you have that after installation of mistral-vibe, or during build? that module should be provided by
python-opencensus; maybepython-opentelemetry-apiis missing that dependency.romainhk commented on 2026-01-06 13:38 (UTC)
Yep ! It seems better with that :)
But still not able to install mistral-vibe due to some python-opentelemetry-api install error (ModuleNotFoundError: No module named 'opencensus'). I'll take a look over there. Thx !
rubin55 commented on 2026-01-06 11:53 (UTC)
@romainhk this is probably due to a missing makedepends on
python-pdm-backend; I added the makedepends; can you see if it works?romainhk commented on 2026-01-06 10:37 (UTC)
Hy there ! Got an issue while building this package (first time install) : pyproject_hooks._impl.BackendUnavailable: Cannot import 'pdm.backend'
Can't find why in python-sdk and pyproject_hooks projects. Is anyone having the same issue ?