File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
src/agentlab/agents/generic_agent Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -5,13 +5,15 @@ pytest==7.3.2
55flaky
66pytest-xdist
77pytest-playwright
8+ pydantic ~= 2.9
89dask
910distributed
1011browsergym >= 0.7.1
1112joblib >= 1.2.0
1213openai >= 1.7 ,< 2
1314langchain_community
1415tiktoken
16+ tapeagents [converters ]~= 0.1.4
1517huggingface_hub
1618contexttimer
1719ipython
Original file line number Diff line number Diff line change 55This module contains the classes and functions to reproduce the results of a
66study. It is used to create a new study that will run the same experiments as
77the original study, but with a reproducibility agent that will mimic the same
8- answers as the original agent.
8+ answers as the original agent.
99
1010Stats are collected to compare the original agent's answers with the new agent's
1111answers. Load the this reproducibility study in agent-xray to compare the results.
You can’t perform that action at this time.
0 commit comments