API Advanced¶
Advanced APIs are fully supported, but they are not part of the onboarding recommended path. Reach for these when integrating Consist into larger frameworks, adapters, or custom orchestration layers.
Manual lifecycle and decorator patterns¶
Guidance: Manual Lifecycle and Decorators
Advanced cache/execution controls¶
CacheOptionsOutputPolicyOptionsExecutionOptionsrun.identity_summaryfor cache identity debugging
Data/system integrations¶
- Config adapters:
Tracker.prepare_config,Tracker.apply_config_plan - View and matrix systems:
consist.view,consist.register_views,Tracker.load_matrix - Query/lower-level utilities:
consist.run_query,consist.db_session,Tracker.resolve_uri
Choosing execution style¶
Use the decision tree: Which execution style should I use?
For a full inventory of all currently public symbols and methods, see Public API.