Skip to content

v1.0.5

Compare
Choose a tag to compare
@kmaphoenix kmaphoenix released this 10 Sep 20:42
· 747 commits to main since this release

Features

  • Added 2 new methods to seach_util.py
    • find_true_routes extracts all Page and Route data from a given agent and checks to see that there are valid "exit" paths from every page, ensuring that user is able to navigate past the Page and not remain "stuck".
    • find_event_handlers extracts all of the Event Handlers from every Resource level through the agent (i.e. Flow, Page, Parameter, etc.) and displays metadata about their associated event. The motivation for this is to allow a user to identify patterns that may be detrimental to bot performance or user experience.

Bug Fixes

  • Fixed a bug in operations.py that was preventing pre-defined credentials from being inherited from the base class

Enhancements

  • reply method in conversation.py can now accept a current_page arg that allows the user to specify the specific Page that they would like to start the conversation from if not from the Default Start Page.

Misc.

  • Minor updates to CI config to modify when e2e tests should run