Package-level declarations

Types

Link copied to clipboard
class AdkWebServer(port: Int = 8080, sessionService: SessionService, artifactService: ArtifactService, runner: Runner, agentLoader: AgentLoader, apiServerSpanExporter: ApiServerSpanExporter)
Link copied to clipboard
class AgentGraphGenerator(agentLoader: AgentLoader)

Utility class for generating Graphviz DOT representations of agent structures.

Functions

Link copied to clipboard
fun Application.adkModule(sessionService: SessionService, artifactService: ArtifactService, runner: Runner, agentLoader: AgentLoader, apiServerSpanExporter: ApiServerSpanExporter)