acceptance matrix and workflow generation
This commit is contained in:
parent
4026f34174
commit
55405d8a5a
11 changed files with 1051 additions and 14 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue