MCPcopy Create free account
hub / github.com/CodeClash-ai/CodeClash / __init__

Method __init__

codeclash/agents/minisweagent.py:47–48  ·  view source on GitHub ↗
(self, config: dict, environment: DockerEnvironment, game_context: GameContext)

Source from the content-addressed store, hash-verified

45class MiniSWEAgent(Player):
46 """Player with agentic code editing capabilities"""
47
48 def __init__(self, config: dict, environment: DockerEnvironment, game_context: GameContext):
49 super().__init__(config, environment=environment, game_context=game_context)
50
51 def run(self):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected