10-16-2019, 01:07 PM
When you say "inside TACTIC", do you mean as a library that Python code can access or do you mean to run as a separate thread or do you mean as a separate process running beside TACTIC? How do you "run" this bot? If there is a library that allows for internal running of the bot, then you can access it in process. We do this with numerous interal services. CherryPy is a good example. We also use a sheduler which runs internally, which can fire off threads to do separate tasks.