docs: remove messaging CLI commands from aitbc-cli.md
All checks were successful
Cross-Node Transaction Testing / transaction-test (push) Successful in 2s
Deploy to Testnet / deploy-testnet (push) Successful in 1m11s
Multi-Node Stress Testing / stress-test (push) Successful in 2s
Node Failover Simulation / failover-test (push) Successful in 1s

- Messaging commands not implemented in main /opt/aitbc/aitbc-cli entry point
- Only available via python3 cli/unified_cli.py messaging
- Removed messaging section from aitbc-cli.md
- Section numbering already correct after removal
- aitbc-cli.md now documents only commands available in main aitbc-cli entry point
This commit is contained in:
aitbc
2026-05-08 21:14:58 +02:00
parent b46eedcf7f
commit d5aba0c630

View File

@@ -320,36 +320,7 @@ python3 cli/unified_cli.py market orders \
---
### 7. Messaging Operations
#### List Topics
```bash
python3 cli/unified_cli.py messaging topics --rpc-url http://aitbc1:8006
```
**Result:** Topic ID (e.g., `topic_a89f0525b357a8aa`), title, total topics
#### Create Topic
```bash
python3 cli/unified_cli.py messaging create-topic \
--title "<title>" \
--content "<content>" \
--rpc-url http://aitbc1:8006
```
#### Post Message to Topic
```bash
python3 cli/unified_cli.py messaging post \
--topic-id <topic_id> \
--content "<message>" \
--rpc-url http://aitbc1:8006
```
**Note:** Messaging requires agent registration first (see Agent Registration section)
---
### 8. Agent Operations
### 7. Agent Operations
#### Create Agent
```bash