Sign In

@agenite/llm

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@agenite/llm - npm Package Compare versions

Comparing version
0.2.0
to
0.2.1
+6
-0
CHANGELOG.md
# @agenite/llm
## 0.2.1
### Patch Changes
- 3c58bbe: Add keywords, github link and license to packages
## 0.2.0

@@ -4,0 +10,0 @@

+27
-3
{
"name": "@agenite/llm",
"version": "0.2.0",
"version": "0.2.1",
"description": "LLM interface for Agenite",

@@ -21,5 +21,5 @@ "private": false,

"typescript": "^5.7.3",
"@repo/eslint-config": "0.0.2",
"@repo/tsup-config": "0.0.2",
"@repo/typescript-config": "0.0.1",
"@repo/eslint-config": "0.0.2"
"@repo/typescript-config": "0.0.1"
},

@@ -36,2 +36,26 @@ "publishConfig": {

],
"keywords": [
"ai",
"generative-ai",
"llm",
"language-model",
"typescript",
"provider",
"openai",
"anthropic",
"bedrock",
"ollama",
"streaming",
"tool-integration"
],
"repository": {
"type": "git",
"url": "https://github.com/subeshb1/agenite.git",
"directory": "packages/llm"
},
"homepage": "https://github.com/subeshb1/agenite/tree/main/packages/llm#readme",
"bugs": {
"url": "https://github.com/subeshb1/agenite/issues"
},
"license": "MIT",
"scripts": {

@@ -38,0 +62,0 @@ "lint": "eslint . --max-warnings 0",