UAICP Core Types and Interfaces for Python
Project description
UAICP Core
Universal Agentic Interoperability Control Protocol — Core Types and Interfaces for Python
Version: 0.3.1
Install
pip install uaicp-core
What This Package Provides
- UAICP envelope and evidence data models
- adapter interface for framework integrations
- shared protocol primitives for gate enforcement
Quick Usage
from uaicp_core import MessageEnvelope
envelope = MessageEnvelope(
uaicp_version="0.3.0",
trace_id="trace-1",
state="EXECUTING",
identity={
"agent_id": "agent-a",
"agent_type": "autogen",
"framework": "autogen",
"version": "0.4",
},
evidence=[],
)
Specification
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
uaicp_core-0.3.1.tar.gz
(2.4 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 uaicp_core-0.3.1.tar.gz.
File metadata
- Download URL: uaicp_core-0.3.1.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0f3832a88a4cb143d598d2511872445c96ae0179368bb4a01929b28187c79926
|
|
| MD5 |
772b5cca7bf0a354f1ed309df3589042
|
|
| BLAKE2b-256 |
8db12c983e018dab0dc951181e8fd8ba88ad4dc7b58a05172b601c1da3f243ec
|
File details
Details for the file uaicp_core-0.3.1-py3-none-any.whl.
File metadata
- Download URL: uaicp_core-0.3.1-py3-none-any.whl
- Upload date:
- Size: 2.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
036cbd2d6b85199801a2889eeeb2354c2d4d47911b8ddbde85795f02a8ff7309
|
|
| MD5 |
3d2e0aaa8c5f690f652a2544bca9ad4b
|
|
| BLAKE2b-256 |
bf2f6f43342f35dc5cd0769a50f723bcfc27b9c4ad1dbb611b982cba8b00afa8
|