// // Assistant module (platform and AI provider agnostic) // // Integrates commsProvider (bot) with aiProvider (AI LLMChat) to create intelligent assistants // REUSES existing AI abstractions - no duplication // // MODELS export * from './_models/ass-global-settings.interface'; // COLLECTIONS export * from './_collections/ass.util'; export * from './_collections/ass-global-settings.const'; // SERVICES export * from './_services/ass-main.control-service'; export * from './_services/ass-main.control-service'; export * from './_services/ass-io.control-service';