"""Shared context-inference framework (ADR-0014 ยง3, issue #111). Each agent's manifest declares InferredParams; this package owns the scheduling contract, history data model, and write path to user_preferences. """ from .framework import run_inference from .history import FeedbackEvent, UserHistory __all__ = ["run_inference", "FeedbackEvent", "UserHistory"]