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

Function expand_direction_terms

deployments/feishu/daily-push-agent/main.py:871–873  ·  view source on GitHub ↗

Return canonical directions plus their aliases / paper terms for reuse.

(canonical_directions: List[str])

Source from the content-addressed store, hash-verified

869
870
871def expand_direction_terms(canonical_directions: List[str]) -> Dict[str, Dict]:
872 """Return canonical directions plus their aliases / paper terms for reuse."""
873 return expand_direction_terms_from_registry(canonical_directions)
874
875
876def prepare_paper_features(papers: List[Dict]) -> List[Dict]:

Callers 1

prepare_paper_featuresFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected