Spaces:
Running
Running
Commit
Β·
481bdd7
1
Parent(s):
d33aedd
fix: add bash language identifier to code block (CodeRabbit)
Browse files
docs/implementation/roadmap.md
CHANGED
|
@@ -30,7 +30,7 @@ Each slice implements a feature from **Entry Point (UI/API) -> Logic -> Data/Ext
|
|
| 30 |
|
| 31 |
### Directory Structure (Maintainer's Structure)
|
| 32 |
|
| 33 |
-
```
|
| 34 |
src/
|
| 35 |
βββ app.py # Entry point (Gradio UI)
|
| 36 |
βββ orchestrator.py # Agent loop (Search -> Judge -> Loop)
|
|
|
|
| 30 |
|
| 31 |
### Directory Structure (Maintainer's Structure)
|
| 32 |
|
| 33 |
+
```bash
|
| 34 |
src/
|
| 35 |
βββ app.py # Entry point (Gradio UI)
|
| 36 |
βββ orchestrator.py # Agent loop (Search -> Judge -> Loop)
|