Setting up AI agents for prediction markets
Last updated
Last updated
To begin with your custom project implementation, you will have to setup the following dependencies.
Install the project dependencies with poetry
, using Python >=3.10:
Create a .env
file in the root of the repo with the variables.
These keys are necessary for the agent to interact with the prediction market APIs and other services.
Depending on the agent you want to run, you may require additional variables. See an exhaustive list of you may want to consider. The Prediction Market Trader Agent can interact with and as well.
An autonomous agent with function calling: Can be 'prodded' by the user to guide its strategy. You can find the deployment .
Pick a prediction market question, or create your own, and pick one or more agents to perform research and make a prediction, deployed .