feat(storage): add portable session artifact gateway
This commit is contained in:
@@ -16,6 +16,7 @@ from rich.console import Console
|
||||
from rich.table import Table
|
||||
|
||||
from k1link import __version__
|
||||
from k1link.artifact_cli import app as artifact_app
|
||||
from k1link.artifacts import write_json_atomic
|
||||
from k1link.compute import (
|
||||
prepare_camera_compute_job,
|
||||
@@ -90,6 +91,7 @@ app.add_typer(analyze_app, name="analyze")
|
||||
app.add_typer(authority_app, name="authority")
|
||||
app.add_typer(compute_app, name="compute")
|
||||
app.add_typer(lab_app, name="lab")
|
||||
app.add_typer(artifact_app, name="artifact")
|
||||
|
||||
|
||||
class ToolStatus(TypedDict):
|
||||
|
||||
Reference in New Issue
Block a user