ito-compute
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseItô Compute
Itô Compute
Use the canonical Itô compute CLI or MCP server. ECC does not implement a
parallel client, local simulation, reservation, workload runner, or inference
server. ECC itself does no browser automation.
使用标准Itô Compute CLI或MCP服务器。ECC不实现并行客户端、本地模拟、预留、工作负载运行器或推理服务器。ECC本身不执行任何浏览器自动化操作。
Install the canonical local package
安装标准本地包
ito-compute-clinpxnpm execsh
git clone https://github.com/Ito-Markets/ito-cloud-runtime.git
cd ito-cloud-runtime/cli/ito-compute-cli
npm ci
npm run checkSet to the explicit absolute built entry:
ECC_ITO_CLI_EXECUTABLEtext
/absolute/path/to/ito-cloud-runtime/cli/ito-compute-cli/dist/bin/ito.jsECC never discovers this credential-bearing client through .
performs device authorization and never inherits .
The validation-only , plus and , forward
directly when configured; is not required. Never put a
key or token in arguments, tracked files, MCP results, logs, or chat.
PATHecc ito loginITO_API_KEYauthfindstatusITO_API_KEYITO_AUTH_MODE=legacyito-compute-clinpxnpm execsh
git clone https://github.com/Ito-Markets/ito-cloud-runtime.git
cd ito-cloud-runtime/cli/ito-compute-cli
npm ci
npm run check将设置为构建后的绝对路径:
ECC_ITO_CLI_EXECUTABLEtext
/absolute/path/to/ito-cloud-runtime/cli/ito-compute-cli/dist/bin/ito.jsECC不会通过自动发现这个带有凭证的客户端。执行设备授权,且绝不会继承。仅用于验证的命令,以及和命令,在配置后会直接传递;无需设置。切勿在参数、跟踪文件、MCP结果、日志或聊天中放置密钥或令牌。
PATHecc ito loginITO_API_KEYauthfindstatusITO_API_KEYITO_AUTH_MODE=legacyCLI workflow
CLI工作流
-
Runbefore the first operation. ECC delegates this to the canonical CLI's device authorization, which opens the Itô verification page by default and persists a device token in macOS Keychain. Use
ecc ito loginto suppress the page handoff. ECC itself does no browser automation. If the originating agent cannot complete the signed-in browser step, hand the exact command to the user; after approval finishes, return to the originating task and continue withecc ito login --no-browser. Device tokens use macOS Keychain by default. File-token fallback is explicit and its directory and token file must remain owner-only (0700 and 0600).ecc ito auth -
Runto validate existing credentials; it never starts login and rejects
ecc ito auth.--no-browser -
Before, obtain explicit buyer authority to submit an RFQ.
ecc ito find- Require ,
gpu, wholecount,days,max-rate,nodes,gpus-per-node,storage-tb,start-window,form-factor,contract-type,fabric, and the split-fill decision.region - Require ; never derive topology.
count == nodes * gpus-per-node - Use only when the buyer explicitly accepts any fabric or region.
any - Omitted means false.
--allow-split
- Require
-
Run the live RFQ command:sh
ecc ito find \ --gpu h200 \ --count 8 \ --nodes 1 \ --gpus-per-node 8 \ --days 30 \ --storage-tb 1 \ --start-window 2099-08-15 \ --max-rate 3.00 \ --form-factor bare_metal \ --contract-type reservation \ --fabric infiniband \ --region us-east-1 -
Runto inspect RFQs and procurement orders. After an ambiguous transport failure, check status before repeating
ecc ito status.find -
Runwhen the user explicitly asks to revoke this device. The canonical CLI keeps the local credential when remote revocation fails so the operator can retry; never delete the token manually as a substitute.
ecc ito logout
Inventory prices are indicative. An RFQ is not reserved capacity. Treat a rate
as fixed only when the canonical result contains a non-null firm quote.
-
在首次操作前运行。ECC会将此委托给标准CLI的设备授权,默认情况下会打开Itô验证页面,并在macOS钥匙串中持久化存储设备令牌。使用
ecc ito login可禁用页面跳转。ECC本身不执行任何浏览器自动化操作。如果发起操作的Agent无法完成浏览器登录步骤,请将确切命令交给用户;在完成授权后,返回原任务并继续执行ecc ito login --no-browser。 设备令牌默认使用macOS钥匙串。文件令牌作为备选方案,其所在目录和令牌文件必须仅对所有者开放(权限为0700和0600)。ecc ito auth -
运行验证现有凭证;此命令不会启动登录流程,且不支持
ecc ito auth参数。--no-browser -
在运行之前,需获得明确的买方授权以提交RFQ。
ecc ito find- 必须指定、
gpu、完整的count、days、max-rate、nodes、gpus-per-node、storage-tb、start-window、form-factor、contract-type、fabric,以及拆分填充决策。region - 必须满足;切勿自行推导拓扑结构。
count == nodes * gpus-per-node - 仅当买方明确接受任意fabric或region时,才可使用。
any - 省略参数表示false。
--allow-split
- 必须指定
-
运行实时RFQ命令:sh
ecc ito find \ --gpu h200 \ --count 8 \ --nodes 1 \ --gpus-per-node 8 \ --days 30 \ --storage-tb 1 \ --start-window 2099-08-15 \ --max-rate 3.00 \ --form-factor bare_metal \ --contract-type reservation \ --fabric infiniband \ --region us-east-1 -
运行查看RFQ和采购订单状态。在出现模糊的传输失败后,重复执行
ecc ito status前请先检查状态。find -
当用户明确要求撤销此设备权限时,运行。如果远程撤销失败,标准CLI会保留本地凭证以便操作员重试;切勿手动删除令牌作为替代方案。
ecc ito logout
库存价格仅作参考。RFQ不代表预留算力。只有当标准结果包含非空的确定报价时,才可将费率视为固定。
Live node qualification
实时节点验证
ecc ito evalssixtytwo-cli==0.3.33- operator authorization to contact the named nodes;
- ;
ITO_ENABLE_SIXTYTWO_LIVE=1 - ;
--live-sixtytwo - an explicit node list; and
- an existing absolute config directory containing .
sixtytwo.yaml
sh
ecc ito evals \
--cluster clu_prod_example \
--live-sixtytwo \
--nodes gpu-01,gpu-02 \
--config-dir /absolute/path/to/qualification-configThe canonical adapter can run only the pinned version check and
against the explicit nodes. It cannot rent, launch,
recover, repair, reset, purchase, or order resources. ECC does not forward
or model/cloud credentials into node qualification.
sixtytwo test --fullITO_API_KEYecc ito evalssixtytwo-cli==0.3.33- 操作员有权联系指定节点;
- 设置;
ITO_ENABLE_SIXTYTWO_LIVE=1 - 指定参数;
--live-sixtytwo - 明确的节点列表;
- 包含的现有绝对配置目录。
sixtytwo.yaml
sh
ecc ito evals \
--cluster clu_prod_example \
--live-sixtytwo \
--nodes gpu-01,gpu-02 \
--config-dir /absolute/path/to/qualification-config标准适配器仅能对指定节点运行固定版本检查和。它无法租用、启动、恢复、修复、重置、购买或订购资源。ECC不会将或模型/云凭证传递到节点验证流程中。
sixtytwo test --fullITO_API_KEYMCP workflow
MCP工作流
Build the canonical package, then configure the stdio server with an absolute
path:
json
{
"mcpServers": {
"ito-compute": {
"command": "node",
"args": [
"/absolute/path/to/ito-cloud-runtime/cli/ito-compute-cli/dist/bin/ito-mcp.js"
]
}
}
}The server exposes only:
ito_authito_findito_status
ito_authito_authito_findito_status构建标准包,然后使用绝对路径配置标准输入输出服务器:
json
{
"mcpServers": {
"ito-compute": {
"command": "node",
"args": [
"/absolute/path/to/ito-cloud-runtime/cli/ito-compute-cli/dist/bin/ito-mcp.js"
]
}
}
}服务器仅暴露以下接口:
ito_authito_findito_status
ito_authito_authito_findito_statusRent or purchase semantics
租用或购买语义
findstatusfindstatusUnsupported operations
不支持的操作
The supported client surface cannot lock quotes, reserve capacity, execute
workloads, or serve inference. The MCP server does not expose qualification;
use the explicit CLI command above. Do not invent additional tools or a
purchase path. Do not substitute a browser or fixture when the local CLI is
missing or a live operation fails. Report the missing capability and stop.
支持的客户端功能无法锁定报价、预留算力、执行工作负载或提供推理服务。MCP服务器不暴露验证功能;请使用上述明确的CLI命令。请勿发明额外工具或购买路径。当本地CLI缺失或实时操作失败时,请勿用浏览器或fixture替代。请报告缺失的功能并停止操作。