Skip to content

Clients

Keith Sterling edited this page Jan 17, 2019 · 11 revisions

#Client Configuration

All the clients have the same set of command line options which ar used to control initial startup

  • --bot_root. Root folder for all bot configuration data
  • --config [path to configuration file]. Specifies the configuration file to use to run the client. See Configuration for more details of configuration settings
  • --cformat [yaml|json|xml]. Optionally specifies the format of the config file. If not specified programy will use file extension to work out the format
  • --logging [path to logging configuration file]. Path to logging configuration file
  • --noloop. Do not enter conversation loop. Only useful when debugging program start up. Program will run through startup, load configuration, and all grammars and then exit.
  • --context. Provides an additional layer of debug information when using the console client. See Debugging Your AIML for more on this option and other debugging settings

##Available Clients There are several other clients you can use to run Program-Y once you are comfortable in getting started with the Console client. For a full list see Clients

Clone this wiki locally