Smolagents
Use this skill when the research task benefits from tool use, code execution, and explicit intermediate actions.
Environment
op run --env-file .env.climbhill -- python .agents/skills/deep-research-smolagents/scripts/agent.py \
--task "Find current deep research APIs and summarize cost controls" \
--model openai \
--model-id gpt-4o-mini \
--web-search
Common 1Password-backed variables:
HF_TOKENOPENAI_API_KEYANTHROPIC_API_KEY
Cost Controls
- Use economical model IDs for benchmark tasks.
- Keep
max_stepslow in the script configuration. - Enable web search only when the prompt requires current sources.
Source Link
- https://github.com/huggingface/smolagents