skills property

List<LfA2aV1AgentSkill>? skills
getter/setter pair

Skills represent the abilities of an agent.

It is largely a descriptive concept but represents a more focused set of behaviors that the agent is likely to succeed at.

Required.

Implementation

core.List<LfA2aV1AgentSkill>? skills;