-
Notifications
You must be signed in to change notification settings - Fork 0
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
2.4.0 #199
Merged
Merged
2.4.0 #199
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Changed structure and added v2 for ChatBot class * dropped not needed method * Moved common chat bot properties to abstract chatbot class * Moved chatbot methods to utils * Moved chatbot methods to utils * added docstring * typo fix * Dropped chatbot dependency for Parlai Bot * Updated usage of NeonBot and ParlAI Bot classes * Added mq-based handle shout functionality for chatbot v2 * Added docstring to new methods and responded shout id handling * Updated requirements.txt * Added current conversation on chatbot declaration * Added klat connector to the list of dependencies * Changed required version * Small fix * Added utilities for mq-based running of chatbots * Fixed imports * import fix * small fix * rollback to stable imports structure * Some more logging * Test * small fix * bugfix * Added support for dynamic init Co-authored-by: kirill <kirill.grim@gmail.com>
Generic Version Utility
ParlAI troubleshooting
- Added handling of "announce_invitation" instead of "skip_announcement" - Introduced "FACILITATOR" bot type
Updates license notices to 2025
Minor logging and default value handling changes to resovle warnings Update requirements
* Fixed stopping logic and passing list connected cids on sync * Small renaming and reformatting * Small renaming * addressed comments --------- Co-authored-by: kgrim <kirill.grim@gmail.com>
* Update deprecation notices to next major version (3.0) Add missing backwards-compat methods Update logging Add missing license notices Replace removed unit tests * Update test objects to resolve import errors * Update klat-connector to stable version
…id major version for removal (#198)
16 tasks
NeonDaniel
approved these changes
Feb 7, 2025
NeonKirill
approved these changes
Feb 10, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changelog
2.3.1a38 (2025-02-07)
Full Changelog
Merged pull requests:
2.3.1a37 (2025-02-07)
Full Changelog
Merged pull requests:
2.3.1a36 (2025-02-03)
Full Changelog
Merged pull requests:
2.3.1a35 (2025-01-29)
Full Changelog
Merged pull requests:
2.3.1a34 (2025-01-15)
Full Changelog
Merged pull requests:
2.3.1a33 (2025-01-15)
Full Changelog
Merged pull requests:
cli_start_mq_bot
hang infinitely to preserve main thread #193 (NeonKirill)2.3.1a32 (2025-01-14)
Full Changelog
Merged pull requests:
2.3.1a31 (2025-01-05)
Full Changelog
Merged pull requests:
2.3.1a30 (2025-01-03)
Full Changelog
Merged pull requests:
2.3.1a29 (2024-12-13)
Full Changelog
Merged pull requests:
2.3.1a28 (2024-12-04)
Full Changelog
Implemented enhancements:
Merged pull requests:
2.3.1a27 (2023-12-15)
Full Changelog
Merged pull requests:
2.3.1a26 (2023-12-14)
Full Changelog
Merged pull requests:
2.3.1a25 (2023-12-11)
Full Changelog
Merged pull requests:
2.3.1a24 (2023-12-11)
Full Changelog
Merged pull requests:
2.3.1a23 (2023-12-09)
Full Changelog
Merged pull requests:
2.3.1a22 (2023-12-08)
Full Changelog
Merged pull requests:
bot_config
param withConfiguration
handling #181 (NeonDaniel)2.3.1a21 (2023-12-07)
Full Changelog
Implemented enhancements:
Merged pull requests:
2.3.1a20 (2023-12-01)
Full Changelog
Merged pull requests:
2.3.1a19 (2023-11-30)
Full Changelog
Merged pull requests:
bot_utils.py
#179 (NeonDaniel)2.3.1a18 (2023-11-30)
Full Changelog
Merged pull requests:
2.3.1a17 (2023-11-29)
Full Changelog
Implemented enhancements:
Fixed bugs:
Merged pull requests:
* This Changelog was automatically generated by github_changelog_generator