maigp-light-a2a
AIGP-Light: local detect & respond for Agent-to-Agent (A2A) communication.
Part of MAIGP — the Mediated AI Governance Protocol: a runtime consent / scope / evidence layer for AI systems. Every governed call is CHECKed before it runs (policy, scope, jurisdiction, circuit-breaker) and RECORDed + TRACEd as tamper-evident evidence after.
What it governs
Governs inter-agent A2A calls — locally, with no external governance service.
How it works
AIGP-Light runs the detect-and-respond loop locally — no governance server round-trip. It observes call behavior (latency, error rate, cost), applies responses (circuit-breakers, rate limits, alerts) from a local YAML/JSON policy, and emits RFC-010 traces.
Install
pip install maigp-light-a2a
Pulls in maigp-light (the local governance engine).
Quick start
from aigp_light_a2a import LightA2AClient
governed = LightA2AClient(a2a_client, policy="aigp-light-a2a.yaml")
response = await governed.send_task(agent_url, task)
# Monitors latency/error-rate per agent, circuit-breaks unreliable agents,
# rate-limits chatty calls, emits RFC-010 traces — all locally.
Links
- Protocol, specs & full adapter catalog: https://github.com/owner-spec/aigp-protocol
- Issues: https://github.com/owner-spec/aigp-protocol/issues
License: Proprietary. © Kanjani AI Research & Causum.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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 maigp_light_a2a-1.0.1.tar.gz.
File metadata
- Download URL: maigp_light_a2a-1.0.1.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8f59764013808541baee4f40b4167f8387bc6fc34d892316caf309e22c023875
|
|
| MD5 |
4264fec46d25452c7af4925f6a9940d2
|
|
| BLAKE2b-256 |
479dca51be70389ba440bceb81afa646050ef692ce3663b2173f35768b06ba48
|
File details
Details for the file maigp_light_a2a-1.0.1-py3-none-any.whl.
File metadata
- Download URL: maigp_light_a2a-1.0.1-py3-none-any.whl
- Upload date:
- Size: 6.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4bf8424827e86d002feb09e94ac38a95760b6ad0459984738db09f6f2ba937ee
|
|
| MD5 |
09860cad3be43757a12b140aa690d535
|
|
| BLAKE2b-256 |
4103a4bab859e00a88fe11f0d00849927bc22128f326e28f8a750011377e12e3
|