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

Class Dummy

codeclash/agents/dummy_agent.py:4–8  ·  view source on GitHub ↗

A dummy player that does nothing. Mainly for testing purposes.

Source from the content-addressed store, hash-verified

2
3
4class Dummy(Player):
5 """A dummy player that does nothing. Mainly for testing purposes."""
6
7 def run(self):
8 pass

Callers 2

_create_dummy_agentMethod · 0.90
get_dummy_agentMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected