ADK for TypeScript: API Reference
System
Light
Dark
Search…
Preparing search index...
RunnerConfig
Interface RunnerConfig
The configuration parameters for the Runner.
interface
RunnerConfig
{
agent
:
BaseAgent
;
appName
:
string
;
artifactService
?:
BaseArtifactService
;
credentialService
?:
BaseCredentialService
;
memoryService
?:
BaseMemoryService
;
plugins
?:
BasePlugin
[]
;
sessionService
:
BaseSessionService
;
}
Properties
agent
agent
:
BaseAgent
The agent to run.
app
Name
appName
:
string
The application name.
Optional
artifact
Service
artifactService
?:
BaseArtifactService
Optional
credential
Service
credentialService
?:
BaseCredentialService
Optional
memory
Service
memoryService
?:
BaseMemoryService
Optional
plugins
plugins
?:
BasePlugin
[]
session
Service
sessionService
:
BaseSessionService
Properties
agent
app
Name
artifact
Service
credential
Service
memory
Service
plugins
session
Service
ADK for TypeScript: API Reference
Loading...
The configuration parameters for the Runner.