Spaces:
Sleeping
Sleeping
Dev Shah commited on
Commit ·
f38e311
1
Parent(s): 4e320a3
fix: add HF Spaces Docker metadata (sdk: docker, app_port: 7860) to README
Browse files
README.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Email Triage & Response Environment
|
| 2 |
|
| 3 |
An OpenEnv-compatible RL environment where an AI agent manages a realistic email inbox: reading messages, prioritising them, drafting replies, archiving junk, and flagging ambiguous items for human review.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Email Triage Environment
|
| 3 |
+
emoji: 📧
|
| 4 |
+
colorFrom: red
|
| 5 |
+
colorTo: purple
|
| 6 |
+
sdk: docker
|
| 7 |
+
app_port: 7860
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
# Email Triage & Response Environment
|
| 11 |
|
| 12 |
An OpenEnv-compatible RL environment where an AI agent manages a realistic email inbox: reading messages, prioritising them, drafting replies, archiving junk, and flagging ambiguous items for human review.
|