Update AI power and compliance scenario documentation
Some checks failed
Cross-Node Transaction Testing / transaction-test (push) Successful in 2s
Deploy to Testnet / deploy-testnet (push) Successful in 1m6s
Documentation Validation / validate-docs (push) Failing after 8s
Documentation Validation / validate-policies-strict (push) Successful in 5s
Multi-Node Stress Testing / stress-test (push) Successful in 4s
Node Failover Simulation / failover-test (push) Successful in 2s
Some checks failed
Cross-Node Transaction Testing / transaction-test (push) Successful in 2s
Deploy to Testnet / deploy-testnet (push) Successful in 1m6s
Documentation Validation / validate-docs (push) Failing after 8s
Documentation Validation / validate-policies-strict (push) Successful in 5s
Multi-Node Stress Testing / stress-test (push) Successful in 4s
Node Failover Simulation / failover-test (push) Successful in 2s
- Change Step 4 in scenario 32 from analytics to reputation check - Update command from 'ai analytics' to 'ai reputation' - Restructure output to show reputation score first - Change 'governance monitor' to 'governance list' in scenario 34
This commit is contained in:
@@ -120,21 +120,20 @@ aitbc ai trade-ai-power \
|
||||
--amount 50
|
||||
```
|
||||
|
||||
### **Step 4: Analyze AI Performance**
|
||||
Track AI job performance metrics.
|
||||
### **Step 4: Check AI Provider Reputation**
|
||||
Monitor your AI provider reputation score.
|
||||
|
||||
```bash
|
||||
aitbc ai analytics --wallet my-agent-wallet
|
||||
aitbc ai reputation --wallet my-agent-wallet
|
||||
```
|
||||
|
||||
Output:
|
||||
```
|
||||
AI Performance Analytics:
|
||||
Total Jobs: 156
|
||||
Success Rate: 98.7%
|
||||
Average Latency: 1.2s
|
||||
AI Provider Reputation:
|
||||
Reputation Score: 4.8/5.0
|
||||
Revenue: 780 AIT
|
||||
Total Jobs Completed: 156
|
||||
Success Rate: 98.7%
|
||||
Total Revenue: 780 AIT
|
||||
```
|
||||
|
||||
### **Step 5: Manage AI Reputation**
|
||||
|
||||
@@ -90,7 +90,7 @@ Status: active
|
||||
Track and vote on governance proposals.
|
||||
|
||||
```bash
|
||||
aitbc governance monitor --wallet my-agent-wallet
|
||||
aitbc governance list --wallet my-agent-wallet
|
||||
```
|
||||
|
||||
Output:
|
||||
|
||||
Reference in New Issue
Block a user