UNPKG

aquanet-bot-lib

Version:

A library for building aquaculture chatbots with LLM integration

9 lines (8 loc) 237 B
// Core exports export * from './core/AquanetBot'; export * from './types'; export * from './validators/aquaculture'; // LLM integration exports export * from './types/llm'; export * from './llm'; export * from './services/aquaculture';