mirror of
https://github.com/bunny-lab-io/Borealis.git
synced 2025-10-26 21:21:57 -06:00
Add GitHub integration service and endpoints
This commit is contained in:
@@ -19,6 +19,7 @@ from .enrollment import (
|
||||
PollingResult,
|
||||
)
|
||||
from .jobs.scheduler_service import SchedulerService
|
||||
from .github import GitHubService, GitHubTokenPayload
|
||||
from .realtime import AgentRealtimeService, AgentRecord
|
||||
|
||||
__all__ = [
|
||||
@@ -37,4 +38,6 @@ __all__ = [
|
||||
"AgentRealtimeService",
|
||||
"AgentRecord",
|
||||
"SchedulerService",
|
||||
"GitHubService",
|
||||
"GitHubTokenPayload",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user