Roy Jones
Roy Jones
Added editorconfig.editorconfig extension to VS Code recommended list Please read [contributing guidelines](CONTRIBUTING.md) and remove this line. For audit-related pull requests, please use the [audit PR template](?expand=1&template=audit.md).
This PR adds scripts/export_support_bundle.sh, a helper script that collects host information, repository state, and log directories into a single archive for easier debugging and support.
This PR adds scripts/check-node-environment.sh, a small helper script that prints basic OS, Python version, memory and GPU information to help users verify their environment against the RL Swarm requirements before...
…ample Clarifies what the Polygon wallet key and OpenAI key are used for in .env.example, with a small safety note on using low-value wallets. --- > [!NOTE] > Adds clarifying...
This PR reformats `.env.example` to make it easier to use: - Each environment variable is now on its own line - Added brief comments explaining how to copy and use...
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]...