surf-spot-finder / examples /smolagents_single_agent_vertical.yaml
Nathan Brake
Update to work with newer any-agent code (#51)
cdd4ebc unverified
raw
history blame
550 Bytes
location: Pontevedra
date: 2025-04-10 12:00
max_driving_hours: 2
framework: smolagents
main_agent:
model_id: openai/o3-mini
tools:
- "surf_spot_finder.tools.driving_hours_to_meters"
- "surf_spot_finder.tools.get_area_lat_lon"
- "surf_spot_finder.tools.get_surfing_spots"
- "surf_spot_finder.tools.get_wave_forecast"
- "surf_spot_finder.tools.get_wind_forecast"
- "any_agent.tools.search_web"
- "any_agent.tools.show_plan"
- "any_agent.tools.visit_webpage"
- "smolagents.PythonInterpreterTool"
- "smolagents.FinalAnswerTool"