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-1.0.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-1.0.0.tar.gz.
File metadata
- Download URL: aci_spec-1.0.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 |
be2eb8f1fae259bc8e682a62e9c510da0d42d17b6753300077d548b7475b5e76
|
|
| MD5 |
5396b04a3511c9c0bdd8918b4a2e063d
|
|
| BLAKE2b-256 |
c7231dca6ece3453ab99cf6eaf94f75e938525fa527a665940537c098a7913ed
|
File details
Details for the file aci_spec-1.0.0-py3-none-any.whl.
File metadata
- Download URL: aci_spec-1.0.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 |
1827d3ffd8b0383f49c95a35785dfdee62e28d25400cbf3778ed2e18c6c71514
|
|
| MD5 |
57ee3a21de39b850055bbecbb1d04956
|
|
| BLAKE2b-256 |
672cdd39c54770b0baaefad6b885367901aa1af8b6715781bbbf16df328593b5
|