ACI Spec — Agent Capability Interface
An open standard for AI agent capability discovery and interoperability.
Installation
pip install aci-spec
Usage
from aci import SpecValidator, MANIFEST_SCHEMA
manifest = {
"agent_name": "research-agent-v1",
"version": "1.0.0",
"capabilities": ["web_search", "code_execution"],
"constraints": {"max_tokens": 32000}
}
validator = SpecValidator()
result = validator.validate_manifest(manifest)
print(result)
License
MIT
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
aci_spec-0.1.0.tar.gz
(3.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file aci_spec-0.1.0.tar.gz.
File metadata
- Download URL: aci_spec-0.1.0.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
14cacb6779d30fc05177e1d04fcafee241e23ac7ca4a2976fd2b7383a00d384d
|
|
| MD5 |
d2ced0577f26849bc295597a638411a9
|
|
| BLAKE2b-256 |
4cb506dd17293d2091b3195754f089dc2bf6e707aff35266d1e02c517e6d31d9
|
File details
Details for the file aci_spec-0.1.0-py3-none-any.whl.
File metadata
- Download URL: aci_spec-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f8c250ee83ee7f43ad58bd7b9234eadd9f8fc5738c6790070ad23a4d94c84069
|
|
| MD5 |
8a29671a6748e16e97bd2bbec11327df
|
|
| BLAKE2b-256 |
7e2c5d05901ec323e5cfc6c857d04d02af4b1c2fc31ea1591038cfb77bff3ddf
|