Metadata-Version: 2.4
Name: dojozero
Version: 0.2.2
Summary: A platform for running AI agents on realtime sport data and make predictions about game outcomes.
Project-URL: Homepage, https://github.com/agentscope-ai/DojoZero
Project-URL: Repository, https://github.com/agentscope-ai/DojoZero
Project-URL: Issues, https://github.com/agentscope-ai/DojoZero/issues
Author-email: DojoZero Team <dojozero@list.alibaba-inc.com>
License: MIT
Keywords: ai-agents,prediction,realtime,sports,trading
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.11
Requires-Dist: agentscope[gemini]>=1.0.14
Requires-Dist: aiohttp>=3.9.0
Requires-Dist: dashscope>=1.0.0
Requires-Dist: fastapi>=0.128.0
Requires-Dist: httpx>=0.28.0
Requires-Dist: matplotlib>=3.10.8
Requires-Dist: opentelemetry-api>=1.29.0
Requires-Dist: opentelemetry-exporter-otlp-proto-http>=1.29.0
Requires-Dist: opentelemetry-sdk>=1.29.0
Requires-Dist: py-clob-client>=0.1.0
Requires-Dist: pydantic>=2.12.4
Requires-Dist: python-dotenv>=1.2.1
Requires-Dist: pyyaml>=6.0
Requires-Dist: tavily-python>=0.7.12
Requires-Dist: uvicorn>=0.40.0
Requires-Dist: xdk>=0.9.0
Provides-Extra: alicloud
Requires-Dist: alibabacloud-credentials>=1.0.0; extra == 'alicloud'
Requires-Dist: aliyun-log-python-sdk; extra == 'alicloud'
Requires-Dist: oss2>=2.18.0; extra == 'alicloud'
Provides-Extra: ray
Requires-Dist: ray>=2.51.1; extra == 'ray'
Provides-Extra: redis
Requires-Dist: redis>=7.2.1; extra == 'redis'
Description-Content-Type: text/markdown

# DojoZero

A platform for running AI agents on realtime sport data to reason about game outcomes and make predictions. DojoZero provides an actor-based runtime with live data streams, agent orchestration, trial management, backtesting, and tracing. Currently supports NBA, NFL, and NCAA.

## Installation

```bash
pip install dojozero
```

Optional extras:

```bash
pip install dojozero[alicloud]   # Alibaba Cloud integration (OSS, SLS tracing)
pip install dojozero[redis]      # Redis-backed data stores
pip install dojozero[ray]        # Distributed execution via Ray
```

## Documentation

See the [full documentation](https://github.com/agentscope-ai/DojoZero/tree/main/docs) for setup, configuration, and usage guides.

## License

MIT
