agents icon indicating copy to clipboard operation
agents copied to clipboard

chore: add agent environment check script

Open JonesRoy3 opened this issue 1 month ago • 0 comments

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.sh to 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 .venv and requirements.txt.
      • Validates .env presence and keys POLYGON_WALLET_PRIVATE_KEY, OPENAI_API_KEY.
      • Confirms scripts/python/cli.py exists and suggests help command.

Written by Cursor Bugbot for commit f8d2349ac04098b701994176d6494dbaf09b4604. This will update automatically on new commits. Configure here.

JonesRoy3 avatar Nov 29 '25 21:11 JonesRoy3