Spaces:
Build error
Build error
Upload folder using huggingface_hub
Browse files- README.md +3 -30
- src/envs/coding_env/README.md +2 -2
README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
emoji: 💻
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
sdk: docker
|
| 7 |
pinned: false
|
| 8 |
app_port: 8000
|
|
@@ -11,33 +11,6 @@ tags:
|
|
| 11 |
- openenv
|
| 12 |
---
|
| 13 |
|
| 14 |
-
# Coding_env Environment Server
|
| 15 |
-
|
| 16 |
-
FastAPI server for coding_env environment powered by Meta's OpenEnv.
|
| 17 |
-
|
| 18 |
-
## About
|
| 19 |
-
|
| 20 |
-
This Space provides a containerized environment for coding_env interactions.
|
| 21 |
-
Built with FastAPI and OpenEnv framework.
|
| 22 |
-
|
| 23 |
-
## Web Interface
|
| 24 |
-
|
| 25 |
-
This deployment includes an interactive web interface for exploring the environment:
|
| 26 |
-
- **HumanAgent Interface**: Interact with the environment using a web form
|
| 27 |
-
- **State Observer**: Real-time view of environment state and action history
|
| 28 |
-
- **Live Updates**: WebSocket-based real-time updates
|
| 29 |
-
|
| 30 |
-
Access the web interface at: `/web`
|
| 31 |
-
|
| 32 |
-
## API Documentation
|
| 33 |
-
|
| 34 |
-
Visit `/docs` for interactive API documentation.
|
| 35 |
-
|
| 36 |
-
## Health Check
|
| 37 |
-
|
| 38 |
-
The environment provides a health check endpoint at `/health`.
|
| 39 |
-
|
| 40 |
-
|
| 41 |
# Coding Environment
|
| 42 |
|
| 43 |
A Python code execution environment that runs arbitrary Python code and returns results. Perfect for testing code execution infrastructure and demonstrating environment usage patterns.
|
|
|
|
| 1 |
---
|
| 2 |
+
title: Coding Environment Server
|
| 3 |
emoji: 💻
|
| 4 |
+
colorFrom: gray
|
| 5 |
+
colorTo: indigo
|
| 6 |
sdk: docker
|
| 7 |
pinned: false
|
| 8 |
app_port: 8000
|
|
|
|
| 11 |
- openenv
|
| 12 |
---
|
| 13 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
# Coding Environment
|
| 15 |
|
| 16 |
A Python code execution environment that runs arbitrary Python code and returns results. Perfect for testing code execution infrastructure and demonstrating environment usage patterns.
|
src/envs/coding_env/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
---
|
| 2 |
title: Coding Environment Server
|
| 3 |
emoji: 💻
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
sdk: docker
|
| 7 |
pinned: false
|
| 8 |
app_port: 8000
|
|
|
|
| 1 |
---
|
| 2 |
title: Coding Environment Server
|
| 3 |
emoji: 💻
|
| 4 |
+
colorFrom: gray
|
| 5 |
+
colorTo: indigo
|
| 6 |
sdk: docker
|
| 7 |
pinned: false
|
| 8 |
app_port: 8000
|