1def build_agent(tools):
2 agent = Agent(
3 model="claude-sonnet",
4 tools=tools,
5 )David
6 # Claude 제안: 외부 호출 재시도 + 타임아웃Claude
7 agent.use(retry(max=3, timeout=30))
8 return agent
$ python -m evals run agent.py
✓ 12/12 evals đạt · không cần thử lại