Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
from agno.agent import Agent from agno.tools.hackernews import HackerNewsTools agent = Agent( name="Hackernews Team", tools=[HackerNewsTools()], show_tool_calls=True, markdown=True, ) agent.print_response( "写一个引人入胜的摘要,介绍拥有 Hacker News 前 2 篇故事的用户。请也提及这些故事。", )
get_top_stories
bool
True
get_user_details
get_top_hackernews_stories
num_stories
username