Reply Pilot Documentation
Welcome to the project documentation.
Reply Pilot uses a module-per-service layout. Each long-running container should live in its own
top-level directory with its own Dockerfile, docker-compose.yml, data/, logs/, conf/,
and named start/stop/deploy scripts.
Available Pages
- Activity Model
- Container Runtime Contract
- Remote Server Guide
- Reply Pilot Web App
- Reply Pilot Backend
- Reply Pilot Gmail
- Reply Pilot Worker
- Reply Pilot Search
- Reply Pilot Docs Site
- Reply Pilot Database
- Reply Pilot Wholesale Scout
Local Development
Install MkDocs and run the local server:
pip install mkdocs
mkdocs serve
Then open http://127.0.0.1:8000.