Programy

Latest version: v5.0.1

Safety actively analyzes 630094 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 5

1.3.1

A number of grammars improvements plus the addition of reductions.aiml which was left out of 1.3.0 release and contained to some core single word grammar reductions

Also in this release

* In y-bot console if there are any errors or duplicates a message is displayed at startup to the console to aid with debugging
* test-creator has been updated to create better aiml unit tests that contain sets and bots
* test-runner has been improved to display output more clearly

1.3.0

This release is the first release of Y-Bot to contain all of the Alice2 grammars updated with all duplications removed and errors corrected.

Future releases of 1.3.x over the next few weeks will see additional improvements and additions to these grammars as I work through various grammar unit testing scenarios

Also in this release:

* Fix for case sensitivity in iset tag
* Removal of shell facebook.py code until facebook client can be developer
* Move of testrunner out of main code base into /test folder
* Fix for deletetriple when pred or obj not included in request
* Rename oob map to geomap to resolve conflict with AIML map

1.2.1

This release corrects an issue when the newly introduced conversations folder is not present on the file system during bot startup

1.2.0

* RDF Engine completely rewritten to be fully compatible with Alice grammar
* Refactored Y-Bot triples.txt into more understandable and workable files based on category
* New RDF Formatter tool in utils
* Updated use of file handling to open all but necessary files in read-only mode
* Conversations now persistent between bot restarts

1.1.0

CSV Output.
By specifying the following config options, Program-Y can now output errors, duplicates and conversation in csv format

yaml
files:
aiml:
errors:
file: /tmp/y-bot_errors.csv
format: csv
encoding: utf-8
delete_on_start: true
duplicates:
file: /tmp/y-bot_duplicates.csv
format: csv
encoding: utf-8
delete_on_start: true
conversation:
file: /tmp/y-bot-conversation.csv
format: csv
delete_on_start: true


Default Variables
New config option properties which will load a set of default property values into each new conversation as it is initiated. New conversations are defined by a unique clientid
yaml
files:
aiml:
properties: $BOT_ROOT/config/properties.txt

1.0.0

Contains following improvements 👍

* aiml, set and map config files settings can now take multiple folder allow files to be distributed across file system which supports building own bots
* $priority word tests added to ensure they work
* Fixed a number of small issues in Weather utils, unit test coverage up to 84%
* Regex and iSet now support equivalence pattern

Page 3 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.