Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A few fixes for TAC evaluation harness #6586

Merged
merged 10 commits into from
Feb 15, 2025
1 change: 1 addition & 0 deletions evaluation/benchmarks/the_agent_company/run_infer.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ def run_evaluator(
agent_config: AgentConfig | None = None
agent_config = AgentConfig(
enable_som_visual_browsing=True,
disabled_microagents=['github'],
enyst marked this conversation as resolved.
Show resolved Hide resolved
)
############################################

Expand Down