CrewAI tools for prediction market data. Give your AI crew real-time world awareness from 30,000+ markets.
Project description
crewai-prediction-markets
CrewAI tools for prediction market data. Give your AI crew real-time world awareness from 30,000+ markets.
pip install crewai-prediction-markets
from crewai import Agent, Crew, Task
from crewai_prediction_markets import prediction_market_tools
analyst = Agent(
role='Market Analyst',
goal='Analyze prediction market data to identify risks and opportunities',
tools=prediction_market_tools(),
)
task = Task(
description='What are the key geopolitical risks right now?',
agent=analyst,
)
crew = Crew(agents=[analyst], tasks=[task])
result = crew.kickoff()
Tools
| Tool | Description |
|---|---|
GetWorldStateTool |
Full prediction market world state |
GetUncertaintyIndexTool |
Four-signal uncertainty index |
GetMarketEdgesTool |
Actionable mispricings |
GetMarketDetailTool |
Single market with orderbook |
Standalone (no crewai needed)
from crewai_prediction_markets import GetUncertaintyIndexTool
tool = GetUncertaintyIndexTool()
data = tool._run()
print(f"Uncertainty: {data['uncertainty']}/100")
License
MIT — SimpleFunctions
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file crewai_prediction_markets-0.1.0.tar.gz.
File metadata
- Download URL: crewai_prediction_markets-0.1.0.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d0cd334bee34e9978ef80d158a79b5c757e985ca4dec8c510745efd0b09131a0
|
|
| MD5 |
3e9bd3546c70de2ed7f3b9895d0157e2
|
|
| BLAKE2b-256 |
b363b649421f0b30221be32130948eb8e6373927f0bd8f4b38626197bc858560
|
File details
Details for the file crewai_prediction_markets-0.1.0-py3-none-any.whl.
File metadata
- Download URL: crewai_prediction_markets-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3474d00ea0aa6aaf75d3a4c986237ae6b902efa27ff0a21b3cd7773694ca7202
|
|
| MD5 |
3931cdd44b68eecc8781b636b6736854
|
|
| BLAKE2b-256 |
bc995bbd5c592e8af98e13e8a5880eadee8a6e8fa93bfd12a52869eca010c851
|