surf-spot-finder / examples /single_agent_with_tools.yaml
Nathan Brake
Make location/framework/date/distance be inputs rather than config controlled by default (#55)
ba24588 unverified
raw
history blame
389 Bytes
main_agent:
model_id: # optional, will prompt for it if not provided
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"