adkModule

fun Application.adkModule(sessionService: SessionService, artifactService: ArtifactService, agentLoader: AgentLoader, apiServerSpanExporter: ApiServerSpanExporter, captureMessageContent: Boolean = false, plugins: List<Plugin> = emptyList())

Deprecated

Use adkDevModule for the development surface, or adkApiModule for the runtime contract.

Installs the full development surface. Equivalent to adkDevModule.