Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Stream ¶
type Stream struct {
// contains filtered or unexported fields
}
The stream memory retains all of the agent's observations in the time ordered sequence.
func (*Stream) Commit ¶
func (s *Stream) Commit(e *thinker.Observation)
Commit new observation into memory.
Click to show internal directories.
Click to hide internal directories.