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

Function remember_nodes

deployments/desktop/shared/agents.py:3738–3742  ·  view source on GitHub ↗
(nodes: Iterable[Dict[str, Any]], node_by_id: Dict[str, Dict[str, Any]])

Source from the content-addressed store, hash-verified

3736 "report_path": entry.get("report_path"),
3737 "pdf_url": entry.get("pdf_url") or "",
3738 },
3739 "source_type": "reading_report",
3740 "source_ref": str(entry.get("report_path") or ""),
3741 "score": 1.0,
3742 "updated_at": None,
3743 }
3744
3745

Callers 1

wiki_graphFunction · 0.85

Calls 1

getMethod · 0.80

Tested by

no test coverage detected