Spaces:
Sleeping
Sleeping
Upload README.md
Browse files
README.md
CHANGED
|
@@ -23,6 +23,12 @@ tags:
|
|
| 23 |
|
| 24 |
---
|
| 25 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 26 |
## TL;DR — What Is This?
|
| 27 |
|
| 28 |
**Problem:** Every 2AM, six services fire alerts simultaneously. One root cause is hidden in thousands of log lines. Average engineer takes 45 minutes to resolve.
|
|
@@ -240,7 +246,7 @@ curl http://localhost:7860/health
|
|
| 240 |
|
| 241 |
```bash
|
| 242 |
# Clone
|
| 243 |
-
git clone https://github.com/
|
| 244 |
cd logtriage-env
|
| 245 |
|
| 246 |
# Install
|
|
@@ -263,8 +269,8 @@ python train.py \
|
|
| 263 |
|----------|-----|
|
| 264 |
| **Live Environment** | https://huggingface.co/spaces/OGrohit/logtriage-env |
|
| 265 |
| **Trained Model** | https://huggingface.co/OGrohit/logtriage-sre-agent |
|
| 266 |
-
| **Blog Post** | https://
|
| 267 |
-
| **GitHub** | https://github.com/
|
| 268 |
| **Hackathon** | Meta × PyTorch × Scaler OpenEnv Grand Finale 2026 |
|
| 269 |
|
| 270 |
---
|
|
|
|
| 23 |
|
| 24 |
---
|
| 25 |
|
| 26 |
+
## The Quote
|
| 27 |
+
|
| 28 |
+
> *"Root causes never log first. Symptoms cascade before causes appear. By the time you're paging the right team, you've already wasted 30 minutes chasing ghosts in logs. LogTriageEnv teaches LLM agents to think like veteran SREs: trace backward, find the root cause before the symptoms drown you out."*
|
| 29 |
+
|
| 30 |
+
---
|
| 31 |
+
|
| 32 |
## TL;DR — What Is This?
|
| 33 |
|
| 34 |
**Problem:** Every 2AM, six services fire alerts simultaneously. One root cause is hidden in thousands of log lines. Average engineer takes 45 minutes to resolve.
|
|
|
|
| 246 |
|
| 247 |
```bash
|
| 248 |
# Clone
|
| 249 |
+
git clone https://github.com/rohitdecodes/logtriage-env
|
| 250 |
cd logtriage-env
|
| 251 |
|
| 252 |
# Install
|
|
|
|
| 269 |
|----------|-----|
|
| 270 |
| **Live Environment** | https://huggingface.co/spaces/OGrohit/logtriage-env |
|
| 271 |
| **Trained Model** | https://huggingface.co/OGrohit/logtriage-sre-agent |
|
| 272 |
+
| **Blog Post** | https://github.com/rohitdecodes/logtriage-env/blob/main/BLOG_POST.md |
|
| 273 |
+
| **GitHub Repository** | https://github.com/rohitdecodes/logtriage-env |
|
| 274 |
| **Hackathon** | Meta × PyTorch × Scaler OpenEnv Grand Finale 2026 |
|
| 275 |
|
| 276 |
---
|