openenv-testing/julia_env-pr-170
0
1---2title: Julia_env Environment Server3emoji: 🐳4colorFrom: blue5colorTo: green6sdk: docker7pinned: false8app_port: 80009base_path: /web10tags:11 - openenv-pr12---13 14# Julia_env Environment Server15 16FastAPI server for julia_env environment powered by Meta's OpenEnv.17 18## About19 20This Space provides a containerized environment for julia_env interactions.21Built with FastAPI and OpenEnv framework.22 23## Web Interface24 25This deployment includes an interactive web interface for exploring the environment:26- **HumanAgent Interface**: Interact with the environment using a web form27- **State Observer**: Real-time view of environment state and action history28- **Live Updates**: WebSocket-based real-time updates29 30Access the web interface at: `/web`31 32 33## API Documentation34 35Visit `/docs` for interactive API documentation.36 37## Health Check38 39The environment provides a health check endpoint at `/health`.40 