Companion

object Companion

Functions

Link copied to clipboard

Create an AgentScopeBuilder from an instance of a class annotated with @Agent or @EmbabelComponent

Link copied to clipboard
fun fromInstances(vararg instances: Any): AgentScopeBuilder

Create an AgentScopeBuilder from multiple instances of classes annotated with @Agent or @EmbabelComponent. Combines all actions, goals, and conditions from the provided instances.