Package-level declarations
Functions
Link copied to clipboard
fun KbEnvironment.Companion.fromYaml(yaml: String, clock: Clock = Clock.System, configure: KbEnvironmentBuilder.() -> Unit = {}): KbEnvironment
Creates a new KbEnvironment by parsing yaml as a YAML map, bridging it to a KpaStruct via asKpaStruct, and using the struct as the context.