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

Class FakeReadingAgent

experiments/tests/test_profile_bootstrap.py:1341–1345  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1339 captured = {}
1340
1341 class FakeReadingAgent:
1342 @staticmethod
1343 def create_reading_report(**kwargs):
1344 captured.update(kwargs)
1345 return [{"url": "https://example.feishu.cn/docx/pdf-link"}]
1346
1347 real_import = importlib.import_module
1348

Callers 1

fake_importFunction · 0.70

Calls

no outgoing calls

Tested by 1

fake_importFunction · 0.56