Prerequisites
The following example requires theanthropic library.
Example
The following agent will write a report on trending startups and products from Hacker News.cookbook/91_tools/hackernews_tools.py
Fetch top Hacker News stories and user details with HackerNewsTools’ get_top_hackernews_stories and get_user_details functions.
anthropic library.