Quick Start
Get up and running with SREGym quickly - setup your cluster and run your first agent
Make sure you've completed the Installation steps before proceeding with Quick Start.
Setup your cluster
You need a Kubernetes cluster to run SREGym. For detailed setup instructions, see the Cluster Setup guide.
Running an Agent
Quick Start
To get started with the included Stratus agent:
- Create your
.envfile:
cp .env.example .env-
Open the
.envfile and configure your model and API key. -
Run the benchmark:
python main.pyMonitoring with Dashboard
SREGym provides a dashboard to monitor the status of your evaluation. The dashboard runs automatically when you start the benchmark with python main.py and can be accessed at http://localhost:11451 in your web browser.
Next Steps
Now that you've run your first agent, you can:
- Learn about MCP Tools available for your agent
- Read the guide on Running Your Own Agent to create custom agents
- Check out Troubleshooting if you run into problems
