feat: connect ECC to canonical Ito compute CLI (#2558)

This commit is contained in:
Affaan Mustafa 2026-07-23 19:28:55 -07:00 committed by GitHub
parent 9d54ee222d
commit bc774282e6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
32 changed files with 1043 additions and 1275 deletions

View file

@ -41,8 +41,11 @@ def print_self_host_compute_notice(provider: str) -> None:
"https://compute.itomarkets.com"
)
print(
"Any GPU provider works. ECC only links to the Itô dashboard; it does not "
"provision compute or serving. Managed inference through Itô is not live yet."
"Any GPU provider works. This sponsorship link is passive: it does not invoke "
"an RFQ, reserve capacity, provision compute, or configure serving. Separately, "
'the opt-in "ecc ito find" bridge invokes the explicitly configured canonical '
"Itô CLI and submits a live authenticated RFQ; it does not reserve capacity. "
"Managed inference through Itô is not live yet."
)