ecp.action(name="git_delete_branch",
description="Delete a branch")
| 1 | """GitHub Environment for AgentWorld - provides GitHub operations as an environment.""" |
| 2 | from __future__ import annotations |
| 3 | from dotenv import load_dotenv |
| 4 | load_dotenv(verbose=True) |
nothing calls this directly
no outgoing calls
no test coverage detected