tasks property

List<AgentTask>? tasks
getter/setter pair

Tasks assigned to the agent

Implementation

core.List<AgentTask>? tasks;