...
Open a New Terminal for Each Component:
Each component of the SIC infrastructure should run in its own terminal. You can do that really nicely in Pycharm.
You can even name them by right-clicking on the session like Local(2) and renaming it to reflect if it has Dialogflow or whatever.
Run the Following Commands (in separate terminals):
Dialogflow:
Code Block run-dialogflow
Text-to-Speech:
Code Block run-text2speech
Webserver:
Code Block run-webserver
EIS:
Code Block start-framework
Run EIS Component:
Code Block run-eis
Open the Web Interface:
Open any browser and navigate to the local host link printed in the terminal where you run-eis or run-webserver.
You should see the start.html page.
Inspect Terminals (Optional):
Do not close the terminals used for launching the SIC infrastructure.
You can inspect these terminals to debug or monitor what is happening, such as interactions with Dialogflow.
...
Part 2: In Eclipse Launch the MARBEL Agent
...