MCPcopy Create free account
hub / github.com/HKUDS/AutoAgent / get_github_agent

Route get_github_agent

autoagent/agents/github_agent.py:None–None  ·  view source on GitHub ↗
register_agent(name = "Github Agent", func_name="get_github_agent")

Source from the content-addressed store, hash-verified

1from autoagent.types import Agent
2from autoagent.tools import (
3 push_changes, submit_pull_request
4)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected