Skip to content

Implement "Agent" (models.py and Dashboard) #906

@abrichr

Description

@abrichr

Feature request

An OpenAdapt Agent consists of:

  • model.py classes:
class Agent:
    name: str

class AgentContext:
    recordings: list[Recordings]
    ...

class Replay:
    agent: Agent
    agent_context: AgentContext
...
  • Dashboard mechanism to easily create agents by selecting recordings

Motivation

Giving the user tools to specify desired behavior

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions