IBM / clai

Command Line Artificial Intelligence or CLAI is an open-sourced project from IBM Research aimed to bring the power of AI to the command line interface.
https://clai-home.mybluemix.net/
MIT License
475 stars 73 forks source link

35 handling orchestrator #40

Closed flipper83 closed 4 years ago

flipper83 commented 4 years ago

:pushpin: References

:tophat: What is the goal?

Move the orchestrator config to a file and give the possibility to the user to change in runtime the orchestrator selected.

:memo: How is it being implemented?

move the orchestrator factory to a class with memory and instead load it in the constructor and load the first time when invoking it. And add a command to select the orchestrator.

:tv: Screenshot or gif showing the result.

image

:boom: How can it be tested?

TathagataChakraborti commented 4 years ago

Works like a charm 😍

Screen Shot 2020-03-17 at 7 32 52 PM