Spaces:
Running
Running
chore(sync): mirror backend .py + Dockerfile to Space (hf-sync-backend)
Browse filesAutomated backend sync from szl-holdings/a11oy main via hf-sync-backend.
Updated (differed from the Space): szl3d_holographic.py
Deleted (gone from the repo + Dockerfile COPY set): (none)
Keeps the Space-built backend (serve.py + the Dockerfile-COPY'd .py
modules) identical to GitHub main so the Space never rebuilds from a
stale backend, new endpoints don't 404 there, and orphaned modules
removed from the repo don't linger in the Space tree.
- szl3d_holographic.py +1 -0
szl3d_holographic.py
CHANGED
|
@@ -110,6 +110,7 @@ SURFACES: List[Dict[str, str]] = [
|
|
| 110 |
{"id": "hybridssm", "title": "HybridSSM · Attention vs State-Space vs Hybrid Frontier (synthesis)", "owner": "WaveF"},
|
| 111 |
{"id": "governedagent", "title": "Governed Agent Loop · plan→act→self-eval→gate→retry", "owner": "WaveJ-Dev5"},
|
| 112 |
{"id": "governedrag", "title": "Governed RAG · Retrieval-with-Receipts", "owner": "WaveJ-Dev4"},
|
|
|
|
| 113 |
]
|
| 114 |
|
| 115 |
# Content-type by extension (the only extensions we serve from the 3d tree).
|
|
|
|
| 110 |
{"id": "hybridssm", "title": "HybridSSM · Attention vs State-Space vs Hybrid Frontier (synthesis)", "owner": "WaveF"},
|
| 111 |
{"id": "governedagent", "title": "Governed Agent Loop · plan→act→self-eval→gate→retry", "owner": "WaveJ-Dev5"},
|
| 112 |
{"id": "governedrag", "title": "Governed RAG · Retrieval-with-Receipts", "owner": "WaveJ-Dev4"},
|
| 113 |
+
{"id": "ecosystem", "title": "Harness · Ecosystem Status", "owner": "Wave30-Dev3"},
|
| 114 |
]
|
| 115 |
|
| 116 |
# Content-type by extension (the only extensions we serve from the 3d tree).
|