Spaces:
Running
Running
Add Hugging Face Space metadata
Browse files
README.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Production Incident Triage Environment
|
| 2 |
|
| 3 |
This project is an OpenEnv-compatible evaluation environment for production incident response. An agent receives a typed incident observation and must perform one of three real-world triage tasks: classify severity, identify the most likely root cause, or recommend the best immediate action.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Incident Triage Env
|
| 3 |
+
colorFrom: gray
|
| 4 |
+
colorTo: blue
|
| 5 |
+
sdk: docker
|
| 6 |
+
app_port: 7860
|
| 7 |
+
license: mit
|
| 8 |
+
short_description: OpenEnv-compatible incident triage evaluation environment.
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
# Production Incident Triage Environment
|
| 12 |
|
| 13 |
This project is an OpenEnv-compatible evaluation environment for production incident response. An agent receives a typed incident observation and must perform one of three real-world triage tasks: classify severity, identify the most likely root cause, or recommend the best immediate action.
|