agents
Basic Information
Polymarket Agents is a developer-focused framework and utilities repository for building AI agents that interact with Polymarket prediction markets. The code provides connectors and clients to fetch market and event metadata, sign and execute orders on Polymarket, and run autonomous trading logic. It is intended for Python 3.9 and includes command line tools and example scripts to run agents locally or in Docker. The project supports prompt engineering and LLM integration and uses environment variables for API keys and a polygon wallet private key. It also includes guidance for loading a wallet with USDC before trading. The project is distributed under the MIT License and is designed for developers who want to prototype, extend, or deploy AI-driven trading agents that use external data and vectorized context.