Spaces:
Running
Running
jasondo OpenAI Codex commited on
Commit ·
2c37d0f
1
Parent(s): 3705d25
Record Snap2Sim deployment verification
Browse filesCo-authored-by: OpenAI Codex <codex@openai.com>
AGENTS.md
CHANGED
|
@@ -166,17 +166,26 @@ technical cutaway animation.
|
|
| 166 |
- Local verification passed with FastAPI `TestClient`: `/` returned the HTML
|
| 167 |
shell, `/analyze_image` returned the placeholder analysis, and
|
| 168 |
`/generate_scene` returned an `<a-scene>` block.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 169 |
|
| 170 |
## Next Work
|
| 171 |
|
| 172 |
-
- Deploy the current branch through GitHub-to-HF sync, keep the Space private,
|
| 173 |
-
and confirm the private Space loads the trusted `index.html` shell.
|
| 174 |
-
- Update Space/Modal endpoint variables if needed so `MODAL_GENERATE_URL`
|
| 175 |
-
points at the deployed `generate_scene` endpoint, then verify
|
| 176 |
-
`/analyze_image` and `/generate_scene` with the secured bearer-token flow.
|
| 177 |
-
- Run an end-to-end private Space check with a real image: upload ->
|
| 178 |
-
`/analyze_image` -> panel population -> `/generate_scene` -> A-Frame render
|
| 179 |
-
or deterministic Three.js fallback.
|
| 180 |
- Optional polish only after private deployment verification: component
|
| 181 |
watermark, noise texture, vignette, then scan-line reveal refinements.
|
| 182 |
- Keep the Hugging Face Space private until the user explicitly approves making
|
|
|
|
| 166 |
- Local verification passed with FastAPI `TestClient`: `/` returned the HTML
|
| 167 |
shell, `/analyze_image` returned the placeholder analysis, and
|
| 168 |
`/generate_scene` returned an `<a-scene>` block.
|
| 169 |
+
- Deployed the renamed Modal app on June 14, 2026. Modal now exposes
|
| 170 |
+
`generate_scene` and `generate_scene_llamacpp` web endpoints.
|
| 171 |
+
- Updated Hugging Face Space variable `MODAL_GENERATE_URL` to the deployed
|
| 172 |
+
`generate_scene` endpoint. `MODAL_ANALYZE_URL` remains pointed at the
|
| 173 |
+
verified `analyze_image_llamacpp` endpoint.
|
| 174 |
+
- PR #2 merged to `main`; GitHub Actions sync run
|
| 175 |
+
`https://github.com/Bigstonks1/Snap2Sim/actions/runs/27492198915` completed
|
| 176 |
+
successfully.
|
| 177 |
+
- Hugging Face Space `jasondo111/Snap2Sim` reported SHA
|
| 178 |
+
`9175771c1d3a2e39d7191b24e5729473fdaae0ef`, matching GitHub `main`, and
|
| 179 |
+
remained private/running on `cpu-basic`.
|
| 180 |
+
- Verified the private Space root with authenticated HTTP on June 14, 2026:
|
| 181 |
+
status `200`, trusted `index.html` shell text present.
|
| 182 |
+
- Verified the private Space endpoint chain with an authenticated image request
|
| 183 |
+
on June 14, 2026: `/analyze_image` returned a validated mechanism payload
|
| 184 |
+
through the secured Modal bearer-token flow, and `/generate_scene` returned
|
| 185 |
+
an A-Frame `<a-scene>` block.
|
| 186 |
|
| 187 |
## Next Work
|
| 188 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 189 |
- Optional polish only after private deployment verification: component
|
| 190 |
watermark, noise texture, vignette, then scan-line reveal refinements.
|
| 191 |
- Keep the Hugging Face Space private until the user explicitly approves making
|