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

Function _deep_reading_folder_name

agents/reading-agent/main.py:259–261  ·  view source on GitHub ↗
(paper: Dict[str, Any])

Source from the content-addressed store, hash-verified

257
258
259def _deep_reading_folder_name(paper: Dict[str, Any]) -> str:
260 date = _parse_publish_month(paper)
261 return f"Deep Reading - {MONTH_LABELS.get(date.month, date.strftime('%b'))} {date.year}"
262
263
264def _looks_like_obsidian_daily_root(path: Path) -> bool:

Callers 1

_obsidian_month_dirFunction · 0.85

Calls 2

_parse_publish_monthFunction · 0.85
getMethod · 0.80

Tested by

no test coverage detected