Package-level declarations
Types
Link copied to clipboard
class AdkWebServer(port: Int = 8080, sessionService: SessionService, artifactService: ArtifactService, agentLoader: AgentLoader, apiServerSpanExporter: ApiServerSpanExporter, captureMessageContent: Boolean = false)
Embedded Ktor server exposing the ADK dev/web API.
Link copied to clipboard
Utility class for generating Graphviz DOT representations of agent structures.
Functions
Link copied to clipboard
fun Application.adkModule(sessionService: SessionService, artifactService: ArtifactService, agentLoader: AgentLoader, apiServerSpanExporter: ApiServerSpanExporter, captureMessageContent: Boolean = false)
fun Application.adkModule(sessionService: SessionService, artifactService: ArtifactService, runner: Runner, agentLoader: AgentLoader, apiServerSpanExporter: ApiServerSpanExporter, captureMessageContent: Boolean = false)