mirror of
https://github.com/bunny-lab-io/Borealis.git
synced 2025-12-16 11:25:48 -07:00
Agent Reverse Tunneling - Engine Tunnel Service Implementation
This commit is contained in:
1084
Data/Engine/services/WebSocket/Agent/ReverseTunnel.py
Normal file
1084
Data/Engine/services/WebSocket/Agent/ReverseTunnel.py
Normal file
File diff suppressed because it is too large
Load Diff
10
Data/Engine/services/WebSocket/Agent/__init__.py
Normal file
10
Data/Engine/services/WebSocket/Agent/__init__.py
Normal file
@@ -0,0 +1,10 @@
|
||||
# ======================================================
|
||||
# Data\Engine\services\WebSocket\Agent\__init__.py
|
||||
# Description: Package marker for Agent-facing WebSocket services (reverse tunnel scaffolding).
|
||||
#
|
||||
# API Endpoints (if applicable): None
|
||||
# ======================================================
|
||||
|
||||
"""Agent-facing WebSocket services for the Engine runtime."""
|
||||
|
||||
__all__ = []
|
||||
Reference in New Issue
Block a user