Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,14 +1,24 @@
|
|
| 1 |
---
|
| 2 |
-
title: Mission Control
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
-
###
|
| 7 |
sdk: docker
|
| 8 |
app_port: 7860
|
| 9 |
-
###
|
| 10 |
pinned: false
|
|
|
|
| 11 |
license: mit
|
| 12 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
|
| 14 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 1 |
---
|
| 2 |
+
title: Mission Control v2 - Docker
|
| 3 |
+
emoji: 馃殌
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: indigo
|
|
|
|
| 6 |
sdk: docker
|
| 7 |
app_port: 7860
|
|
|
|
| 8 |
pinned: false
|
| 9 |
+
##
|
| 10 |
license: mit
|
| 11 |
---
|
| 12 |
+
# Mission Control AI v2 (Docker)
|
| 13 |
+
|
| 14 |
+
Versi贸n refactorizada y m谩s robusta.
|
| 15 |
+
|
| 16 |
+
Estado actual: arranque b谩sico con FastAPI + frontend est谩tico.
|
| 17 |
+
|
| 18 |
+
Pr贸ximos pasos:
|
| 19 |
+
- Reintegrar agentes multi-LLM
|
| 20 |
+
- Persistencia con SQLite
|
| 21 |
+
- Generaci贸n de documentos
|
| 22 |
+
|
| 23 |
|
| 24 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|