Run enterprise grade agent systems in your cloud with the AgentOS. Join the waitlist.
composio-agno
pip install composio-agno composio add github # Login into Github
from agno.agent import Agent from composio_agno 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/agno repo?")
owner
str
repo
Was this page helpful?