Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ENH] Deactivate bot with same auth Token #87

Open
Aran30 opened this issue Oct 17, 2021 · 0 comments
Open

[ENH] Deactivate bot with same auth Token #87

Aran30 opened this issue Oct 17, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@Aran30
Copy link
Contributor

Aran30 commented Oct 17, 2021

This issue got derived from #49.

  1. Motivation - In case a new bot agent is submitted with an authentication token which is already used by another bot, the two bot agents will run concurrently and then respond twice to every message. This leads to confusion for the end users and has no concrete use case.
  2. Specification - Automatically turn off previous bots which use the same authentication token. (Currently only works if the same las2peer bot agent is used)
  3. Finalised state - Submitting new bot with an already used token will turn off the previous bot, thus only answering once per conversation.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant