Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Automata ¶
type Automata[A, B any] struct { // contains filtered or unexported fields }
Generic agent automata
func NewAutomata ¶
func (*Automata[A, B]) Echo ¶ added in v0.0.11
Prompting agent to perform a work and forgeting the state. The operation is composable using Go-channels
type Prompter ¶ added in v0.0.11
Prompter is memoryless and stateless agent, implementing request/response to LLMs.
Click to show internal directories.
Click to hide internal directories.