Skip to content

Conversation

@sergiopaniego
Copy link
Member

@sergiopaniego sergiopaniego commented Oct 31, 2025

What does this PR do?

I'm playing with the OpenEnv integration and I'd like to add some more details about how to setup up everything.
For example:

  • What to do with the envs in the Hub?
  • How to setup the env (via Docker, via uvicorn, via HF Space)
  • Adapt the examples a bit to handle args and connection from Docker.

Before submitting

  • This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case).
  • Did you read the contributor guideline,
    Pull Request section?
  • Was this discussed/approved via a GitHub issue? Please add a link
    to it if that's the case.
  • Did you make sure to update the documentation with your changes?
  • Did you write any new necessary tests?

Who can review?

@qgallouedec @burtenshaw


# Create HTTP client for Echo Environment
client = EchoEnv.from_docker_image("echo-env:latest")
client = EchoEnv.from_docker_image("echo-env:latest") # or client = EchoEnv(base_url=f"{ENV_URL}")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We could also use a separate snippet for the client and thenhfoptions to expose the options as tabs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants