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

Function add_node

deployments/desktop/shared/agents.py:3612–3616  ·  view source on GitHub ↗
(node: Dict[str, Any])

Source from the content-addressed store, hash-verified

3610 return "\n".join(paragraphs).strip()
3611
3612
3613def _parse_daily_note_entries(path: Path) -> List[Dict[str, str]]:
3614 try:
3615 lines = path.read_text(encoding="utf-8").splitlines()
3616 except OSError:
3617 return []
3618 entries: List[Dict[str, str]] = []
3619 current_topic = "未分类"

Callers 1

_daily_note_graphFunction · 0.85

Calls 1

getMethod · 0.80

Tested by

no test coverage detected