surf-spot-finder / examples /openai_single_agent_vertical.yaml
Nathan Brake
Brake/any agent eval code (#52)
9546c66 unverified
raw
history blame
430 Bytes
location: Lisbon
date: 2025-04-08 19:00
max_driving_hours: 1
framework: openai
main_agent:
model_id: gpt-4o
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.visit_webpage"