@hbbio/nanoagent
Preparing search index...
stepAgent
Function stepAgent
stepAgent
<
Memory
extends
ChatMemory
>
(
ctx
:
AgentContext
<
Memory
>
,
state
:
AgentState
<
Memory
>
,
options
:
StepOptions
,
)
:
Promise
<
AgentState
<
Memory
>
>
Advance the agent by one step (model call ± tools ± controller).
Type Parameters
Memory
extends
ChatMemory
Parameters
ctx
:
AgentContext
<
Memory
>
state
:
AgentState
<
Memory
>
options
:
StepOptions
Returns
Promise
<
AgentState
<
Memory
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@hbbio/nanoagent
Loading...
Advance the agent by one step (model call ± tools ± controller).