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
}
Orchestrator manages the OODA loop lifecycle for a given Signal.
func New ¶
func New( perception ports.PerceptionPort, proposer ports.GenerativePort, compiler ports.CompilerPort, auditor ports.AuditorPort, genePool ports.GenePoolPort, storage ports.GenomeStoragePort, ) *Orchestrator
func (*Orchestrator) Execute ¶
func (o *Orchestrator) Execute(ctx context.Context, signal domain.Signal) (*domain.DecisionOutput, error)
Execute loops through Observe, Orient, Decide, Verify until success or deadlock.
Click to show internal directories.
Click to hide internal directories.