agents
agents copied to clipboard
Trade autonomously on Polymarket using AI Agents
## Describe the bug Clicking on [View Demo](https://github.com/polymarket/agents) reloads the page and should be instead directing to the demo ### Steps to reproduce Click on View Demo Under explore docs...
mention how to deactivate virtualenv --- > [!NOTE] > Adds a brief note in `README.md` under Getting started showing how to exit the virtual environment. > > - Documents deactivation...
add python -m venv alternative --- > [!NOTE] > Updates setup instructions in `README.md`. > > - Adds `python3.9 -m venv .venv` as an alternative to `virtualenv --python=python3.9 .venv` in...
It currently reads like a second top-level heading for the document, which breaks the section hierarchy and can throw off the table of contents. --- > [!NOTE] > Adjusts documentation...
fix clone instructions for upstream repo --- > [!NOTE] > **Documentation** > > - Updates `README.md` getting started instructions to clone `polymarket/agents` and `cd` into `agents` instead of user fork...
add warning about committing secrets --- > [!NOTE] > Adds a brief security warning to documentation. > > - Adds a note in `README.md` cautioning against committing `.env`, private keys,...
"Polymarket Agents" duplicates 3 times --- > [!NOTE] > **Docs cleanup** > > - Removed duplicate top-level header `# Polymarket Agents` from `README.md` to eliminate repeated title and streamline headings....
## Summary This PR adds BlockRun as an alternative LLM provider, enabling Polymarket agents to pay for AI inference with USDC micropayments via the x402 protocol on Base. ### What...
Adds a JSON fixture representing a sample market with realistic fields, to be used in unit tests or examples. --- > [!NOTE] > Introduces a simple tooling and test fixture...
Adds a style guide summarising Python coding conventions (PEP 8, Ruff, Black, type hints) for the agents codebase --- > [!NOTE] > Adds concise Python conventions documentation for contributors. >...