Git Action¶ Git операции. from viai_kit.actions.git import GitAction action = GitAction(repo_path="/path/to/repo") result = await action.execute(operation="pull")