docs/design/ecc-ito-compute-integration.md
Status: Implemented local CLI bridge; managed inference remains unavailable
Owner: Affaan Mustafa
Updated: 2026-07-23
The distribution chain remains provider-neutral:
GPU compute (Itô or another selected provider)
-> any open-source model
-> model harness
-> ECC meta-harness
Itô is ECC's preferred compute sponsor, never an exclusive provider. Owned hardware, existing clusters, and other providers remain valid.
ECC delegates to the canonical Itô package in
Ito-Markets/ito-cloud-runtime/cli/ito-compute-cli. ECC does not maintain a
second API client or response schema.
The wrapper exposes only the canonical CLI's auth, find, status, and evals
operations:
ecc ito auth
ecc ito find <all required RFQ constraints>
ecc ito status
ecc ito evals --cluster <id> --live-sixtytwo --nodes <list> --config-dir <dir>
The canonical MCP server exposes only ito_auth, ito_find, and ito_status.
ECC includes an opt-in configuration template pointing to the local built MCP
entry. It does not enable the server by default.
The former browser/manual-copy command is retired. ecc ito performs no
browser navigation and stores no economic state.
ito-compute-cli is unpublished. Install it from the canonical repository:
git clone https://github.com/Ito-Markets/ito-cloud-runtime.git
cd ito-cloud-runtime/cli/ito-compute-cli
npm ci
npm run check
Set ECC_ITO_CLI_EXECUTABLE to the explicit absolute built entry:
/absolute/path/to/ito-cloud-runtime/cli/ito-compute-cli/dist/bin/ito.js
ECC does not resolve the credential-bearing client through PATH; this avoids
forwarding ITO_API_KEY to an unrelated executable with the same name.
For MCP, configure node with:
/absolute/path/to/ito-cloud-runtime/cli/ito-compute-cli/dist/bin/ito-mcp.js
Inject ITO_API_KEY with 1Password or the launching environment. ECC forwards
only ITO_API_KEY, optional Itô endpoint overrides, and the minimum process
environment. It does not inspect or log the key.
auth validates the configured Itô API key.find reads live inventory and submits a live authenticated RFQ. An operator
or agent must gather every hard topology/economic constraint and obtain
explicit buyer authority before invoking it.status reads current RFQ and procurement status.evals requires both ITO_ENABLE_SIXTYTWO_LIVE=1 and
--live-sixtytwo, then runs only the canonical CLI's pinned
sixtytwo-cli==0.3.33 qualification adapter against an explicit node list
and existing absolute configuration directory. It receives no ITO_API_KEY
or unrelated cloud/model credentials and cannot rent, launch, recover,
repair, reset, purchase, or order resources.status before repeating find.All durable RFQ, quote, procurement, and reservation state remains owned by the Itô platform. ECC adds no shadow store.
ECC exposes no quote lock, purchase, workload execution, or inference command. Node qualification is live-only through the separately gated canonical adapter; the ECC bridge does not expose its paper fixture mode.
Managed inference remains unavailable. ECC does not claim that Itô created a model endpoint, deployed a workload, reserved capacity, or moved funds.
skills/ito-compute/SKILL.md is an opt-in workflow installed through:
ito-computecapability:ito-computefullThe skill documents the exact CLI and MCP names and the approval boundary. It does not bundle the unpublished CLI.
The integration works from a local build. Distribution remains blocked until
ito-compute-cli has an approved package-publication policy and is published
or replaced by another verified distribution channel. ECC must not claim npm
availability before a registry read confirms it.
The ECC package version remains unchanged in this worktree. Its version bump, release commit, and publication are intentionally deferred to the release owner after review.
The local contract suite proves:
No test in this integration invokes a live Itô API, submits an RFQ, opens a browser, or contacts a GPU node.