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

Function _paper

tests/test_interest_drift.py:17–24  ·  view source on GitHub ↗
(title, embedding, keywords, selected_at)

Source from the content-addressed store, hash-verified

15
16
17def _paper(title, embedding, keywords, selected_at):
18 return {
19 "title": title,
20 "embedding": embedding,
21 "keywords": keywords,
22 "authors": ["Alice"],
23 "selected_at": selected_at,
24 }
25
26
27def test_drift_update_enters_shifting_when_short_window_deviates():

Calls

no outgoing calls

Tested by

no test coverage detected