MCPcopy Create free account
hub / github.com/OpenRaiser/PaperFlow / FakeReadingAgent

Class FakeReadingAgent

experiments/tests/test_feedback_regressions.py:297–301  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

295 captured = {}
296
297 class FakeReadingAgent:
298 @staticmethod
299 def create_reading_report(**kwargs):
300 captured.update(kwargs)
301 return []
302
303 original_import = feedback_agent.importlib.import_module
304

Callers 1

fake_importFunction · 0.70

Calls

no outgoing calls

Tested by 1

fake_importFunction · 0.56