HZBは「コール結果」と「約定ベース」を合わせて提供する予定だ。統合された request_id、タスクのステータス、および受信は問題の追跡を容易にします。クレジットはサービスの測定に使用され、HZB トークンが引き受けるネットワークの役割とサービス呼び出し権限は別途定義されます。現在のドキュメントでは、オンライン実稼働 API ではなく、実行可能なローカル固定データのデモンストレーションが提供されています。
{
"schema": "hzb-task-spec-concept-v1",
"status": "illustrative-template",
"goal": "Review roles and permissions in an authorized contract",
"capability": "hzb-solidity",
"context": { "network": "bnb-chain", "compiler": "0.8.24", "source": "YOUR_AUTHORIZED_CONTRACT" },
"permissions": { "actions": ["read", "analyze"], "external_writes": false, "human_approval_required": true },
"constraints": { "max_tool_calls": 10, "timeout_seconds": 120 },
"deliverables": ["permission-summary", "source-citations", "human-review-checklist"],
"note": "Conceptual example only. This is not a published API schema and does not execute actions."
}
if tool not in granted_tools: DENY
if resource not in granted_scope: DENY
if authorization_expired or budget_exceeded: DENY
if external_write or high_risk_action: REQUIRE_HUMAN_APPROVAL
else: PERMIT_SCOPED_ACTION
# Before execution, recheck authorization and external state.
# After an uncertain result, PAUSE and RECONCILE; do not blindly retry.
公式 Web サイトの規約は、公開情報、開発ドキュメント、ダウンロード、およびビデオ機能に適用されます。研究開発ルートはオープンな運用サービスを表すものではなく、この例では実物資産のトランザクションは実行されません。独立したサービスおよびソフトウェア ライセンスが別途合意されている場合、それらは対応する合意に従って取り扱われるものとします。