orchestrator

package
v0.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 11, 2026 License: Apache-2.0 Imports: 7 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL