kptui: organize client code into kordophoned-client
This commit is contained in:
5
core/kordophoned-client/src/lib.rs
Normal file
5
core/kordophoned-client/src/lib.rs
Normal file
@@ -0,0 +1,5 @@
|
||||
mod platform;
|
||||
mod worker;
|
||||
|
||||
pub use worker::{spawn_worker, ChatMessage, ConversationSummary, Event, Request};
|
||||
|
||||
Reference in New Issue
Block a user