Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

crewai_prediction_markets-0.1.0.tar.gz (2.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

crewai_prediction_markets-0.1.0-py3-none-any.whl (3.8 kB view details)

Uploaded Python 3

File details

Details for the file crewai_prediction_markets-0.1.0.tar.gz.

File metadata

File hashes

Hashes for crewai_prediction_markets-0.1.0.tar.gz
Algorithm Hash digest
SHA256 d0cd334bee34e9978ef80d158a79b5c757e985ca4dec8c510745efd0b09131a0
MD5 3e9bd3546c70de2ed7f3b9895d0157e2
BLAKE2b-256 b363b649421f0b30221be32130948eb8e6373927f0bd8f4b38626197bc858560

See more details on using hashes here.

File details

Details for the file crewai_prediction_markets-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for crewai_prediction_markets-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 3474d00ea0aa6aaf75d3a4c986237ae6b902efa27ff0a21b3cd7773694ca7202
MD5 3931cdd44b68eecc8781b636b6736854
BLAKE2b-256 bc995bbd5c592e8af98e13e8a5880eadee8a6e8fa93bfd12a52869eca010c851

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page