AgentScanningProperties

data class AgentScanningProperties(val annotation: Boolean = true, val bean: Boolean = false)

Scanning configuration

See also

Constructors

Link copied to clipboard
constructor(annotation: Boolean = true, bean: Boolean = false)

Properties

Link copied to clipboard
val annotation: Boolean = true

Whether to auto register beans with @Agent and @Agentic annotation

Link copied to clipboard
val bean: Boolean = false

Whether to auto register agents from Agent beans