I’m currently working on a project to set up an AI-powered autonomous agent using n8n to automate DevOps workflows. The idea is to create a system capable of processing natural language commands (text or voice) from multiple communication channels such as Slack, WhatsApp, Teams, etc., and then triggering CI/CD-related tasks.
The tasks handled by this agent mainly cover:
- Creating Git branches (remote branches) from the project backlog
- Launching branch merge requests or pull requests
- Launching different types of CI/CD pipelines
- Reporting pipeline results or errors back to the user via the same communication channel
i’d love to get ideas or recommendations for setting up this project
Any insights, experience, or even similar use-case references would be incredibly helpful.
Thank you in advance.