Diligence pack¶
The v0.9 reference pack. Investment diligence: claims, evidence, contradictions, risks, memos. Three behaviors are LLM-backed; fixtures ship with the pack for reproducible demos.
For pack-authoring guidance using this pack as the reference see Authoring packs. A dedicated pack overview page lands post-merge alongside other pack documentation.
Settings¶
Bases: BaseModel
Configuration for the Diligence pack.
Accessed by behaviors in three forms (CONTRACT v0.9 #7):
1. Typed parameter injection (primary):
def claim_extractor(event, graph, ctx, out, *,
settings: DiligenceSettings): ...
2. ctx.settings.confidence_threshold_for_review
3. ctx.pack_settings("diligence") for cross-pack lookups.