glrs
github
ci
npm
Preparing search index...
SDK
AgentCore
Type Alias AgentCore
Minimal provider-neutral agent runtime used by SDK hosts.
type
AgentCore
=
{
reloadExtensions
:
()
=>
Promise
<
void
>
;
runTurn
:
(
input
:
string
)
=>
Promise
<
Turn
>
;
session
:
Session
;
}
Index
Properties
reload
Extensions
run
Turn
session
Properties
reload
Extensions
reloadExtensions
:
()
=>
Promise
<
void
>
run
Turn
runTurn
:
(
input
:
string
)
=>
Promise
<
Turn
>
session
session
:
Session
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
reload
Extensions
run
Turn
session
github
ci
npm
glrs
Loading...
Minimal provider-neutral agent runtime used by SDK hosts.