()
| 526 | |
| 527 | def _load_embedding_module(): |
| 528 | return importlib.import_module("skills.embedding.scripts.embed") |
| 529 | |
| 530 | |
| 531 | def _load_llm_parser(): |
| 532 | return importlib.import_module("agents.master-coordinator.scripts.llm_parser") |
no outgoing calls
no test coverage detected