generated from coulomb/repo-seed
Extract the first reusable slice (models, schemas, routers, MCP, migrations) from state-hub with INTENT/SCOPE, agent instructions, workplan, and aligned inter_hub capability registry index.
6 lines
98 B
Python
6 lines
98 B
Python
"""Reusable primitives for FOS hub services."""
|
|
|
|
__all__ = ["__version__"]
|
|
|
|
__version__ = "0.1.0"
|