ADK for TypeScript: API Reference
    Preparing search index...

    Interface RunnerConfig

    The configuration parameters for the Runner.

    Properties

    agent: BaseAgent

    The agent to run.

    appName: string

    The application name.

    artifactService?: BaseArtifactService
    credentialService?: BaseCredentialService
    memoryService?: BaseMemoryService
    plugins?: BasePlugin[]
    sessionService: BaseSessionService