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

Method example_command

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

Source from the content-addressed store, hash-verified

472 return ""
473
474 def example_command(self, phase):
475 if phase not in self.phases:
476 raise Exception(f"Invalid phase: {phase}")
477 return ()
478
479 def command_descriptions(self, phase):
480 if phase not in self.phases:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected