@zimtsui/brainswitch
Preparing search index...
agentloop
Function agentloop
agentloop
<
fdm
extends
Function
.
Declaration
.
Map
>
(
ctx
:
InferenceContext
,
session
:
Session
<
Function
.
Declaration
.
From
<
fdm
,
Extract
<
keyof
fdm
,
string
>
>
,
>
,
engine
:
Engine
<
Function
.
Declaration
.
From
<
fdm
,
Extract
<
keyof
fdm
,
string
>
>
>
,
functionMap
:
Function
.
Map
<
fdm
>
,
limit
?:
number
,
)
:
AsyncGenerator
<
string
,
void
,
void
>
Type Parameters
fdm
extends
Function
.
Declaration
.
Map
Parameters
ctx
:
InferenceContext
session
:
Session
<
Function
.
Declaration
.
From
<
fdm
,
Extract
<
keyof
fdm
,
string
>
>
>
mutable
engine
:
Engine
<
Function
.
Declaration
.
From
<
fdm
,
Extract
<
keyof
fdm
,
string
>
>
>
functionMap
:
Function
.
Map
<
fdm
>
limit
:
number
= Number.POSITIVE_INFINITY
Returns
AsyncGenerator
<
string
,
void
,
void
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
@zimtsui/brainswitch
Loading...
mutable