Attribute VB_Name = "Declarations" Public Const MasterDebugger = True Public Const MyApp$ = "Termina" Public Const MyApplication$ = "ICI Termina user/AI coordination utility v200" ''Node: ''Service databank (automatic) ''I/O subsystem (console, etc) ''File exchange service ''Status reader client ''Personal databank (AFTP-compatible) ''Intention: ''user/AI coordination utility ''AI's capabilities: ''* AI registers as a function ''* AI communicates via standard I/O ''* AI can be FTP transfered ''* AI can read/write about itself in the '' user's personal databank ''User's options: ''* User may get a list of functions ''* User may send/recieve standard '' I/O messages ''* User can request FTP transfers ''* User can access his personal '' databank ''* User can configure automated '' translation using it's personal '' databank ''Conclusion: ''* All I/O, FTP, access already preformed '' in AFTP, Console and ICSA ''* Must implement personal databank system ''* Must implement automated translation