LordXido commited on
Commit
3fb0e88
·
verified ·
1 Parent(s): 5632ae6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -8
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
- # CodexHF Sovereign API Gateway
 
 
 
 
 
 
 
 
 
 
 
12
 
13
- This is the RESTful API backend for evaluating work descriptions via the Codex Work-as-Value engine. It includes ethical constraint enforcement (CodexΛ) and symbolic output.
 
 
 
 
14
 
15
  ## Endpoints
16
- - POST /evaluate
 
 
 
17
 
18
- ## Setup
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.