async def github_search_tool(*args, **kwargs): pass async def github_commit_tool(message: str, *args, **kwargs): from backend.services.github_service import execute_commit return await execute_commit(message) async def github_pull_tool(*args, **kwargs): pass