generated from coulomb/repo-seed
acceptance matrix and workflow generation
This commit is contained in:
@@ -17,7 +17,7 @@ from .history import (
|
||||
record_check_results,
|
||||
write_metrics_file,
|
||||
)
|
||||
from .lifecycle import add_artifact, create_infospace, load_infospace
|
||||
from .lifecycle import add_artifact, create_infospace, load_infospace, register_artifact
|
||||
from .models import (
|
||||
DisciplineBinding,
|
||||
Infospace,
|
||||
@@ -27,6 +27,7 @@ from .models import (
|
||||
ViabilityThreshold,
|
||||
)
|
||||
from .semantics import EntityRecord, RelationRecord, list_entities, list_relations
|
||||
from .workflow import load_workflows, plan_workflow, run_workflow
|
||||
|
||||
__all__ = [
|
||||
"DisciplineBinding",
|
||||
@@ -57,6 +58,10 @@ __all__ = [
|
||||
"read_metrics_file",
|
||||
"read_snapshot",
|
||||
"record_check_results",
|
||||
"register_artifact",
|
||||
"load_workflows",
|
||||
"plan_workflow",
|
||||
"run_workflow",
|
||||
"write_entity_evaluation",
|
||||
"write_metrics_file",
|
||||
"write_snapshot",
|
||||
|
||||
Reference in New Issue
Block a user