MCPcopy Create free account
hub / github.com/SkyworkAI/DeepResearchAgent / git_status

Route git_status

src/environment/github_environment.py:None–None  ·  view source on GitHub ↗
ecp.action(name="git_status",
                description="Get Git repository status")

Source from the content-addressed store, hash-verified

1"""GitHub Environment for AgentWorld - provides GitHub operations as an environment."""
2from __future__ import annotations
3from dotenv import load_dotenv
4load_dotenv(verbose=True)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected