# 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](https://docs.activegraph.ai/guides/authoring-packs/index.md). 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): ...`
1. `ctx.settings.confidence_threshold_for_review`
1. `ctx.pack_settings("diligence")` for cross-pack lookups.

## Pack declaration
