Initial commit

This commit is contained in:
2026-08-19 19:34:30 +08:00
commit beba8744b4
285 changed files with 74293 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
# CAD CDSL Workspace
This repository is organized as a CAD generation workspace with four runtime
programs and one AI skill:
- `frontend/`: Agent UI and 3D model preview.
- `backend/`: API, generation orchestration, engine, and official CDSL library.
- `solidworks_to_json/`: SolidWorks export plugin.
- `json_to_cdsl/`: SolidWorks JSON to parameterized CDSL converter.
- `backend/agent/skills/cad-engine/`: Instructions for the backend AI agent to use the CAD engine.
- `cdsl 5/`: Existing experimental assets kept unchanged for reference.
Run both application services from the repository root with:
```bash
./run.sh
```
The startup script expects `backend/app/main.py` and
`frontend/package.json` to be added by the implementation phase.