docs: remove messaging CLI commands from aitbc-cli.md
All checks were successful
All checks were successful
- 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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user