You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
shugonet_bridge.py — ShugoCore-side adapter for the Shogunet networking
layer, following the same pattern as robotics_handler.py and mobile_nodes.py. Enables multi-agent collaboration over 5G, 4G, WiFi,
LoRa, and Bluetooth with a codependent memory mesh.
ShugonetExecutionHandler dispatches network actions to the Shogunet ShugonetAgentRuntime.
register_network_handlers() registers network action types with the ExecutionLayer and policy.KNOWN_ACTION_TYPES.
attach_network_fallbacks() merges network trigger severities into the
deterministic FallbackController.