a1-ai 2.8.0

A1 — The cryptographic identity and authorization layer that turns anonymous AI agents into accountable, verifiable entities. One Identity. Full Provenance.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
from .client import A1Client, AsyncA1Client, A1Error, IntentSpec, IssuedCert, AuthorizeResult
from .passport import PassportClient, PassportError, PassportReceipt, a1_guard
from .middleware import protect, inject_passport, A1Context, set_context, get_context, a1_context, MiddlewareError
from .otel import A1Tracer, A1Span, noop_tracer

__all__ = [
    "A1Client", "AsyncA1Client", "A1Error", "IntentSpec", "IssuedCert", "AuthorizeResult",
    "PassportClient", "PassportError", "PassportReceipt", "a1_guard",
    "protect", "inject_passport", "A1Context", "set_context", "get_context", "a1_context", "MiddlewareError",
    "A1Tracer", "A1Span", "noop_tracer",
]
__version__ = "2.8.0"