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

Method execute_command

papersolver.py:25–26  ·  view source on GitHub ↗
(self, *args)

Source from the content-addressed store, hash-verified

23
24 @abstractmethod
25 def execute_command(self, *args) -> str:
26 pass
27
28 @abstractmethod
29 def matches_command(self, cmd_str) -> bool:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected