Metadata-Version: 2.4
Name: llamaindex-ucashpay
Version: 0.1.1
Summary: LlamaIndex tools for U.CASH agent monetization over HTTP-402.
Author: U.CASH
License: MIT
Project-URL: Homepage, https://agents.u.cash
Project-URL: Repository, https://github.com/UdotCASH/llamaindex-ucashpay
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: agents-u-cash
Requires-Dist: llama-index
Dynamic: license-file

# llamaindex-ucashpay

[LlamaIndex](https://www.llamaindex.ai) tools for **U.CASH** agent monetization over **HTTP-402**.

```bash
pip install agents-u-cash llama-index
```

```python
from ucashpay_llamaindex import tools
ucash = tools(api_key="uxc_...")  # pass to a LlamaIndex agent
```

Tools: `ucash_create_resource`, `ucash_list_resources`, `ucash_get_settlements`. Buyers pay per request via U.CASH Pay; settlement is non-custodial.

## License

MIT.
