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

Function _configured_wiki_root

deployments/desktop/shared/agents.py:3155–3162  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3153 "body": str(node.get("body") or "")[:800],
3154 "keywords": node.get("keywords"),
3155 "file_path": node.get("file_path"),
3156 "metadata": _compact_wiki_metadata(node.get("metadata") or {}),
3157 "score": node.get("score"),
3158 "updated_at": node.get("updated_at"),
3159 }
3160 for node in nodes
3161 ]
3162 }
3163
3164
3165def _configured_wiki_root() -> Optional[Path]:

Calls 1

_env_textFunction · 0.85

Tested by

no test coverage detected