🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@agenite/anthropic

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@agenite/anthropic - npm Package Compare versions

Comparing version
0.2.0
to
0.2.1
+8
-0
CHANGELOG.md
# @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",