Some checks failed
Cross-Node Transaction Testing / transaction-test (push) Successful in 3s
Deploy to Testnet / deploy-testnet (push) Successful in 1m10s
Documentation Validation / validate-docs (push) Failing after 8s
Documentation Validation / validate-policies-strict (push) Successful in 3s
Multi-Node Stress Testing / stress-test (push) Successful in 2s
Node Failover Simulation / failover-test (push) Failing after 3s
- Renamed openclaw_agents.json to hermes_agents.json - Renamed openclaw_agents_advanced.json to hermes_agents_advanced.json - Content was already updated for hermes, only filenames needed updating - Training files are used for hermes agent configuration
25 lines
865 B
JSON
25 lines
865 B
JSON
{
|
|
"agents": {
|
|
"CoordinatorAgent": {
|
|
"node": "aitbc",
|
|
"capabilities": ["orchestration", "monitoring", "coordination"],
|
|
"access": ["agent_communication", "task_distribution"]
|
|
},
|
|
"GenesisAgent": {
|
|
"node": "aitbc",
|
|
"capabilities": ["system_admin", "blockchain_genesis", "service_management"],
|
|
"access": ["ssh", "systemctl", "file_system"]
|
|
},
|
|
"FollowerAgent": {
|
|
"node": "aitbc1",
|
|
"capabilities": ["system_admin", "blockchain_sync", "service_management"],
|
|
"access": ["ssh", "systemctl", "file_system"]
|
|
},
|
|
"WalletAgent": {
|
|
"node": "both",
|
|
"capabilities": ["wallet_management", "transaction_processing"],
|
|
"access": ["cli_commands", "blockchain_rpc"]
|
|
}
|
|
}
|
|
}
|