jarvis-cloud / backend /tools /github_tools.py
Jarvis2345's picture
Upload folder using huggingface_hub
dcbc7d2 verified
Raw
History Blame Contribute Delete
270 Bytes
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