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

Method example_command

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

Source from the content-addressed store, hash-verified

530 return ""
531
532 def example_command(self, phase):
533 if phase not in self.phases:
534 raise Exception(f"Invalid phase: {phase}")
535 return ()
536
537 def command_descriptions(self, phase):
538 if phase not in self.phases:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected