This website requires JavaScript.
Explore
Help
Sign in
coulomb
/
hub-core
Watch
4
Star
0
Fork
You've already forked hub-core
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
f2a264ede3
hub-core
/
hub_core
/
__init__.py
6 lines
98 B
Python
Raw
Normal View
History
Unescape
Escape
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.
2026-06-16 02:39:36 +02:00
"""
Reusable primitives for FOS hub services.
"""
__all__
=
[
"
__version__
"
]
feat(ecosystem): hub-core library lane for three-repo stack (HUB-WP-0003) Add slugify_or_default for core-hub parity, bump to 0.2.0, document ecosystem position in INTENT/SCOPE/README, wire capability relations to state-hub and core-hub, and extend utils tests. Part of CUST-WP-0057 consolidation.
2026-07-11 01:26:47 +02:00
__version__
=
"
0.2.0
"
Reference in a new issue
Copy permalink