mirror of
https://github.com/bunny-lab-io/Borealis.git
synced 2025-10-26 19:41:57 -06:00
Add Engine scheduler service and job interfaces
This commit is contained in:
@@ -18,6 +18,7 @@ from .enrollment import (
|
||||
EnrollmentValidationError,
|
||||
PollingResult,
|
||||
)
|
||||
from .jobs.scheduler_service import SchedulerService
|
||||
from .realtime import AgentRealtimeService, AgentRecord
|
||||
|
||||
__all__ = [
|
||||
@@ -35,4 +36,5 @@ __all__ = [
|
||||
"PollingResult",
|
||||
"AgentRealtimeService",
|
||||
"AgentRecord",
|
||||
"SchedulerService",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user