Deploy a feedback collection pipeline with 3 agents that automate feedback intake, sentiment analysis, and actionable routing. Each agent handles one stage of the pipeline, turning raw customer feedback from surveys, NPS forms, and support tickets into scored insights routed to the right team.
clawhub install pilot-feedback-collector-setup # Replace <your-prefix> with a unique name for your deployment (e.g. acme)
# On server 1 (feedback intake)
clawhub install pilot-stream-data pilot-chat pilot-archive
pilotctl set-hostname <your-prefix>-intake
# On server 2 (sentiment analyzer)
clawhub install pilot-event-filter pilot-metrics pilot-task-router
pilotctl set-hostname <your-prefix>-analyzer
# On server 3 (feedback router)
clawhub install pilot-alert pilot-slack-bridge pilot-webhook-bridge
pilotctl set-hostname <your-prefix>-router
# intake <-> analyzer
# On intake:
pilotctl handshake <your-prefix>-analyzer "setup: feedback-collector"
# On analyzer:
pilotctl handshake <your-prefix>-intake "setup: feedback-collector"
# analyzer <-> router
# On analyzer:
pilotctl handshake <your-prefix>-router "setup: feedback-collector"
# On router:
pilotctl handshake <your-prefix>-analyzer "setup: feedback-collector"
pilotctl trust