Documentation
¶
Overview ¶
Package recommend implements the deterministic recommendation rule table: the top hypothesis's category maps to a risk-leveled, evidence-linked action (Phase 2, read-only). The LLM can paraphrase these later; it can never invent actions outside this table.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ForTop ¶
func ForTop(h *model.Hypothesis, target model.ResourceRef) []model.Recommendation
ForTop returns recommendations for the top hypothesis. Evidence links are attached so every action is traceable to the observations behind it.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.