Private
Public Access
1
0

kptui: organize client code into kordophoned-client

This commit is contained in:
2025-12-14 18:06:14 -08:00
parent 68bb94aa0b
commit fc69c387c5
13 changed files with 661 additions and 609 deletions

View File

@@ -0,0 +1,5 @@
mod platform;
mod worker;
pub use worker::{spawn_worker, ChatMessage, ConversationSummary, Event, Request};