MCPcopy Create free account
hub / github.com/SamuelSchmidgall/AgentLaboratory / example_command

Method example_command

agents.py:295–296  ·  view source on GitHub ↗
(self, phase)

Source from the content-addressed store, hash-verified

293 raise NotImplementedError("Subclasses should implement this method.")
294
295 def example_command(self, phase):
296 raise NotImplementedError("Subclasses should implement this method.")
297
298
299class ProfessorAgent(BaseAgent):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected