mirror of
https://github.com/dmitrizzle/chat-bubble.git
synced 2026-04-03 08:29:36 -06:00
Pluggable API #44
Labels
No labels
bug
bug
bug
enhancement
enhancement
enhancement
enhancement
enhancement
help wanted
help wanted
help wanted
help wanted
help wanted
help wanted
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github/chat-bubble#44
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @dmitrizzle on 5/5/2018
A way to build plugins on top of
chat-bubble. This would let the users customize their setup, allow developers add reusable features and keep the codebase light. Some of the existing features (like being able to remember past conversations) should probably become plugins instead of the core functionality.Before building this, there should probably be a plan on which parts of the bot should be available to be built on top of:
Any ideas, input and suggestions on how to build this while ensuring the minimal size of the final package are highly appreciated.