- Step1: Clone the Automation-Chatbot repository from GitHub
- Step2: Run npm install to install dependencies
- Step3: Create a .env file and configure OpenAI, Chroma, and connector API keys
- Step4: Customize or add connector modules in the src/connectors directory
- Step5: Define workflows and prompts in the TypeScript schema files
- Step6: Start the agent with npm run start
- Step7: Integrate with Slack by installing the Slack app and setting callbacks
- Step8: Use chat commands to trigger automated tasks and monitor logs