Agents ====== Agents, represented by `Agent` class, are the basic building blocks of the EDSL. They are the entities that stand-in for humans. Agent class ----------- .. automodule:: edsl.agents.Agent :members: :undoc-members: :show-inheritance: AgentList class --------------- They can also be grouped together in an `AgentList` .. automodule:: edsl.agents.AgentList :members: :undoc-members: :show-inheritance: Invigilator class ----------------- The administration of Questions is managed by an `Invigilator`. .. automodule:: edsl.agents.Invigilator :members: :undoc-members: :show-inheritance: