bridge property
BundleSessionBridge?
bridge
final
Optional bridge. When present (with a non-null session) every
agent dispatch runs inside bridge.runScoped(session, ...) so
the agent id scope follows the active bundle's namespace.
Implementation
final BundleSessionBridge? bridge;