📚 API ReferenceLoops
<ActionLoop>
Autonomously execute actions.
Import
Usage
Add the component to your agent to initiate an action loop:
The agent will continue to loop and execute actions until the component is removed.
Props
hint?: string
- Optional hint to guide the agent's actionsactOpts?: object
- Optional configuration for action behaviorevaluator?: Evaluator
- Optional custom evaluator (cannot be used with hint/actOpts)