cleanup some LLM crud

This commit is contained in:
smarm
2026-06-20 12:22:33 +02:00
parent 07867b91f6
commit f646c5cd72
6 changed files with 24 additions and 176 deletions
+1 -1
View File
@@ -38,7 +38,7 @@
#![deny(dead_code, unreachable_patterns)]
use smarm::run;
use smarm::statem::{spawn, Cx, Machine, Reply, Resolution, StatemRef};
use smarm::gen_statem::{spawn, Cx, Machine, Reply, Resolution, StatemRef};
// === user types ============================================================