UNPKG

@visactor/vmind

Version:

<div align="center"> <a href="https://github.com/VisActor#gh-light-mode-only" target="_blank"> <img alt="VisActor Logo" width="200" src="https://github.com/VisActor/.github/blob/main/profile/logo_500_200_light.svg"/> </a> <a href="https://githu

10 lines (9 loc) 293 B
import VMind from './core/VMind'; export { Model } from './types/llm'; export { Schedule } from './schedule'; export { LLMManage } from './core/llm'; export { RAGManage } from './core/rag'; export * from './types'; export * from './atom'; export * from './core/factory'; export default VMind;