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

Method execute_command

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

Source from the content-addressed store, hash-verified

103 )
104
105 def execute_command(self, *args) -> str:
106 # args[0] -> new latex
107 args = args[0]
108 return args[0]
109
110 def matches_command(self, cmd_str) -> bool:
111 if "```REPLACE" in cmd_str: return True

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected