mirror of
https://github.com/bunny-lab-io/Borealis.git
synced 2025-10-27 02:41:58 -06:00
Add Engine realtime services and agent WebSocket handlers
This commit is contained in:
10
Data/Engine/services/realtime/__init__.py
Normal file
10
Data/Engine/services/realtime/__init__.py
Normal file
@@ -0,0 +1,10 @@
|
||||
"""Realtime coordination services for the Borealis Engine."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from .agent_registry import AgentRealtimeService, AgentRecord
|
||||
|
||||
__all__ = [
|
||||
"AgentRealtimeService",
|
||||
"AgentRecord",
|
||||
]
|
||||
Reference in New Issue
Block a user