Polymarket Trading Bot – AI Prediction Market Agent (Python, LangChain). polymarket trading bot
# Add to your Claude Code skills
git clone https://github.com/BlackSky-Jose/PolyMarket-trading-AI-model[![Contributors][contributors-shield]][contributors-url] [![Forks][forks-shield]][forks-url] [![Stargazers][stars-shield]][stars-url] [![Issues][issues-shield]][issues-url] [![MIT License][license-shield]][license-url]
<!-- PROJECT LOGO --> <br /> <div align="center"> <a href="https://github.com/BlackSky-Jose/PolyMarket-AI-agent-trading.git"> <img src="docs/images/cli.png" alt="Logo" width="466" height="262"> </a> <h3 align="center">Polymarket Agents</h3> <p align="center"> Trade autonomously on Polymarket using AI Agents <br /> <a href="https://github.com/BlackSky-Jose/PolyMarket-AI-agent-trading.git"><strong>Explore the docs »</strong></a> <br /> <br /> <a href="https://github.com/BlackSky-Jose/PolyMarket-AI-agent-trading.git">View Demo</a> · <a href="https://github.com/BlackSky-Jose/PolyMarket-AI-agent-trading.git/issues/new?labels=bug&template=bug-report---.md">Report Bug</a> · <a href="https://github.com/BlackSky-Jose/PolyMarket-AI-agent-trading.git/issues/new?labels=enhancement&template=feature-request---.md">Request Feature</a> </p> </div> <!-- CONTENT -->🤖 AI-powered autonomous trading agents for Polymarket prediction markets
Polymarket Agents is a modern, open-source framework for building sophisticated AI trading agents on Polymarket. Leverage state-of-the-art LLMs, RAG (Retrieval-Augmented Generation), and superforecasting methodologies to create intelligent trading systems that analyze markets, events, and news to make informed predictions.
Built with Python 3.12+ | MIT Licensed | Production Ready
This code is free and publicly available under MIT License open source license (terms of service)!
This project requires Python 3.12+.
Clone the repository
git clone https://github.com/BlackSky-Jose/PolyMarket-AI-agent-trading.git
cd poly-ai-trading-agent
Create a virtual environment
Using venv (recommended):
python -m venv .venv
...