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

Function _daily_note_file_name

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

Source from the content-addressed store, hash-verified

252
253
254def _daily_note_file_name(paper: Dict[str, Any]) -> str:
255 date = _parse_publish_month(paper)
256 return f"Daily Note - {MONTH_LABELS.get(date.month, date.strftime('%b'))} {date.year}.md"
257
258
259def _deep_reading_folder_name(paper: Dict[str, Any]) -> str:

Callers 1

Calls 2

_parse_publish_monthFunction · 0.85
getMethod · 0.80

Tested by

no test coverage detected