Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# OpenEnv - Email Triage & Operations (EmailOps)
|
| 2 |
|
| 3 |
This repository contains a real-world task simulation environment for AI agents built according to the **OpenEnv specification**. The environment simulates a mock email inbox where agents perform triage capabilities including moving emails, reading, replying, deleting, and flagging.
|
|
@@ -60,4 +70,4 @@ This environment is containerized for Hugging Face Spaces using the Gradio inter
|
|
| 60 |
docker build -t openenv-emailops .
|
| 61 |
docker run -p 7860:7860 openenv-emailops
|
| 62 |
```
|
| 63 |
-
Go to `http://localhost:7860` in your browser.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
title: OpenEnv EmailOps
|
| 4 |
+
sdk: docker
|
| 5 |
+
emoji: 💻
|
| 6 |
+
colorFrom: blue
|
| 7 |
+
colorTo: indigo
|
| 8 |
+
pinned: false
|
| 9 |
+
short_description: 'A complete, real-world OpenEnv simulation for email '
|
| 10 |
+
---
|
| 11 |
# OpenEnv - Email Triage & Operations (EmailOps)
|
| 12 |
|
| 13 |
This repository contains a real-world task simulation environment for AI agents built according to the **OpenEnv specification**. The environment simulates a mock email inbox where agents perform triage capabilities including moving emails, reading, replying, deleting, and flagging.
|
|
|
|
| 70 |
docker build -t openenv-emailops .
|
| 71 |
docker run -p 7860:7860 openenv-emailops
|
| 72 |
```
|
| 73 |
+
Go to `http://localhost:7860` in your browser.
|