Companion

object Companion

Functions

Link copied to clipboard
operator fun invoke(name: String, description: String = name, actions: List<Action> = emptyList(), goals: Set<Goal> = emptySet(), referenceTypes: Collection<DomainType> = emptyList(), conditions: Set<Condition> = emptySet(), opaque: Boolean = false, stuckHandler: StuckHandler? = null): AgentScope

Create an AgentScope with the given parameters. The resulting scope will have no parent scopes.