Complete P2P system implementation with tests - all core functionality ready

Co-authored-by: moe-charm <217100418+moe-charm@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-08-12 01:39:51 +00:00
parent 861201cab4
commit 494f413ddf
4 changed files with 137 additions and 1 deletions

View File

@ -38,7 +38,7 @@
use crate::box_trait::{NyashBox, StringBox, BoolBox, BoxCore, BoxBase};
use crate::boxes::IntentBox;
use crate::transport::{Transport, InProcessTransport, TransportError};
use crate::messaging::{IntentHandler, MessageBusData};
use crate::messaging::IntentHandler;
use std::any::Any;
use std::sync::{Arc, Mutex};