echo_env / README.md
burtenshaw's picture
burtenshaw HF Staff
Upload folder using huggingface_hub
2f4e2de verified
---
title: Echo_env Environment Server
emoji: πŸ”Š
colorFrom: blue
colorTo: gray
sdk: docker
pinned: false
app_port: 8000
base_path: /web
---
# Echo_env Environment Server
FastAPI server for echo_env environment powered by Meta's OpenEnv.
## About
This Space provides a containerized environment for echo_env interactions.
Built with FastAPI and OpenEnv framework.
## Web Interface
This deployment includes an interactive web interface for exploring the environment:
- **HumanAgent Interface**: Interact with the environment using a web form
- **State Observer**: Real-time view of environment state and action history
- **Live Updates**: WebSocket-based real-time updates
Access the web interface at: `/web`
## Echo Environment
Simple test environment that echoes back messages. Perfect for testing the OpenEnv APIs.
### Usage
Send a POST request to `/step` with:
```json
{
"message": "Hello World"
}
```