Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Orchestrator ¶
type Orchestrator struct {
// contains filtered or unexported fields
}
func New ¶
func New(eventBus *eventbus.Bus, taskRepo task.Repository, workflowRepo workflow.Repository, projectRepo project.Repository, registry *agentmanager.Registry) *Orchestrator
func (*Orchestrator) Start ¶
func (o *Orchestrator) Start(ctx context.Context)
Start subscribes to the event bus and processes task lifecycle events. It blocks until ctx is cancelled.
Click to show internal directories.
Click to hide internal directories.