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

Method example_command

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

Source from the content-addressed store, hash-verified

395 return ""
396
397 def example_command(self, phase):
398 if phase not in self.phases:
399 raise Exception(f"Invalid phase: {phase}")
400 return ()
401
402 def command_descriptions(self, phase):
403 if phase not in self.phases:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected