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

Function _load_embedding_module

agents/reading-agent/main.py:528–529  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

526
527def _load_embedding_module():
528 return importlib.import_module("skills.embedding.scripts.embed")
529
530
531def _load_llm_parser():
532 return importlib.import_module("agents.master-coordinator.scripts.llm_parser")

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected