-
-
Notifications
You must be signed in to change notification settings - Fork 203
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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
Labels
enhancementNew feature or requestNew feature or request