Metadata-Version: 2.1
Name: pixeloffice-aaio
Version: 1.0.0
Summary: Zero-dependency Agentic AI Optimization (AAIO) and AI Commerce Readiness SDK for Python, FastAPI, LangChain, CrewAI, and LlamaIndex.
Home-page: https://pixeloffice.eu
Author: Pixel Office & Pixel Ventures
Author-email: support@pixeloffice.eu
License: UNKNOWN
Description: # Pixel Office AAIO (Agentic AI Optimization) Python SDK
        
        Zero-dependency Python SDK for **Agentic AI Optimization (AAIO)**, AI Commerce Readiness, and Agent-to-Agent (A2A) Paymeter Verification for Python, FastAPI, LangChain, CrewAI, and LlamaIndex.
        
        ## Installation
        
        ```bash
        pip install pixeloffice-aaio
        ```
        
        ## Quick Start
        
        ```python
        from pixeloffice_aaio import audit_aaio_readiness, verify_agent_paymeter
        
        # Audit AAIO readiness score for any domain or API endpoint
        report = audit_aaio_readiness("https://example.com")
        print(f"AAIO Score: {report['score']}/100")
        print(f"Fact Anchors Validated: {report['fact_anchors_valid']}")
        
        # Verify A2A Paymeter identity token
        verification = verify_agent_paymeter(token="px_agent_token_xxx")
        print(f"Agent Verified: {verification['valid']}")
        ```
        
        ## Features
        - **35ms FastTrack Highway**: Instant AAIO readiness audit.
        - **Zero Dependencies**: Pure Python standard library (`urllib`, `json`, `ssl`).
        - **Framework Support**: Direct integration with FastAPI, Flask, Django, LangChain, CrewAI.
        
        Published by [Pixel Office EU](https://pixeloffice.eu).
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
