@agenite/anthropic
Advanced tools
+8
-0
| # @agenite/anthropic | ||
| ## 0.2.1 | ||
| ### Patch Changes | ||
| - 3c58bbe: Add keywords, github link and license to packages | ||
| - Updated dependencies [3c58bbe] | ||
| - @agenite/llm@0.2.1 | ||
| ## 0.2.0 | ||
@@ -4,0 +12,0 @@ |
+25
-2
| { | ||
| "name": "@agenite/anthropic", | ||
| "version": "0.2.0", | ||
| "version": "0.2.1", | ||
| "description": "Anthropic provider for Agenite", | ||
@@ -19,3 +19,3 @@ "private": false, | ||
| "@anthropic-ai/sdk": "^0.33.1", | ||
| "@agenite/llm": "0.2.0" | ||
| "@agenite/llm": "0.2.1" | ||
| }, | ||
@@ -40,2 +40,25 @@ "devDependencies": { | ||
| ], | ||
| "keywords": [ | ||
| "ai", | ||
| "generative-ai", | ||
| "anthropic", | ||
| "claude", | ||
| "claude-3", | ||
| "llm", | ||
| "provider", | ||
| "typescript", | ||
| "function-calling", | ||
| "streaming", | ||
| "agenite" | ||
| ], | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "https://github.com/subeshb1/agenite.git", | ||
| "directory": "packages/provider/anthropic" | ||
| }, | ||
| "homepage": "https://github.com/subeshb1/agenite/tree/main/packages/provider/anthropic#readme", | ||
| "bugs": { | ||
| "url": "https://github.com/subeshb1/agenite/issues" | ||
| }, | ||
| "license": "MIT", | ||
| "scripts": { | ||
@@ -42,0 +65,0 @@ "lint": "eslint . --max-warnings 0", |
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
No website
QualityPackage does not have a website.
41921
1.65%1
-50%0
-100%+ Added
- Removed
Updated