proposer

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: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Service

type Service struct {
	// contains filtered or unexported fields
}

Service manages the "Orient" phase of the biological OODA loop by recalling multi-stream context (Semantic Vectors + Hard N-Quads Facts). Documented in HLD 5.6: Tri-Stream Context Recall.

func NewService

func NewService(llm ports.GenerativePort, vector ports.VectorStorePort, storage ports.GenomeStoragePort, embedder ports.EmbeddingPort) *Service

NewService creates a properly initialized Proposer.

func (*Service) Embed

func (s *Service) Embed(ctx context.Context, text string) (ports.Vector, error)

func (*Service) Generate

func (s *Service) Generate(ctx context.Context, intent domain.IntentStr, compiledPrompt string, baseContext []domain.Atom, genes []domain.DomainGene) (*ports.Plan, error)

Generate fulfills the GenerativePort adapter while mixing in recalled context.

func (*Service) Induce

func (s *Service) Induce(ctx context.Context, input string) (string, error)

Jump to

Keyboard shortcuts

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