by ilanbenb
A WhatsApp bot that can participate in group conversations, powered by AI. The bot monitors group messages and responds when mentioned.
# Add to your Claude Code skills
git clone https://github.com/ilanbenb/wa_llm
AI-powered WhatsApp bot that joins any group, tracks conversations, and generates intelligent summaries.
pgvectorlocalhost:8000/docs)This project includes multiple Docker Compose files for different environments:
| File | Purpose | Usage |
| ------------------------------ | ------------------------------------------------------------------------------ | ------------------------------------------------------ |
| docker-compose.yml | Default/Development. Builds the application from source code. | docker compose up -d |
| docker-compose.prod.yml | Production. Uses pre-built images from GHCR. Recommended for deployment. | |
| | . For running the app on host while services run in Docker. | |
| | . Contains shared service definitions. | ❌ |
docker compose -f docker-compose.prod.yml up -ddocker-compose.local-run.ymldocker compose -f docker-compose.local-run.yml up -ddocker-compose.base.ymlpgvector extensiongit clone https://github.com/YOUR_USER/wa_llm.git cd wa_llm
.env.example to .env and fill in required values.cp .env.example .env
| Variable | Description | Default |
| ------------------------------ | ---------------------------------------------------------------------------------- | ------------------------------------------------------------ |
| WHATSAPP_HOST | WhatsApp Web API URL | `http://...