Metadata-Version: 2.4
Name: iagent-pay
Version: 4.3.0
Summary: The Universal Payment & Adoption Layer for AI Agents (EVM + Solana + XRP)
Home-page: https://github.com/tonatisp/iagent-pay
Author: iAgent Team
Author-email: hello@agentpay.ai
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Office/Business :: Financial
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: web3>=6.0.0
Requires-Dist: eth-account>=0.8.0
Requires-Dist: python-dotenv>=1.0.0
Requires-Dist: solana>=0.30.0
Requires-Dist: solders>=0.18.0
Requires-Dist: requests>=2.28.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# 🤖 iAgentPay SDK v4.3.0 "Adoption Ready" 🚀

**The Universal Banking & Payment Standard for AI Agents.**
*Now with sub-second finality, 10-second setup, and framework native tools.*

---

## 🏛️ The iAgentPay Advantage
iAgentPay is the first 100% autonomous financial operating system.

| Feature | Power |
| :--- | :--- |
| **Frictionless** | **CLI Tool**: `iagent-pay init` scaffolds your project in 10 seconds. |
| **Ecosystem** | **LangChain & CrewAI**: Native `PayTool` for your existing agents. |
| **Speed** | **Solana & Base**: Sub-second execution for high-frequency agents. |
| **Resilience** | **Self-Healing Pricing**: On-chain fallback if REST APIs go offline. |

---

## ⚡ 10-Second Quick Start

### 1. Install & Scaffold
```bash
pip install iagent-pay --upgrade
iagent-pay init my_agent
cd my_agent
```

### 2. See the Economy in Action
Run our "Agent A hires Agent B" demo to see the magic:
```bash
python examples/agent_economy.py
```

---

## 🔌 Framework Integrations

### LangChain
Easily give your LangChain agent a bank account:
```python
from iagent_pay.integrations.langchain import iAgentPayTool

# Add the tool to your agent's toolbox
tools = [iAgentPayTool(chain="BASE")]
# Now your agent can say: "I'll pay 0.001 ETH to 0x..."
```

---

## ⛽ No Gas? No Problem.
New to crypto? Our CLI helps you find the right faucet:
```bash
iagent-pay faucet
```

---

## 🛡️ Validation
- **Sub-second Speed**: Verified 148ms latency on Solana.
- **God-Mode Audit**: Passed Level 7 resilience stress tests.
- **Multi-Chain Bridge**: Unified driver for EVM, Solana, and XRP.

---

## 📄 License
MIT License. Built for the Sovereign Agentic Future.
