optional FastAPI service skeleton
This commit is contained in:
parent
f4f77b2eeb
commit
e53bc4144d
8 changed files with 352 additions and 10 deletions
|
|
@ -13,6 +13,7 @@ from .artifacts import (
|
|||
)
|
||||
from .adapters.memory import InMemoryAssetRegistryRepository
|
||||
from .adapters.sqlite import SQLiteAssetRegistryRepository
|
||||
from .api import ServiceRuntime, create_app
|
||||
from .context import ContextAssembler, ContextItem, ContextPackage
|
||||
from .core import (
|
||||
Actor,
|
||||
|
|
@ -235,6 +236,7 @@ __all__ = [
|
|||
"RunManifest",
|
||||
"RunStatus",
|
||||
"Sensitivity",
|
||||
"ServiceRuntime",
|
||||
"SourceReference",
|
||||
"SourceConnector",
|
||||
"SourcePayload",
|
||||
|
|
@ -271,6 +273,7 @@ __all__ = [
|
|||
"WorkflowTemplate",
|
||||
"bundle_digest",
|
||||
"content_digest",
|
||||
"create_app",
|
||||
"default_transformation_registry",
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue