feat(storage): add portable session artifact gateway

This commit is contained in:
DCCONSTRUCTIONS
2026-07-30 10:05:48 +03:00
parent 2ab9e45548
commit e56fa0c074
11 changed files with 1889 additions and 2 deletions
@@ -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):