Summary
Factory widget should be able to:
- Export: Save current forge settings as a .alloy.json recipe
- Import: Load a .alloy.json to populate forge controls
- Display: Show executed alloy results (benchmarks, hardware grid, samples) after forge completes
- Download: Provide download link for the executed alloy from published models
Why
Alloys are the portable format — users should be able to share recipes and results through the UI, not just CLI.
Depends on
- forge-alloy TypeScript package (CambrianTech/forge-alloy)
- model/forge already sends alloys (done: commit 196a9e2)
Summary
Factory widget should be able to:
Why
Alloys are the portable format — users should be able to share recipes and results through the UI, not just CLI.
Depends on