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

Route get_coding_agent

autoagent/agents/system_agent/programming_agent.py:None–None  ·  view source on GitHub ↗
register_agent(name= "Coding Agent", func_name="get_coding_agent")

Source from the content-addressed store, hash-verified

1from autoagent.types import Agent
2from autoagent.tools import (
3 gen_code_tree_structure, execute_command, read_file, create_file, write_file, list_files, create_directory, run_python, terminal_page_up, terminal_page_down, terminal_page_to
4)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected