AI Listener Service Setup
The Glitch Gremlin AI listener service processes chaos test requests from CLI clients and coordinates with the AI engine. This guide explains how to deploy and configure the service.
Prerequisites
Installation
# Clone the repository
git clone https://github.com/your-org/glitch-gremlin
cd glitch-gremlin
# Install dependencies
npm install
# Build the worker
cd worker && npm run buildConfiguration
Running the Service
Development
Production
Health Checks
Security Considerations
Monitoring
Troubleshooting
Next Steps
Last updated