register_tool("get_diff")
| 1 | # from autoagent.util import run_command_in_container |
| 2 | from autoagent.environment import DockerEnv, LocalEnv |
| 3 | from constant import GITHUB_AI_TOKEN |
| 4 | from autoagent.tools.github_client import GitHubClient |
nothing calls this directly
no outgoing calls
no test coverage detected