diff --git a/docs/deployment/SETUP.md b/docs/deployment/SETUP.md index c3367382..2b6c4f1c 100644 --- a/docs/deployment/SETUP.md +++ b/docs/deployment/SETUP.md @@ -157,3 +157,19 @@ For production deployment: 4. Set up log rotation 5. Configure monitoring and alerts 6. Use proper database setup (PostgreSQL/Redis) + +## Hermes Skills Integration + +AITBC includes documentation skills for Hermes agents. These skills enable automated operations and can be imported by Hermes agents to perform tasks: + +- **[Documentation Skills](../skills/)** - Complete skill library for Hermes agents: + - [aitbc-basic-operations.md](../skills/aitbc-basic-operations.md) - Basic CLI operations, wallet management, blockchain status + - [aitbc-marketplace.md](../skills/aitbc-marketplace.md) - Marketplace operations, GPU provider registration, trading + - [aitbc-node-coordination.md](../skills/aitbc-node-coordination.md) - Multi-node coordination, git synchronization, blockchain sync + - [aitbc-wallet-management.md](../skills/aitbc-wallet-management.md) - Wallet creation, import/export, balance checks, deletion + - [aitbc-ai-operations.md](../skills/aitbc-ai-operations.md) - AI job submission, monitoring, resource allocation, GPU testing + - [aitbc-blockchain-troubleshooting.md](../skills/aitbc-blockchain-troubleshooting.md) - Blockchain troubleshooting, sync issues, P2P problems + - [aitbc-multi-node-operations.md](../skills/aitbc-multi-node-operations.md) - Multi-node operations, git sync, service restart, blockchain sync + - [aitbc-cli.md](../skills/aitbc-cli.md) - CLI tool reference for training agents and workflow operations + +These skills are located in `docs/skills/` and follow the YAML frontmatter format required by Hermes for skill loading.