agents
Trade autonomously on Polymarket using AI Agents
File Explorer
Download Latest Version (.zip)- bug-report---.md
- feature-request---.md
- dependency-review.yml
- docker-image.yml
- greetings.yml
- python-app.yml
- creator.py
- cron.py
- executor.py
- prompts.py
- trade.py
- chroma.py
- news.py
- search.py
- gamma.py
- polymarket.py
- objects.py
- utils.py
- cli.png
- EXAMPLE.md
- build-docker.sh
- install.sh
- run-docker-dev.sh
- run-docker.sh
- start-dev.sh
- cli.py
- server.py
- setup.py
- test.py
- .env.example
- .gitignore
- .pre-commit-config.yaml
- CONTRIBUTING.md
- Dockerfile
- LICENSE.md
- README.md
- requirements.txt
# Installation Guide
1. Get the code
git clone https://github.com/Polymarket/agents
Downloads the entire project code from GitHub to your computer.
cd agents
Moves into the project folder you just downloaded.
2. Docker
Easy RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Docker Desktop Needed to build and run containers. Install it and keep it running in the background.
./scripts/bash/build-docker.sh
Type this command into your terminal and run it.
./scripts/bash/run-docker-dev.sh
Type this command into your terminal and run it.
Run docker compose ps to check the containers are Up. If the README mentions a port, open http://localhost:PORT in your browser.
Pulled directly from this repo's README.
3. Python
EasyPrerequisites
pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
