toggle menu
Embabel Agent Documentation
JVM
switch theme
search in API
Embabel Agent Documentation
/
com.embabel.agent.api.common.autonomy
/
Autonomy
/
GoalSeeker
Goal
Seeker
data
class
GoalSeeker
(
val
agent
:
Agent
,
val
rankings
:
Rankings
<
Goal
>
)
Agent to seek a goal and the goal rankings that we used to choose the goal.
Members
Constructors
Goal
Seeker
Link copied to clipboard
constructor
(
agent
:
Agent
,
rankings
:
Rankings
<
Goal
>
)
Properties
agent
Link copied to clipboard
val
agent
:
Agent
rankings
Link copied to clipboard
val
rankings
:
Rankings
<
Goal
>