Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Synthesizer ¶
type Synthesizer struct {
// contains filtered or unexported fields
}
Synthesizer listens to observations, synthesizes information, remembers past attempts, and generates strategies (Step 2: ORIENT).
func NewSynthesizer ¶
func NewSynthesizer(logger *zap.Logger, bus *bus.EvolutionBus, llmClient schemas.LLMClient, kg schemas.KnowledgeGraphClient, evoConfig config.EvolutionConfig) *Synthesizer
NewSynthesizer initializes the Synthesizer and subscribes to the bus.
func (*Synthesizer) Start ¶
func (s *Synthesizer) Start(ctx context.Context)
Click to show internal directories.
Click to hide internal directories.