LordXido commited on
Commit
e1a5c07
·
verified ·
1 Parent(s): 82ddb5f

Update README 2.md

Browse files
Files changed (1) hide show
  1. README 2.md +0 -12
README 2.md CHANGED
@@ -1,12 +0,0 @@
1
- # CodexHF Sovereign API Gateway
2
-
3
- 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.
4
-
5
- ## Endpoints
6
- - POST /evaluate
7
-
8
- ## Setup
9
- ```
10
- pip install -r requirements.txt
11
- uvicorn api_gateway:app --reload
12
- ```