bborn / aghq-chat-starter

A starter chatbot client for Agent HQ

Home Page:https://aghq-chat-starter.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AGHQ Chat Kit

Add a .env file to the root of the project with the following contents:

  VITE_APP_NAME="My Chatbot Name"
  VITE_AGHQ_API_ACCESS_TOKEN=your_aghq_api_access_token
  VITE_AGHQ_AGENT_ID=your_aghq_agent_id

If deploying, replace the

Recommended IDE Setup

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint

About

A starter chatbot client for Agent HQ

https://aghq-chat-starter.vercel.app


Languages

Language:Vue 65.2%Language:JavaScript 15.1%Language:HTML 13.3%Language:CSS 6.5%