1.0.0 • Published 12 months ago

advanced-multi-agent-chatbot v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
12 months ago

Advanced Multi-Agent Chatbot UI

This project demonstrates a simulated advanced multi-agent chatbot UI with the following features:

  • Dark mode interface
  • Simulated NLP capabilities (intent detection and entity extraction)
  • Multiple specialized agents (Frontend, Backend, NLP, QA, and Planner)
  • Realistic conversation flow with simulated processing delays

Installation

To install this package, run the following command in your Replit shell:

npm install advanced-multi-agent-chatbot

Usage

After installation, you can start the chatbot UI by running:

npx advanced-multi-agent-chatbot

Then, open the provided URL in your browser to interact with the chatbot.

Interact with the chatbot by typing messages in the input field and observe how different agents respond based on the detected intent and entities.

Note: This is a simulated frontend-only version of the chatbot. In a full implementation, you would need to set up a backend server with real NLP processing and agent logic.

1.0.0

12 months ago