AgentScope

Defines the scope of an agent or agents: Goals, conditions and actions. Both Agents and AgentPlatforms are AgentScopes.

Inheritors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
abstract val actions: List<Action>
Link copied to clipboard
abstract val conditions: Set<Condition>
Link copied to clipboard
open override val domainTypes: Collection<DomainType>

All known types referenced by this component. These may or may not be backed by JVM objects.

Link copied to clipboard
Link copied to clipboard
abstract val goals: Set<Goal>
Link copied to clipboard
Link copied to clipboard
abstract val opaque: Boolean

Whether to hide the agent's actions and conditions from the outside world, defaults to false.

Functions

Link copied to clipboard
open fun createAgent(name: String, provider: String, description: String): Agent

Create a new agent from the given scope

Link copied to clipboard
open fun infoString(verbose: Boolean?, indent: Int): String
Link copied to clipboard
open fun resolveType(name: String): DomainType