EveryDev.ai
Subscribe
Home
Tools

3,020+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2063
  • Coding1441
  • Infrastructure665
  • Marketing524
  • Projects470
  • Research437
  • Design408
  • Analytics371
  • MCP268
  • Security265
  • Testing255
  • Data249
  • Integration183
  • Prompts183
  • Communication172
  • Learning166
  • Extensions163
  • Voice146
  • Commerce132
  • DevOps115
  • Web84
  • Finance24
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. OpenEnv
    OpenEnv icon

    OpenEnv

    Agent Harness
    Featured

    A unified open-source framework for building, deploying, and interacting with isolated execution environments for agentic reinforcement learning, using Gymnasium-style APIs.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Fully free and open-source under BSD 3-Clause license. Install via pip and deploy environments anywhere.

    Engagement

    Available On

    Web
    API
    VS Code
    SDK
    CLI

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Agent HarnessAgent FrameworksAI Infrastructure

    Alternatives

    Agent OrchestratorOpenAI SymphonyOpenHarness
    Developer
    Hugging Face, Inc.New York City, NYEst. 2016$395.2M raised

    Listed Jul 2026

    About OpenEnv

    OpenEnv is an open-source framework from Hugging Face for creating, deploying, and using isolated execution environments designed for agentic RL training. It provides a standard Gymnasium-style interface—step(), reset(), and state()—that makes it straightforward to integrate with existing RL frameworks. The project is currently in an experimental stage, with active development coordinated through a public technical committee.

    What It Is

    OpenEnv sits at the intersection of reinforcement learning infrastructure and agentic AI tooling. Its core job is to standardize how RL agents interact with execution environments—whether those environments involve code generation, web browsing, game playing, or financial simulation. Rather than each RL framework inventing its own environment protocol, OpenEnv provides a shared contract: environments expose HTTP/WebSocket endpoints, agents call familiar step() and reset() methods, and everything runs inside isolated Docker containers for reproducibility and security.

    The framework is governed by a technical committee that the project page lists as including representatives from Meta-PyTorch, Reflection, Unsloth, Modal, Prime Intellect, Nvidia, Mercor, Fleet AI, Microsoft, Hugging Face, and RadixArk.

    Architecture and Core Components

    OpenEnv is built around four main layers:

    • Environment (server-side): A base class implementing reset(), step(action), and state(), served via FastAPI over WebSocket inside a Docker container.
    • EnvClient (client-side): A base class that handles WebSocket connections to the environment server, with both async (recommended) and sync (.sync() wrapper) usage patterns.
    • Container Providers: Pluggable backends for running containers—LocalDockerProvider, DockerSwarmProvider, UVProvider, DaytonaProvider, ACASandboxProvider, and a planned KubernetesProvider.
    • CLI (openenv): Commands for scaffolding (init), deploying (push), serving locally (serve), building images (build), forking Spaces (fork), and validating configurations (validate).

    The web interface, conditionally enabled via ENABLE_WEB_INTERFACE=true, provides a two-pane layout with real-time WebSocket updates, dynamically generated action forms, and a full action history log.

    Pre-Built Environment Library

    OpenEnv ships with several ready-to-use environments:

    • Echo Environment — Echoes messages with metadata; useful for testing infrastructure and learning the framework.
    • Coding Environment — Sandboxed Python code execution via smolagents, capturing stdout/stderr/exit codes with persistent episode context.
    • Chess Environment — Full chess rules with configurable opponents for RL training.
    • Atari Environment — Classic Arcade Learning Environment tasks for RL benchmarking.
    • FinRL Environment — Financial market simulations for algorithmic trading experiments.

    Community environments are browsable at the Hugging Face OpenEnv docs page.

    RL Framework Integrations

    OpenEnv is designed to plug into a growing ecosystem of RL training frameworks:

    • TRL — GRPO training integration documented in the TRL docs.
    • torchforge (Meta-PyTorch) — Featured BlackJack GRPO training example.
    • Unsloth — 2048 game training example via Colab notebook.
    • SkyRL (UC Berkeley) — Documented integration for training on OpenEnv environments.
    • ART (OpenPipe) — Integration for model training with ART.
    • Oumi — GRPO with TRL notebook.
    • Lightning AI — Featured templates.

    Update: v0.3.1

    The latest release is v0.3.1, published on June 2, 2026. The repository shows active development with 2,376 stars and 403 forks as of late June 2026. Active RFCs include support for MCP (Model Context Protocol) environments, delayed rewards for trajectory-based scoring, agentic harness integration, and an env-token world modeling proposal (ECHO). The project explicitly notes it is in an experimental stage and that APIs may change in future versions.

    OpenEnv - 1

    Community Discussions

    Be the first to start a conversation about OpenEnv

    Share your experience with OpenEnv, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Fully free and open-source under BSD 3-Clause license. Install via pip and deploy environments anywhere.

    • Full framework access under BSD 3-Clause license
    • CLI for environment management
    • Pre-built environment library
    • Docker-based deployment
    • Hugging Face Spaces integration

    Capabilities

    Key Features

    • Gymnasium-style step(), reset(), state() APIs
    • Container-first design with Docker packaging
    • HTTP/WebSocket-native environment serving
    • Secure sandboxed execution for untrusted agent code
    • Pre-built environments: Echo, Coding, Chess, Atari, FinRL
    • CLI for environment scaffolding, deployment, and management
    • Async and sync client APIs
    • Built-in web interface for interactive debugging
    • MCP (Model Context Protocol) environment support
    • Delayed rewards for trajectory-based scoring
    • Auto-discovery of environment tools by agents
    • Deploy environments to Hugging Face Spaces
    • Multiple container providers: Local Docker, Docker Swarm, UV, Daytona, ACA Sandbox
    • Type-safe action/observation models via Pydantic
    • RL framework integrations: TRL, torchforge, Unsloth, SkyRL, ART, Oumi, Lightning AI

    Integrations

    TRL
    torchforge (Meta-PyTorch)
    Unsloth
    SkyRL
    ART (OpenPipe)
    Oumi
    Lightning AI
    Hugging Face Spaces
    Docker
    FastAPI
    smolagents
    BrowserGym
    Inspect AI
    Axolotl AI
    SGLang
    vLLM
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate OpenEnv and help others make informed decisions.

    Developer

    Hugging Face, Inc.

    Hugging Face is a company specializing in artificial intelligence with a focus on natural language processing. They maintain a popular platform for model sharing and provide tools and libraries that democratize access to state-of-the-art machine learning.

    Founded 2016
    New York City, NY
    $395.2M raised
    769 employees

    Used by

    Intel
    Pfizer
    Bloomberg
    eBay
    +5 more
    Read more about Hugging Face, Inc.
    WebsiteGitHubX / Twitter
    7 tools in directory

    Similar Tools

    Agent Orchestrator icon

    Agent Orchestrator

    An open-source agent orchestration framework by ComposioHQ for building, coordinating, and managing multi-agent AI systems.

    OpenAI Symphony icon

    OpenAI Symphony

    Symphony is an open-source multi-agent orchestration framework by OpenAI, built with Elixir, for coordinating AI agents in complex workflows.

    OpenHarness icon

    OpenHarness

    Open-source lightweight agent infrastructure (tool-use, skills, memory, multi-agent coordination) with ohmo, a personal AI agent that works in Feishu, Slack, Telegram, and Discord.

    Browse all tools

    Related Topics

    Agent Harness

    Infrastructure, orchestrators, and task runners that wrap around LLM coding agents — covering session management, context delivery, worktree isolation, architecture enforcement, and issue-to-PR pipelines.

    109 tools

    Agent Frameworks

    Tools and platforms for building and deploying custom AI agents.

    475 tools

    AI Infrastructure

    Infrastructure designed for deploying and running AI models.

    302 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions