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

Method is_extracted

quantmind/knowledge/_base.py:114–116  ·  view source on GitHub ↗

True iff the item came from an LLM flow (vs hand-curated).

(self)

Source from the content-addressed store, hash-verified

112 )
113 created_at: datetime = Field(
114 default_factory=lambda: datetime.now(timezone.utc)
115 )
116
117 # Provenance (no bare strings)
118 source: SourceRef
119 extraction: ExtractionRef | None = None

Calls

no outgoing calls