Metadata-Version: 2.4
Name: crewai-ucashpay
Version: 0.1.1
Summary: crewAI 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/crewai-ucashpay
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: agents-u-cash
Requires-Dist: crewai
Dynamic: license-file

# crewai-ucashpay

[crewAI](https://www.crewai.com) tools for **U.CASH** agent monetization over **HTTP-402**.

```bash
pip install agents-u-cash crewai
```

```python
from ucashpay_crewai import tools
from crewai import Agent, Task, Crew

ucash = tools(api_key="uxc_...")
agent = Agent(role="Monetizer", goal="Sell access to outputs", backstory="...", tools=ucash)
```

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

## License

MIT.
