Spaces:
Sleeping
Sleeping
arjeet commited on
Commit ·
de5eb3d
1
Parent(s): e03aa3c
commit2
Browse files
README.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Doc Sweeper Environment
|
| 2 |
|
| 3 |
A virtual file system and text-editing environment for OpenEnv. This environment tasks autonomous LLM agents with acting as automated documentation engineers, requiring them to navigate a directory tree, read files, and apply precise string manipulations to complete complex refactoring tasks.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Doc Sweeper Environment
|
| 3 |
+
emoji: 🧹
|
| 4 |
+
colorFrom: 'blue'
|
| 5 |
+
colorTo: 'green'
|
| 6 |
+
sdk: docker
|
| 7 |
+
pinned: false
|
| 8 |
+
app_port: 8000
|
| 9 |
+
tags:
|
| 10 |
+
- openenv
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
+
|
| 14 |
# Doc Sweeper Environment
|
| 15 |
|
| 16 |
A virtual file system and text-editing environment for OpenEnv. This environment tasks autonomous LLM agents with acting as automated documentation engineers, requiring them to navigate a directory tree, read files, and apply precise string manipulations to complete complex refactoring tasks.
|