Skip to content
This repository was archived by the owner on Feb 24, 2026. It is now read-only.

Commit a55bb97

Browse files
committed
feat(cli): add upload session commands and file-input orchestration
1 parent 5e08fff commit a55bb97

File tree

10 files changed

+1327
-7
lines changed

10 files changed

+1327
-7
lines changed

scripts/ops_coverage_harness.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
COVERAGE_WRAPPER_ALIASES,
3131
CONNECTION_OPERATION_IDS,
3232
NODE_TYPE_OPERATION_IDS,
33+
UPLOAD_OPERATION_IDS,
3334
WORKFLOW_OPERATION_IDS,
3435
)
3536
from agenticflow_cli.spec import OperationRegistry, default_spec_path, load_openapi_spec
@@ -299,6 +300,7 @@ def _collect_wrapper_sources() -> dict[str, list[str]]:
299300
"agent": AGENT_OPERATION_IDS,
300301
"node_type": NODE_TYPE_OPERATION_IDS,
301302
"connection": CONNECTION_OPERATION_IDS,
303+
"uploads": UPLOAD_OPERATION_IDS,
302304
}
303305
for namespace, aliases in COVERAGE_WRAPPER_ALIASES.items():
304306
bucket = buckets.get(namespace, {})

0 commit comments

Comments
 (0)