Add hub-core package, docs, and State Hub integration scaffold
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.
This commit is contained in:
parent
d3ee203a3a
commit
986ac4d40b
52 changed files with 4085 additions and 3 deletions
5
hub_core/__init__.py
Normal file
5
hub_core/__init__.py
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
"""Reusable primitives for FOS hub services."""
|
||||
|
||||
__all__ = ["__version__"]
|
||||
|
||||
__version__ = "0.1.0"
|
||||
Loading…
Add table
Add a link
Reference in a new issue