agentlab.agents.generic_agent

Baseline agent for all ServiceNow papers

This module contains the GenericAgent class, which is the baseline agent for all ServiceNow papers. It is a simple agent that can be ran OOB on all BrowserGym environments. It is also shipped with a few configurations that can be used to run it on different environments.

Modules

agent_configs

Basic flags and agent configurations for generic agents.

generic_agent

GenericAgent implementation for AgentLab

generic_agent_prompt

Prompt builder for GenericAgent

reproducibility_agent

An agent that reproduces exactly the same traces as GenericAgent, to compare the results.

tmlr_config

Specific configurations for our 2024 TMLR submission.