Governed asset registry slice with asset creation, representations, metadata, lifecycle transitions, policy authorization, fail-closed denial, audit events, and version records
This commit is contained in:
parent
d7e38606d2
commit
bf59087073
22 changed files with 1259 additions and 6 deletions
6
src/kontextual_engine/services/__init__.py
Normal file
6
src/kontextual_engine/services/__init__.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
"""Application services for the engine."""
|
||||
|
||||
from .asset_service import AssetChangeResult, AssetRegistryService
|
||||
|
||||
__all__ = ["AssetChangeResult", "AssetRegistryService"]
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue