Types — ``swarph_mesh.types`` ============================= The runtime-checkable ``LLMAdapter`` Protocol plus the wire types every adapter implementation must accept and return. **Tier 1 stability.** Per ``DEPRECATIONS.md``, changes to ``LLMAdapter`` method set, ``ChatMessage`` field set, or ``LLMResponse`` field set trigger the deprecation cycle. .. automodule:: swarph_mesh.types :members: :show-inheritance: