zkwentz commited on
Commit
c241569
·
verified ·
1 Parent(s): e6db523

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. README.md +3 -30
  2. src/envs/coding_env/README.md +2 -2
README.md CHANGED
@@ -1,8 +1,8 @@
1
  ---
2
- title: Coding_env Environment Server
3
  emoji: 💻
4
- colorFrom: blue
5
- colorTo: gray
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: '#007ACC'
5
- colorTo: '#1E1E1E'
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