Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Cmd ¶ added in v0.0.2
type Cmd[A any] struct{}
The cmd (command) reasoner set the goal for agent to execute a single command. It returns right after the command return results.
type CmdSeq ¶ added in v0.0.2
type CmdSeq[A any] struct{}
The sequence of cmd (commands) reasoner set the goal for agent to execute a sequence of commands. The reason returns only after LLM uses return command.
type Epoch ¶
The epoch reasoner limits the number of agent iterations per step. It aborts execution if the maximum limit is reached.
Click to show internal directories.
Click to hide internal directories.