mistral/mistral/actions
ali 9be4f8e119 created a new Api endpoints and added dynamic actions
* added dynamic actions:
     these actions are created and modified in runtime,
     each action needs a code source to be imported from and a
     class name.

 - there are 2 new endpoints:
    - /v2/code_sources/:
       used to add new code sources to mistral.
    - /v2/dynamic_actions/:
      used to add dynamic actions to mistral in runtime

 - a new Action provider (DynamicActionProvider) was added:
    it provides the actions created from the dynamic actions api.

Change-Id: I9fe8c28ffdef71016d9dc13aea60a288c8ebaa0a
Signed-off-by: ali <ali.abdelal@nokia.com>
2020-11-18 10:15:26 +00:00
..
__init__.py BP mistral-actions-design (add new actions package) 2014-04-14 19:24:27 +07:00
adhoc.py Refactor Mistral with Action Providers 2020-09-24 11:10:33 +00:00
dynamic_action.py created a new Api endpoints and added dynamic actions 2020-11-18 10:15:26 +00:00
legacy.py Refactor Mistral with Action Providers 2020-09-24 11:10:33 +00:00
std_actions.py The encoding parameter in json.loads has been removed in py3.9 2020-11-16 03:15:30 +00:00
test.py Refactor Mistral with Action Providers 2020-09-24 11:10:33 +00:00