Metadata-Version: 2.4
Name: letta-nory
Version: 0.1.0
Summary: Letta (MemGPT) 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/letta-nory
Keywords: letta,memgpt,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: letta>=0.4.0
Requires-Dist: requests>=2.28.0

# letta-nory

**Letta (MemGPT) tools for x402 payments** - Let your agents pay for APIs.

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

## Usage
```python
from letta import create_client
from letta_nory import get_nory_tools

client = create_client()
tools = get_nory_tools()
agent = client.create_agent(tools=tools)
```

## Tools
- `nory_fetch` - Fetch any URL with auto payment
- `nory_crypto_prices` - Real-time crypto ($0.001)
- `nory_weather` - Weather forecast ($0.002)
- `nory_translate` - Translation ($0.005)

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