"""GitHub-backed agent tools.""" from __future__ import annotations TOOL_MODULES = ( "actions", "commits", "file_contents", "issues", "repository", "repository_tree", "search_code", "work_status", ) __all__ = ["TOOL_MODULES"]