glim-chain
v0.0.2
Published
[Future Scope - Do not use until v1.0.0] LLM chain builder and compositor (like LangChain) for GlimLang
Downloads
264
Maintainers
Readme
glim-chain
LLM chain builder and compositor (like LangChain) for GlimLang
Official package part of the GlimLang ecosystem.
[!CAUTION] ⚠️ Important Notice: This package is not ready for production use. Please do not use until version 1.0.0. This is a future scope which is written in this package. We are working on it, and soon you can use it!
For details, documentation, and progress updates, visit the official website at glimlang.org.
🚀 Features
- GlimLang Native: Designed specifically for high-efficiency GlimLang environments.
- ES Modules First: Fully compatible with the modern ES Modules standard.
- JSDoc Type Safety: Rich JSDoc documentation providing excellent IDE completion.
- Scope Blueprint: Contains initial model interfaces and function schemas for development.
📦 Installation
npm install glim-chain🛠️ Quickstart (Initial Blueprint)
import { initialize } from 'glim-chain';
initialize();🌐 Community & Resources
- Official Website: glimlang.org
- GitHub Repository: github.com/glimlang/glimlang
- Bug Tracker: github.com/glimlang/glimlang/issues
📄 License
MIT © GlimLang Team & GlimLang.org
