FlowPilot is an AI-driven automation platform that enables users to integrate and control Pica connections and custom agents seamlessly. It supports ElevenLabs voice agents and works with Pica and also with custom workflow to provide intelligent automation solutions.
demo.mp4
- Custom AI Agents: Use Pica or integrate your own AI agents.
- Voice Interaction: ElevenLabs-powered voice responses.
- Node.js (v16+ recommended)
- Workflow automation platform
- API keys for PicaOs , custom workflow url
- Clone the repository:
git clone https://github.com/sahalhes/flowpilot.git cd flowpilot - Install dependencies:
npm install
- Configure environment variables:
Fill in the necessary API keys in the
cp .env.example .env
.envfile. - Start the server:
npm start
- AI Chatbot: Interact with the AI through the web UI.
- Automation: Utilize custom workflows for advanced automation.
- Fork the repository.
- Create a new branch:
git checkout -b feature-branch
- Commit your changes:
git commit -m "Add new feature" - Push to your branch:
git push origin feature-branch
- Open a Pull Request.
This project is licensed under the MIT License.
