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.
composio-phidata
pip install composio-phidata composio add github # Login into Github
from phi.agent import Agent from composio_phidata import Action, ComposioToolSet toolset = ComposioToolSet() composio_tools = toolset.get_tools( actions=[Action.GITHUB_STAR_A_REPOSITORY_FOR_THE_AUTHENTICATED_USER] ) agent = Agent(tools=composio_tools, show_tool_calls=True) agent.print_response("Can you star agno-agi/phidata repo?")
owner
str
repo
Was this page helpful?