ForgeCAD / README.md
KaiWu
feat(app): add lightweight feedback capture
ab26a21
---
title: CAD and 3D Agent
colorFrom: blue
colorTo: green
sdk: docker
app_port: 7860
pinned: false
---
# CAD and 3D Agent
A conversational agent for generating precise CadQuery CAD models and image-to-3D assets.
## Required Secrets
Configure these as Hugging Face Space secrets:
- `MODEL_ID`
- `ANTHROPIC_BASE_URL`
- `ANTHROPIC_API_KEY` or the auth variable required by your Anthropic-compatible endpoint
- `LUX3D_API_KEY`
## Runtime Storage
Set `AIGC_ARTIFACT_ROOT=/data/outputs` for persistent generated models and manifests on Hugging Face Spaces.
Feedback is appended to `$AIGC_ARTIFACT_ROOT/feedback/feedback.jsonl`.