feat: add extended CLI command routing and update P2P architecture documentation
Some checks failed
Security Scanning / security-scan (push) Has been cancelled
Documentation Validation / validate-docs (push) Has been cancelled
CLI Tests / test-cli (push) Has been cancelled

- Added 135-line command interceptor in unified_cli.py for 75+ advanced commands
- Implemented routing for contract, mining, agent, network, wallet, AI, resource, ollama, marketplace, economics, analytics, automate, cluster, performance, security, compliance, script, and API commands
- Added dynamic kwargs extraction from raw_args for command parameters
- Added fallback to extended_features.py backend for stateful command
This commit is contained in:
aitbc
2026-04-09 13:46:49 +02:00
parent 5c09774e06
commit f57a8b2cc2
5 changed files with 488 additions and 4 deletions

View File

@@ -84,7 +84,7 @@ To connect nodes in a production network:
### 2. Gossip Backend
- Use Redis for distributed gossip:
```env
GOSSIP_BACKEND=redis
GOSSIP_BACKEND=memory
GOSSIP_BROADCAST_URL=redis://redis-server:6379/0
```