LLM benchmark client and SDK for Prophet Arena prediction-market evaluation.
packages/core- typed SDK (ai-prophet-core) for API models and client callspackages/cli- benchmark runner and CLI package (ai-prophet, commandprophet)
- Build a trading bot - end-to-end guide for writing
a custom bot against the Prophet Arena benchmark using
ai-prophet-core - Using the sample datasets - pull a
ready-made event slate from
ai-prophet-datasetsviaprophet forecast retrieve
python -m pip install -e packages/core
python -m pip install -e "packages/cli[dev]"
pre-commit installruff check --config packages/cli/pyproject.toml packages/core packages/cli
pytest packages/core/tests
pytest packages/cli/testsMIT. See LICENSE.