File tree Expand file tree Collapse file tree 28 files changed +31
-29
lines changed Expand file tree Collapse file tree 28 files changed +31
-29
lines changed Original file line number Diff line number Diff line change 1
1
NEON AI (TM) SOFTWARE, Software Development Kit & Application Development System
2
2
3
- Copyright 2008-2020 Neongecko.com Inc. | All Rights Reserved
3
+ Copyright 2008-2025 Neongecko.com Inc. | All Rights Reserved
4
4
5
5
Notice of License - Duplicating this Notice of License near the start of any file containing
6
6
a derivative of this software is a condition of license for this software.
Original file line number Diff line number Diff line change 1
1
# NEON AI (TM) SOFTWARE, Software Development Kit & Application Development System
2
2
#
3
- # Copyright 2008-2021 Neongecko.com Inc. | All Rights Reserved
3
+ # Copyright 2008-2025 Neongecko.com Inc. | All Rights Reserved
4
4
#
5
5
# Notice of License - Duplicating this Notice of License near the start of any file containing
6
6
# a derivative of this software is a condition of license for this software.
Original file line number Diff line number Diff line change 1
1
# NEON AI (TM) SOFTWARE, Software Development Kit & Application Development System
2
2
#
3
- # Copyright 2008-2021 Neongecko.com Inc. | All Rights Reserved
3
+ # Copyright 2008-2025 Neongecko.com Inc. | All Rights Reserved
4
4
#
5
5
# Notice of License - Duplicating this Notice of License near the start of any file containing
6
6
# a derivative of this software is a condition of license for this software.
Original file line number Diff line number Diff line change 1
1
# NEON AI (TM) SOFTWARE, Software Development Kit & Application Development System
2
2
#
3
- # Copyright 2008-2021 Neongecko.com Inc. | All Rights Reserved
3
+ # Copyright 2008-2025 Neongecko.com Inc. | All Rights Reserved
4
4
#
5
5
# Notice of License - Duplicating this Notice of License near the start of any file containing
6
6
# a derivative of this software is a condition of license for this software.
@@ -44,7 +44,9 @@ def chatbot_core_cli(version: bool = False):
44
44
def start_mq_bot (bot_entrypoint ):
45
45
os .environ ['CHATBOT_VERSION' ] = 'v2'
46
46
from chatbot_core .utils .bot_utils import run_mq_bot
47
- run_mq_bot (bot_entrypoint )
47
+ bot = run_mq_bot (bot_entrypoint )
48
+ wait_for_exit_signal ()
49
+ bot .stop ()
48
50
49
51
50
52
@chatbot_core_cli .command (help = "Start a local single-bot session" )
Original file line number Diff line number Diff line change 1
1
# NEON AI (TM) SOFTWARE, Software Development Kit & Application Development System
2
2
#
3
- # Copyright 2008-2021 Neongecko.com Inc. | All Rights Reserved
3
+ # Copyright 2008-2025 Neongecko.com Inc. | All Rights Reserved
4
4
#
5
5
# Notice of License - Duplicating this Notice of License near the start of any file containing
6
6
# a derivative of this software is a condition of license for this software.
Original file line number Diff line number Diff line change 1
1
# NEON AI (TM) SOFTWARE, Software Development Kit & Application Development System
2
2
#
3
- # Copyright 2008-2021 Neongecko.com Inc. | All Rights Reserved
3
+ # Copyright 2008-2025 Neongecko.com Inc. | All Rights Reserved
4
4
#
5
5
# Notice of License - Duplicating this Notice of License near the start of any file containing
6
6
# a derivative of this software is a condition of license for this software.
Original file line number Diff line number Diff line change 1
1
# NEON AI (TM) SOFTWARE, Software Development Kit & Application Development System
2
2
#
3
- # Copyright 2008-2021 Neongecko.com Inc. | All Rights Reserved
3
+ # Copyright 2008-2025 Neongecko.com Inc. | All Rights Reserved
4
4
#
5
5
# Notice of License - Duplicating this Notice of License near the start of any file containing
6
6
# a derivative of this software is a condition of license for this software.
Original file line number Diff line number Diff line change 1
1
# NEON AI (TM) SOFTWARE, Software Development Kit & Application Development System
2
2
#
3
- # Copyright 2008-2021 Neongecko.com Inc. | All Rights Reserved
3
+ # Copyright 2008-2025 Neongecko.com Inc. | All Rights Reserved
4
4
#
5
5
# Notice of License - Duplicating this Notice of License near the start of any file containing
6
6
# a derivative of this software is a condition of license for this software.
Original file line number Diff line number Diff line change 1
1
# NEON AI (TM) SOFTWARE, Software Development Kit & Application Development System
2
2
#
3
- # Copyright 2008-2021 Neongecko.com Inc. | All Rights Reserved
3
+ # Copyright 2008-2025 Neongecko.com Inc. | All Rights Reserved
4
4
#
5
5
# Notice of License - Duplicating this Notice of License near the start of any file containing
6
6
# a derivative of this software is a condition of license for this software.
Original file line number Diff line number Diff line change 1
1
# NEON AI (TM) SOFTWARE, Software Development Kit & Application Development System
2
2
#
3
- # Copyright 2008-2021 Neongecko.com Inc. | All Rights Reserved
3
+ # Copyright 2008-2025 Neongecko.com Inc. | All Rights Reserved
4
4
#
5
5
# Notice of License - Duplicating this Notice of License near the start of any file containing
6
6
# a derivative of this software is a condition of license for this software.
Original file line number Diff line number Diff line change 1
1
# NEON AI (TM) SOFTWARE, Software Development Kit & Application Development System
2
2
#
3
- # Copyright 2008-2021 Neongecko.com Inc. | All Rights Reserved
3
+ # Copyright 2008-2025 Neongecko.com Inc. | All Rights Reserved
4
4
#
5
5
# Notice of License - Duplicating this Notice of License near the start of any file containing
6
6
# a derivative of this software is a condition of license for this software.
Original file line number Diff line number Diff line change 1
1
# NEON AI (TM) SOFTWARE, Software Development Kit & Application Development System
2
2
#
3
- # Copyright 2008-2021 Neongecko.com Inc. | All Rights Reserved
3
+ # Copyright 2008-2025 Neongecko.com Inc. | All Rights Reserved
4
4
#
5
5
# Notice of License - Duplicating this Notice of License near the start of any file containing
6
6
# a derivative of this software is a condition of license for this software.
Original file line number Diff line number Diff line change 1
1
# NEON AI (TM) SOFTWARE, Software Development Kit & Application Development System
2
2
#
3
- # Copyright 2008-2021 Neongecko.com Inc. | All Rights Reserved
3
+ # Copyright 2008-2025 Neongecko.com Inc. | All Rights Reserved
4
4
#
5
5
# Notice of License - Duplicating this Notice of License near the start of any file containing
6
6
# a derivative of this software is a condition of license for this software.
Original file line number Diff line number Diff line change 1
1
# NEON AI (TM) SOFTWARE, Software Development Kit & Application Development System
2
2
#
3
- # Copyright 2008-2021 Neongecko.com Inc. | All Rights Reserved
3
+ # Copyright 2008-2025 Neongecko.com Inc. | All Rights Reserved
4
4
#
5
5
# Notice of License - Duplicating this Notice of License near the start of any file containing
6
6
# a derivative of this software is a condition of license for this software.
Original file line number Diff line number Diff line change 1
1
# NEON AI (TM) SOFTWARE, Software Development Kit & Application Development System
2
2
#
3
- # Copyright 2008-2021 Neongecko.com Inc. | All Rights Reserved
3
+ # Copyright 2008-2025 Neongecko.com Inc. | All Rights Reserved
4
4
#
5
5
# Notice of License - Duplicating this Notice of License near the start of any file containing
6
6
# a derivative of this software is a condition of license for this software.
Original file line number Diff line number Diff line change 1
1
# NEON AI (TM) SOFTWARE, Software Development Kit & Application Development System
2
2
#
3
- # Copyright 2008-2024 Neongecko.com Inc. | All Rights Reserved
3
+ # Copyright 2008-2025 Neongecko.com Inc. | All Rights Reserved
4
4
#
5
5
# Notice of License - Duplicating this Notice of License near the start of any file containing
6
6
# a derivative of this software is a condition of license for this software.
Original file line number Diff line number Diff line change 1
1
# NEON AI (TM) SOFTWARE, Software Development Kit & Application Development System
2
2
#
3
- # Copyright 2008-2021 Neongecko.com Inc. | All Rights Reserved
3
+ # Copyright 2008-2025 Neongecko.com Inc. | All Rights Reserved
4
4
#
5
5
# Notice of License - Duplicating this Notice of License near the start of any file containing
6
6
# a derivative of this software is a condition of license for this software.
Original file line number Diff line number Diff line change 1
1
# NEON AI (TM) SOFTWARE, Software Development Kit & Application Development System
2
2
#
3
- # Copyright 2008-2021 Neongecko.com Inc. | All Rights Reserved
3
+ # Copyright 2008-2025 Neongecko.com Inc. | All Rights Reserved
4
4
#
5
5
# Notice of License - Duplicating this Notice of License near the start of any file containing
6
6
# a derivative of this software is a condition of license for this software.
Original file line number Diff line number Diff line change 1
1
# NEON AI (TM) SOFTWARE, Software Development Kit & Application Development System
2
2
#
3
- # Copyright 2008-2021 Neongecko.com Inc. | All Rights Reserved
3
+ # Copyright 2008-2025 Neongecko.com Inc. | All Rights Reserved
4
4
#
5
5
# Notice of License - Duplicating this Notice of License near the start of any file containing
6
6
# a derivative of this software is a condition of license for this software.
Original file line number Diff line number Diff line change 1
1
# NEON AI (TM) SOFTWARE, Software Development Kit & Application Development System
2
2
#
3
- # Copyright 2008-2021 Neongecko.com Inc. | All Rights Reserved
3
+ # Copyright 2008-2025 Neongecko.com Inc. | All Rights Reserved
4
4
#
5
5
# Notice of License - Duplicating this Notice of License near the start of any file containing
6
6
# a derivative of this software is a condition of license for this software.
Original file line number Diff line number Diff line change 1
1
# NEON AI (TM) SOFTWARE, Software Development Kit & Application Development System
2
2
#
3
- # Copyright 2008-2021 Neongecko.com Inc. | All Rights Reserved
3
+ # Copyright 2008-2025 Neongecko.com Inc. | All Rights Reserved
4
4
#
5
5
# Notice of License - Duplicating this Notice of License near the start of any file containing
6
6
# a derivative of this software is a condition of license for this software.
Original file line number Diff line number Diff line change 1
1
# NEON AI (TM) SOFTWARE, Software Development Kit & Application Development System
2
2
#
3
- # Copyright 2008-2021 Neongecko.com Inc. | All Rights Reserved
3
+ # Copyright 2008-2025 Neongecko.com Inc. | All Rights Reserved
4
4
#
5
5
# Notice of License - Duplicating this Notice of License near the start of any file containing
6
6
# a derivative of this software is a condition of license for this software.
Original file line number Diff line number Diff line change 1
1
# NEON AI (TM) SOFTWARE, Software Development Kit & Application Development System
2
2
#
3
- # Copyright 2008-2021 Neongecko.com Inc. | All Rights Reserved
3
+ # Copyright 2008-2025 Neongecko.com Inc. | All Rights Reserved
4
4
#
5
5
# Notice of License - Duplicating this Notice of License near the start of any file containing
6
6
# a derivative of this software is a condition of license for this software.
Original file line number Diff line number Diff line change 1
1
# NEON AI (TM) SOFTWARE, Software Development Kit & Application Development System
2
2
#
3
- # Copyright 2008-2021 Neongecko.com Inc. | All Rights Reserved
3
+ # Copyright 2008-2025 Neongecko.com Inc. | All Rights Reserved
4
4
#
5
5
# Notice of License - Duplicating this Notice of License near the start of any file containing
6
6
# a derivative of this software is a condition of license for this software.
Original file line number Diff line number Diff line change 1
1
# NEON AI (TM) SOFTWARE, Software Development Kit & Application Development System
2
2
#
3
- # Copyright 2008-2021 Neongecko.com Inc. | All Rights Reserved
3
+ # Copyright 2008-2025 Neongecko.com Inc. | All Rights Reserved
4
4
#
5
5
# Notice of License - Duplicating this Notice of License near the start of any file containing
6
6
# a derivative of this software is a condition of license for this software.
Original file line number Diff line number Diff line change 1
1
# NEON AI (TM) SOFTWARE, Software Development Kit & Application Development System
2
2
#
3
- # Copyright 2008-2021 Neongecko.com Inc. | All Rights Reserved
3
+ # Copyright 2008-2025 Neongecko.com Inc. | All Rights Reserved
4
4
#
5
5
# Notice of License - Duplicating this Notice of License near the start of any file containing
6
6
# a derivative of this software is a condition of license for this software.
Original file line number Diff line number Diff line change 1
1
# NEON AI (TM) SOFTWARE, Software Development Kit & Application Development System
2
2
#
3
- # Copyright 2008-2021 Neongecko.com Inc. | All Rights Reserved
3
+ # Copyright 2008-2025 Neongecko.com Inc. | All Rights Reserved
4
4
#
5
5
# Notice of License - Duplicating this Notice of License near the start of any file containing
6
6
# a derivative of this software is a condition of license for this software.
Original file line number Diff line number Diff line change 1
1
# NEON AI (TM) SOFTWARE, Software Development Kit & Application Development System
2
2
#
3
- # Copyright 2008-2021 Neongecko.com Inc. | All Rights Reserved
3
+ # Copyright 2008-2025 Neongecko.com Inc. | All Rights Reserved
4
4
#
5
5
# Notice of License - Duplicating this Notice of License near the start of any file containing
6
6
# a derivative of this software is a condition of license for this software.
You can’t perform that action at this time.
0 commit comments