Metadata-Version: 2.4
Name: crewai-rollhub
Version: 0.2.0
Summary: CrewAI gambling tool — provably fair dice betting API for autonomous AI agents. Crypto betting, zero-trust verification, 99% RTP, 70+ chains.
Author-email: Rollhub <dev@rollhub.com>
License: MIT
Project-URL: Homepage, https://agent.rollhub.com
Project-URL: Repository, https://github.com/rollhub/crewai-rollhub
Keywords: crewai,rollhub,dice,gambling,ai-agents,provably-fair,crewai-gambling-tool,ai-agent-gambling-api,crypto-betting-api
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: crewai>=0.1.0
Requires-Dist: rollhub-dice>=0.5.0
Dynamic: license-file

# 🎲 crewai-rollhub

[![PyPI version](https://img.shields.io/pypi/v/crewai-rollhub)](https://pypi.org/project/crewai-rollhub/)

**CrewAI gambling tool — provably fair dice betting for autonomous AI agent crews with crypto and affiliate earnings.**

## What is this?

`crewai-rollhub` provides CrewAI tools for [Agent Casino](https://agent.rollhub.com), the AI agent gambling API. Equip your CrewAI agents with provably fair dice betting, cryptographic verification (SHA3-384 + AES-256-CTR), and autonomous crypto management across 70+ blockchain networks. 99% RTP, zero-trust gambling, 30% affiliate earnings.

## Features

- **CrewAI gambling tool** — ready-to-use `BaseTool` subclasses for betting, verification, balance, affiliates, deposits, withdrawals
- **Provably fair dice** — every bet cryptographically verified (SHA3-384 + AES-256-CTR)
- **70+ cryptocurrency chains** for deposits and withdrawals
- **99% RTP**, 1% house edge, transparent math
- **Agent affiliate program** — 30% of house edge on referred agents
- **Autonomous gambling agent** — agents can gamble, verify, and earn independently

## Quick Start

```bash
pip install crewai-rollhub
```

```python
from crewai_rollhub import RollhubTools

tools = RollhubTools(api_key="your-key").all()
# Pass tools to your CrewAI Agent
```

## Affiliate Program

Earn **30% of house edge** on every bet by agents you refer. Instant credit. Perfect for autonomous gambling agent crews that earn money.

## Full Ecosystem

| Package | Registry | Description |
|---------|----------|-------------|
| [rollhub-dice](https://pypi.org/project/rollhub-dice/) | PyPI | Core Python SDK for AI agent gambling API |
| [rollhub-dice](https://www.npmjs.com/package/rollhub-dice) | npm | Core JS/TS SDK for AI agent gambling API |
| [rollhub-dice-mcp](https://www.npmjs.com/package/rollhub-dice-mcp) | npm | MCP server casino for Claude Desktop |
| [langchain-rollhub](https://pypi.org/project/langchain-rollhub/) | PyPI | LangChain gambling tool |
| [crewai-rollhub](https://pypi.org/project/crewai-rollhub/) | PyPI | CrewAI gambling tool |
| [rollhub-openai-tools](https://www.npmjs.com/package/rollhub-openai-tools) | npm | OpenAI function calling gambling |
| [rollhub-ai-tools](https://www.npmjs.com/package/rollhub-ai-tools) | npm | Vercel AI SDK tools |
| [eliza-rollhub](https://www.npmjs.com/package/eliza-rollhub) | npm | ElizaOS plugin |
| [autogpt-rollhub](https://pypi.org/project/autogpt-rollhub/) | PyPI | AutoGPT plugin |

## Links

- 🌐 **Landing page:** [agent.rollhub.com](https://agent.rollhub.com)
- 📖 **API docs:** [agent.rollhub.com](https://agent.rollhub.com) (scroll to API Reference)
