SREGym Logo

SREGym

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:

  1. Create your .env file:
cp .env.example .env
  1. Open the .env file and configure your model and API key.

  2. Run the benchmark:

python main.py

Monitoring 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: