ludmi
Version:
LU (Layer Understanding) is a lightweight framework for controlled chatbot interactions with LLMs, action orchestration, and retrieval-augmented generation (RAG).
49 lines (48 loc) • 1.09 kB
JSON
{
"name": "ludmi",
"version": "1.4.2",
"description": "LU (Layer Understanding) is a lightweight framework for controlled chatbot interactions with LLMs, action orchestration, and retrieval-augmented generation (RAG).",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"chatbot",
"LLM",
"AI",
"LU",
"Layer-Understanding",
"orchestrator",
"conversation-control",
"retrieval-augmented-generation",
"RAG",
"natural-language-processing",
"NLP",
"AI-framework",
"embeddings",
"retriever",
"openai",
"chatbot-framework",
"knowledge-base",
"contextual-ai",
"text-embeddings",
"ai-assistant",
"lightweight"
],
"author": "Daniel Fernández",
"license": "MIT",
"devDependencies": {
"@types/node": "^22.13.1",
"typescript": "^5.7.3"
},
"dependencies": {
"dotenv": "^16.4.7",
"openai": "^4.83.0",
"tiktoken": "^1.0.20"
}
}