MCPcopy Create free account
hub / github.com/LLMQuant/quant-mind / freshness

Method freshness

quantmind/knowledge/_base.py:118–121  ·  view source on GitHub ↗

Time elapsed since ``as_of``. Defaults ``now`` to ``utcnow()``.

(self, now: datetime | None = None)

Source from the content-addressed store, hash-verified

116
117 # Provenance (no bare strings)
118 source: SourceRef
119 extraction: ExtractionRef | None = None
120
121 # Trust
122 confidence: Literal["low", "medium", "high"] = "medium"
123
124 # Citations & tags

Calls

no outgoing calls