Files
cdsl-cad/backend/app/cad_agent/__init__.py
T

8 lines
235 B
Python

"""Single-stage Authoring CDSL protocol.
The package intentionally separates policy from I/O. Delivery code composes
these modules with adapters; it must not bypass the command handlers.
"""
PROTOCOL_VERSION = "cad.single-stage.v1"