CyberTitan • Titan Fabricator
Titan Fabricator Documentation
TitanFabricator is a cloud-to-physical remediation workflow that turns an uploaded
image of a physical security issue into a generated STL artifact and routes approved
jobs to the local print bridge for Bambu and Creality execution.
Current Live Flow
- Image is analyzed by the Titan runtime.
- Gemini generates constrained remediation geometry.
- The slicer compiles and stores the STL in Cloud Storage.
- Firestore tracks job state and printer assignment.
- The local Mac print bridge downloads approved jobs for the Bambu H2S.
Current Operator Entry Point
Use Deploy Swarm to submit a remediation run. The current live page
supports analysis using an existing GCS image URI. Next backend increments will add
direct upload, job creation, approval, and automated local dispatch.
Status Model
- UPLOADED
- ANALYZING
- STL_READY
- READY_FOR_APPROVAL
- READY_FOR_LOCAL_SLICE
- QUEUED_ON_H2S
- PRINTING
- COMPLETED / FAILED