e4dcfc49aa
Tests / Lint and Format (push) Waiting to run
Tests / Web Node Tests (push) Waiting to run
Tests / Import Check (Python 3.11) (push) Waiting to run
Tests / Import Check (Python 3.12) (push) Waiting to run
Tests / Import Check (Python 3.13) (push) Waiting to run
Tests / Import Check (Python 3.14) (push) Waiting to run
Tests / Python Tests (Python 3.11) (push) Blocked by required conditions
Tests / Python Tests (Python 3.12) (push) Blocked by required conditions
Tests / Python Tests (Python 3.13) (push) Blocked by required conditions
Tests / Python Tests (Python 3.14) (push) Blocked by required conditions
Tests / Test Summary (push) Blocked by required conditions
8 lines
304 B
Python
8 lines
304 B
Python
"""Helpers shared by capability pipelines (chat, solve, quiz, ...).
|
|
|
|
Cross-pipeline policy that doesn't belong on the generic ``core.agentic``
|
|
engine (which stays capability-agnostic) and doesn't belong on a single
|
|
pipeline either. Each module here documents the contract its consumers
|
|
must hold to.
|
|
"""
|