Skip to main content

Reproducible Agentic Environments System

CI Docs PyPI Python License: MIT

RAES, the Reproducible Agentic Environments System, helps you describe and check an agentic environment. RAES SDL is its YAML language for authored scenarios.

You can use RAES to record nodes, links, participants, objectives, workflows, variation, and evidence needs without tying the scenario to one deployment backend.

Validate your first scenario

You need standard CPython 3.11 through 3.14. Python 3.15 is not admitted until its post-final dependency and compatibility qualification is complete. OCI module extraction on Python 3.11 additionally requires Python 3.11.4 or newer. Earlier patch releases lack the mandatory safe tar extraction filter and fail closed instead of extracting without it.

python -m venv .venv
source .venv/bin/activate
python -m pip install raes

Save this file as first-scenario.sdl.yaml:

name: first-scenario
description: A small network with one Linux host.

nodes:
  lab-network:
    type: Switch
  web:
    type: compute
    os: linux
    resources:
      ram: 2 GiB
      cpu: 1

infrastructure:
  lab-network:
    count: 1
    properties:
      cidr: 10.0.0.0/24
      gateway: 10.0.0.1
  web:
    count: 1
    links:
      - lab-network

Validate it:

python - <<'PY'
from pathlib import Path
from raes import parse_sdl_file

scenario = parse_sdl_file(Path("first-scenario.sdl.yaml"))
print(f"Validated {scenario.name} with {len(scenario.nodes)} nodes.")
PY

The command prints:

Validated first-scenario with 2 nodes.

RAES has checked the file shape and current semantic rules. It has not created infrastructure. Continue with the quickstart to learn what each part means.

Choose your route

Understand what RAES promises

An authored scenario records intent. A processor and backend may turn supported parts of that intent into runtime resources. Reports and evidence show what was accepted, changed, observed, or left unsupported.

RAES can support a bounded reproduction attempt. It does not promise deterministic runtime behavior, equal outcomes, exact replay, scientific validity, or reproducibility.

The repository does not include a production deployment backend or a managed environment service. It includes contracts, stubs, examples, conformance checks, and reference code. Read the current limits before choosing it for a study or integration.

See where RAES fits

Cyber, AI security, AI safety, testing, research, and evaluation are non-exhaustive application areas. Additional domains can add their own profiles, assets, examples, vocabularies, backends, and evidence rules.

RAES separates these concerns:

  • Authored scenario: The meaning written in RAES SDL.
  • Processor: The code that validates, expands, and compiles that meaning.
  • Backend: The implementation that accepts a supported runtime request.
  • Runtime: The resources and participant activity that occur during a run.
  • Evidence: The records used to state and inspect a bounded result.

The strongest current examples come from cyber ranges and agent evaluation. The core model is not limited to those areas.

Work from a repository checkout

Install the locked development environment:

git clone https://github.com/OpenRAE/rae.git
cd rae
uv sync --project implementations/python --all-extras --frozen
uv run --project implementations/python raes --help

Run the canonical verification graph:

uv tool run --from 'nox[uv]==2026.4.10' nox -f noxfile.py -s verify

Useful repository roots are:

  • docs/public/ for hosted reader documentation;
  • docs/README.md for developer and working records;
  • specs/ for normative specifications;
  • contracts/ for published schemas and fixtures;
  • examples/ for authored scenarios and reusable patterns;
  • implementations/python/ for the reference implementation.

Project status

RAES is an academic and engineering project with one maintainer. Contributions are welcome. The project does not require a second maintainer or independent reviewer for every change.

Release Please owns package versions, GitHub releases, and CHANGELOG.md. Published schemas carry separate stability labels. See GOVERNANCE.md and MAINTAINERS.md for the current decision and maintenance model.

Cite RAES

@software{raes,
  author  = {Edwards, Brad},
  title   = {RAES: Reproducible Agentic Environments System},
  year    = {2026},
  license = {MIT},
  url     = {https://github.com/OpenRAE/rae}
}

RAES is released under the MIT License. Third-party notices are in THIRD_PARTY_NOTICES.md.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

raes-3.5.0.tar.gz (3.4 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

raes-3.5.0-py3-none-any.whl (3.2 MB view details)

Uploaded Python 3

File details

Details for the file raes-3.5.0.tar.gz.

File metadata

  • Download URL: raes-3.5.0.tar.gz
  • Upload date:
  • Size: 3.4 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for raes-3.5.0.tar.gz
Algorithm Hash digest
SHA256 69975a5ae0cc5aad2036a06e8ff435150e158036ecd1e2f8111e885353fe8dc4
MD5 a91e04c257943502c00708a70fa078ce
BLAKE2b-256 3ae375e1625269903b7de47b79918105db28d67710256da769cd2636b7e5dd0a

See more details on using hashes here.

Provenance

The following attestation bundles were made for raes-3.5.0.tar.gz:

Publisher: release-please.yml on OpenRAE/rae

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file raes-3.5.0-py3-none-any.whl.

File metadata

  • Download URL: raes-3.5.0-py3-none-any.whl
  • Upload date:
  • Size: 3.2 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for raes-3.5.0-py3-none-any.whl
Algorithm Hash digest
SHA256 0d0580d358cd4f1c8690b07af15e0bdd66760bde1ccf3da7729d2af753cea564
MD5 3bd84ef6c350bc79e8e5075b43b9529e
BLAKE2b-256 33223275b3b61f1e033a817ad47602998d521e5da12d24a6a37dadd54f09ec03

See more details on using hashes here.

Provenance

The following attestation bundles were made for raes-3.5.0-py3-none-any.whl:

Publisher: release-please.yml on OpenRAE/rae

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

This release

3.5.0 This release

2 files

3.3.0

2 files

3.2.0

2 files

3.1.0

2 files

3.0.0

2 files

2.0.0

2 files

1.1.0

2 files

0.25.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page