Set up and use Numerai Agents
masterYou can use Numerai's open-source agent skills to architect AI scientists for tournaments. To get started, clone the example scripts repository, install the Model Context Protocol (MCP) via the provided shell script, and use the codex CLI to execute high-level research tasks.
Note: The codex exec --yolo command allows the agent to perform autonomous actions to achieve the requested goal.
git clone git@github.com:numerai/example-scripts
cd example-scripts && curl -sL http://numer.ai/install-mcp.sh | bash
codex exec --yolo "find the best neural network architecture to predict target ender"