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

Class Thesis

quantmind/knowledge/thesis.py:13–21  ·  view source on GitHub ↗

An investment thesis card (stub).

Source from the content-addressed store, hash-verified

11
12
13class Thesis(FlattenKnowledge):
14 """An investment thesis card (stub)."""
15
16 item_type: Literal["thesis"] = "thesis"
17
18 claim: str

Callers 3

test_thesisMethod · 0.90
test_minimalMethod · 0.90

Calls

no outgoing calls

Tested by 3

test_thesisMethod · 0.72
test_minimalMethod · 0.72