agents
agents copied to clipboard
chore: add agent environment check script
Adds scripts/check-agent-env.sh, a helper script that checks for Python 3, a virtual environment, requirements.txt, the .env file, and key environment variables used by the Polymarket Agents CLI.
[!NOTE] Adds a bash script
scripts/check-agent-env.shto verify Python 3.9, venv/requirements, required .env keys, and CLI entrypoint for Polymarket Agents.
- Scripts:
- Add
scripts/check-agent-env.sh:
- Checks Python 3.9 availability.
- Verifies
.venvandrequirements.txt.- Validates
.envpresence and keysPOLYGON_WALLET_PRIVATE_KEY,OPENAI_API_KEY.- Confirms
scripts/python/cli.pyexists and suggests help command.Written by Cursor Bugbot for commit f8d2349ac04098b701994176d6494dbaf09b4604. This will update automatically on new commits. Configure here.