MCPcopy Index your code
hub / github.com/THUDM/AgentBench / parse_args

Function parse_args

src/client/agent_test.py:8–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6
7
8def parse_args():
9 parser = argparse.ArgumentParser()
10 parser.add_argument('--config', type=str, default='configs/agents/api_agents.yaml')
11 parser.add_argument('--agent', type=str, default='gpt-3.5-turbo-0613')
12 return parser.parse_args()
13
14
15def interaction(agent: AgentClient):

Callers 1

agent_test.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected