Thanks to visit codestin.com
Credit goes to github.com

Skip to content

hiroyannnn/spike-mulch-agent

Repository files navigation

Multi-Agent Chatbot

This project is a minimal Next.js 14 application demonstrating a multi-agent chatbot using the assistant-ui components and the OpenAI Node SDK v5. Agent routing leverages a lightweight LLM call to choose between the empathetic Listener and the coaching Solver.

Setup

  1. Copy .env.example to .env and fill in your OpenAI credentials.
  2. Install dependencies with {YOUR_PM} install.
  3. Run the development server with {YOUR_PM} run dev and open http://localhost:3000.

Build

  • Create a production build with {YOUR_PM} run build.
  • Start the built app with {YOUR_PM} start.

Deploy

Deploy to your preferred platform (e.g. Vercel, Cloudflare). Ensure the OPENAI_API_KEY environment variable is configured in the hosting environment.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages