Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Chronicler ¶
type Chronicler struct {
// contains filtered or unexported fields
}
Chronicler is responsible for recording the experience of the OODA loop (Step 5: REMEMBER).
func NewChronicler ¶
func NewChronicler(logger *zap.Logger, bus *bus.EvolutionBus, kg schemas.KnowledgeGraphClient) *Chronicler
NewChronicler initializes the Chronicler component and subscribes to the bus.
func (*Chronicler) Start ¶
func (c *Chronicler) Start(ctx context.Context)
Click to show internal directories.
Click to hide internal directories.