register_agent(name= "Coding Agent", func_name="get_coding_agent")
| 1 | from autoagent.types import Agent |
| 2 | from 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 | ) |
nothing calls this directly
no outgoing calls
no test coverage detected