feat(iced): implement AI script generator with working LLM calls

This commit is contained in:
2026-07-15 17:02:06 +03:00
parent 827d9b1742
commit 3bc5966630
7 changed files with 406 additions and 38 deletions
@@ -3,6 +3,7 @@
//! Launches the Iced application with the HCIE image editor.
mod ai_chat;
mod ai_script;
mod app;
mod canvas;
mod color_picker;