1b2b935832
- Platform-based architecture (Windows/Linux/Mac) - Agent instance registry (agents.yaml) - Management dashboard with cross-platform monitoring - xmpp_bot with HTTP bridge + health endpoints - wechat_agent with WeChat-Hermes bridging - Platform services: ProcessGuardian, HealthProbe, APIRouter, ChannelBridge - Deployment: systemd (Linux) + PowerShell (Windows) - Monitoring: SSH+ejabberdctl for cross-platform presence
41 lines
303 B
Plaintext
41 lines
303 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
.venv/
|
|
*.egg-info/
|
|
|
|
# Logs
|
|
*.log
|
|
logs/
|
|
|
|
# Temp
|
|
temp/
|
|
*.tmp
|
|
*.db
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Env
|
|
.env
|
|
.env.local
|
|
|
|
# Large binaries
|
|
*.exe
|
|
*.dll
|
|
*.png
|
|
*.jpg
|
|
*.jpeg
|
|
*.gif
|
|
|
|
# Submodules / external projects
|
|
hermes-agent/
|
|
gateway/qq-bot/
|
|
node_modules/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|