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.shell import ShellTools agent = Agent(tools=[ShellTools()], show_tool_calls=True) agent.print_response("Show me the contents of the current directory", markdown=True)
run_shell_command