@langlayer/langlayer
Version:
Composable tools for building LLM-powered apps
46 lines (45 loc) • 999 B
JSON
{
"name": "@langlayer/langlayer",
"version": "1.0.0",
"description": "Composable tools for building LLM-powered apps",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LangLayer/langlayerjs.git"
},
"keywords": [
"llm",
"language-model",
"large-language-model",
"ai",
"artificial-intelligence",
"machine-learning",
"nlp",
"natural-language-processing",
"prompt-engineering",
"langchain",
"langlayer",
"composability",
"modular",
"workflow",
"pipeline",
"ai-toolkit",
"nodejs",
"javascript",
"python-integration",
"vector-search",
"embedding",
"api",
"sdk"
],
"author": "Karim Lahlou",
"license": "MIT",
"bugs": {
"url": "https://github.com/LangLayer/langlayerjs/issues"
},
"homepage": "https://github.com/LangLayer/langlayerjs#readme",
"type": "commonjs"
}