Metadata-Version: 2.4
Name: semantic-kernel-nory
Version: 0.1.0
Summary: Semantic Kernel plugins 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/semantic-kernel-nory
Keywords: semantic-kernel,microsoft,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: semantic-kernel>=1.0.0
Requires-Dist: requests>=2.28.0

# semantic-kernel-nory

**Semantic Kernel plugins for x402 payments** - Let your agents pay for APIs.

## Install
```bash
pip install semantic-kernel-nory
```

## Usage
```python
from semantic_kernel import Kernel
from semantic_kernel_nory import NoryPlugin

kernel = Kernel()
kernel.add_plugin(NoryPlugin(), "nory")
result = await kernel.invoke("nory", "crypto_prices", symbols="BTC,ETH")
```

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

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