Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
13
class
Thesis(FlattenKnowledge):
14
""
"An investment thesis card (stub)."
""
15
16
item_type: Literal[
"thesis"
] =
"thesis"
17
18
claim: str
Callers
3
test_thesis
Method · 0.90
test_minimal
Method · 0.90
test_embedding_text_returns_claim
Method · 0.90
Calls
no outgoing calls
Tested by
3
test_thesis
Method · 0.72
test_minimal
Method · 0.72
test_embedding_text_returns_claim
Method · 0.72