agentlab.agents

AgentLab’s pre-implemented agents.

This module contains the agent implementations for AgentLab. With currently:

  • GenericAgent: Our baseline agent for evaluation

  • MostBasicAgent: A basic agent for learning our framework

  • TapeAgent: An agent that uses the Tape data structure to perform actions

  • VisualWebArenaAgent: An implementation of the agent used in WebArena and VisualWebArena

Modules

agent_args

dynamic_prompting

generic_agent

Baseline agent for all ServiceNow papers

most_basic_agent

tapeagent

visualwebarena