smart-chats

1.0.3 • Public • Published

Smart Chats

Used to build Smart Connections.

Notes

  • SmartEnv is the orchestrator and loads mixin classes
  • SmartChats is used to manage chat history
  • SmartChat is a chat instance
  • SmartUI is used to render the chat UI
graph LR
  SE[SmartEnv]
  SR[Renderer]
  SCs[Chats]
  SC[Chat]
  SM["Chat Model (OpenAI)"]
  
  SE -.-> SM
  SE -.-> SR
  SE -.-> SC
  SE -.-> SCs
  SCs -.->|has many| SC

Minimal Dependencies

One of the key advantages of SmartChat is its minimal dependency requirement. This makes it an ideal choice for developers looking to integrate chat functionalities without the overhead of managing numerous dependencies. By focusing on a lean architecture, SmartChat ensures that your application remains lightweight and easy to maintain.

Building Your Own App

SmartChat is designed to be highly customizable, enabling developers to build their own applications that leverage its chat functionalities.

Package Sidebar

Install

npm i smart-chats

Homepage

jsbrains.org

Weekly Downloads

3

Version

1.0.3

License

MIT

Unpacked Size

26.5 kB

Total Files

9

Last publish

Collaborators

  • wfhbrian