Metadata-Version: 2.4
Name: agno-nory
Version: 0.1.0
Summary: Agno (Phidata) tools for x402 payments - let agents pay for APIs
Author-email: Nory <hello@noryx402.com>
License: MIT
Project-URL: Homepage, https://noryx402.com
Project-URL: Repository, https://github.com/TheMemeBanker/agno-nory
Keywords: agno,phidata,ai-agents,payments,x402,solana
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: agno>=1.0.0
Requires-Dist: requests>=2.28.0

# agno-nory

**Agno (Phidata) tools for x402 payments** - Let your agents pay for APIs.

## Install
```bash
pip install agno-nory
```

## Usage
```python
from agno.agent import Agent
from agno_nory import NoryTools

agent = Agent(tools=[NoryTools()])
agent.run("Get the current price of Bitcoin")
```

## Tools
- `fetch_paid` - Fetch any URL with auto payment
- `crypto_prices` - Real-time crypto ($0.001)
- `weather` - Weather forecast ($0.002)
- `translate` - Translation ($0.005)

Set `NORY_WALLET_KEY` env var. [Docs](https://noryx402.com)
