Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -8,15 +8,29 @@ pinned: false
|
|
| 8 |
---
|
| 9 |
|
| 10 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
| 11 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
|
| 13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
|
| 15 |
## Endpoints
|
| 16 |
-
-
|
|
|
|
|
|
|
|
|
|
| 17 |
|
| 18 |
-
|
| 19 |
-
```
|
| 20 |
-
pip install -r requirements.txt
|
| 21 |
-
uvicorn api_gateway:app --reload
|
| 22 |
-
```
|
|
|
|
| 8 |
---
|
| 9 |
|
| 10 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
| 11 |
+
---
|
| 12 |
+
title: CodexHF API Gateway
|
| 13 |
+
emoji: 🧠
|
| 14 |
+
colorFrom: black
|
| 15 |
+
colorTo: blue
|
| 16 |
+
sdk: docker
|
| 17 |
+
pinned: true
|
| 18 |
+
---
|
| 19 |
+
|
| 20 |
+
# CodexHF API Gateway
|
| 21 |
+
|
| 22 |
+
This Space is the **sovereign control plane** for the Codex distributed system.
|
| 23 |
|
| 24 |
+
## Role
|
| 25 |
+
- API Gateway
|
| 26 |
+
- Capability Registry
|
| 27 |
+
- Wake-on-demand orchestration
|
| 28 |
+
- Stable ABI for all Codex Spaces
|
| 29 |
|
| 30 |
## Endpoints
|
| 31 |
+
- `GET /health`
|
| 32 |
+
- `GET /capabilities`
|
| 33 |
+
- `POST /invoke`
|
| 34 |
+
- `POST /wake`
|
| 35 |
|
| 36 |
+
This Space is **service-first**, not a UI demo.
|
|
|
|
|
|
|
|
|
|
|
|