LordXido commited on
Commit
813df59
·
verified ·
1 Parent(s): e1a5c07

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -8,3 +8,15 @@ pinned: false
8
  ---
9
 
10
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ ```