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

Function _looks_like_feed_metadata_abstract

agents/reading-agent/main.py:630–632  ·  view source on GitHub ↗
(text: Any)

Source from the content-addressed store, hash-verified

628
629
630def _looks_like_feed_metadata_abstract(text: Any) -> bool:
631 normalized = _strip_html_markup(text).lower()
632 return bool(normalized and "published online:" in normalized)
633
634
635def _clean_abstract_text(text: Any) -> str:

Calls 1

_strip_html_markupFunction · 0.85

Tested by

no test coverage detected