package
Version:
v0.0.1
Opens a new window with list of versions in this module.
Published: Feb 19, 2025
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
From is helper to build Reasoner[A, B any] interface from pure function.
The epoch reasoner limits the number of agent iterations per step.
It aborts execution if the maximum limit is reached.
Creates new epoch reasoner that limits the number of agent iterations per step.
Deduct new goal for the agent to pursue.
type Void[A, B any] struct{}
The void reasoner always sets a new goal to return results.
func NewVoid[A, B any]() *Void[A, B]
Creates new void reasoner that always sets a new goal to return results.
Deduct new goal for the agent to pursue.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.