- Step1: Clone the repository from GitHub.
- Step2: Install dependencies with npm or yarn.
- Step3: Configure environment variables including your LLM API keys.
- Step4: Run the backend server with npm start.
- Step5: Launch the React frontend with npm run dev.
- Step6: Access the web UI at http://localhost:3000 and begin chatting.
- Step7: Install or configure plugins via the plugins directory.
- Step8: Customize prompt templates and memory settings in config files.