runtime: remove embedded worker socket transport

This commit is contained in:
2026-08-13 03:25:57 +09:00
parent a44a4bc4f8
commit fe373b5656
7 changed files with 345 additions and 33 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ mod permission;
mod worker;
pub use compact::token_counter::{EstimateSource, SplitPoint, TokenEstimate};
pub use controller::{ShutdownReceiver, WorkerController, WorkerHandle};
pub use controller::{ShutdownReceiver, WorkerController, WorkerControllerTransport, WorkerHandle};
pub use hook::{Hook, HookEventKind, HookRegistryBuilder};
pub use ipc::alerter::Alerter;
pub use ipc::server::SocketServer;