Metadata-Version: 2.4
Name: xgip-sdk
Version: 1.0.1
Summary: Official SDK for XGIP Protocol - The Intent Layer for Machine Economy
Author: XGIP Foundation
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: cryptography>=42.0.0
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# 🚀 XGIP: Industrial Agentic Settlement Layer

![System Status](https://img.shields.io/badge/System-Operational-00ff88?style=for-the-badge)
![Network Load](https://img.shields.io/badge/Scale-105k_Active_Agents-00bcff?style=for-the-badge)
![Throughput](https://img.shields.io/badge/TPM-15k+-ffcc00?style=for-the-badge)
[![PyPI version](https://img.shields.io/pypi/v/xgip-sdk.svg?style=for-the-badge&color=orange)](https://pypi.org/project/xgip-sdk/)

XGIP is a high-performance infrastructure designed for the **M2M (Machine-to-Machine) Economy**.  
Our node has successfully surpassed the **4,000,000+ operations** milestone under massive concurrent load.

---

## 📊 Live Node Performance (Latest Benchmark)

This repository reflects the real-time state of an industrial-grade XGIP node:

- **Connected Agents:** 105,607+ autonomous AI instances  
- **Total Operations:** 4,000,000+ successfully verified  
- **Avg Throughput:** 15,570+ Transactions Per Minute (TPM)  
- **Total Value Logged:** 2,026,962+ Records  
- **Standard Fee:** 0.0002 USD / operation  

---

## 🛠️ Installation & Quick Start

The official XGIP SDK is now available on PyPI for seamless integration:

```bash
pip install xgip-sdk
```

```python
from xgip_sdk.crypto import XGIPCrypto

# Initialize secure agent identity
crypto = XGIPCrypto()
identity = crypto.generate_keypair()

print(f"Agent Public Key: {identity['public_key']}")
```

---

## 🧠 Core Architecture

The XGIP node provides a trustless layer for AI agents:

- **Identity**  
  Secure ed25519 cryptographic handshakes via `xgip-sdk`.

- **Scalability**  
  Optimized for high-frequency database commits and asynchronous API processing.

- **Economy**  
  Built-in micro-settlement logic for agent-to-agent transactions.

---

## 🏗️ Project Structure

```text
src/agent/     - Official Agent SDK Core
src/server/    - High-performance Settlement Engine (FastAPI)
src/database/  - Async PostgreSQL schema & models
tests/         - Swarm simulation and stress testing tools
```

---

## 🔗 Links

Watch our updates on Twitter / X 
https://x.com/XGIP_Protocol
