@agenite/anthropic
Advanced tools
+8
-0
| # @agenite/anthropic | ||
| ## 0.2.3 | ||
| ### Patch Changes | ||
| - fcb2891: Fix agent returning full message history and types | ||
| - Updated dependencies [fcb2891] | ||
| - @agenite/llm@0.2.2 | ||
| ## 0.2.2 | ||
@@ -4,0 +12,0 @@ |
+7
-7
| { | ||
| "name": "@agenite/anthropic", | ||
| "version": "0.2.2", | ||
| "version": "0.2.3", | ||
| "description": "Anthropic provider for Agenite", | ||
@@ -19,11 +19,11 @@ "private": false, | ||
| "@anthropic-ai/sdk": "^0.33.1", | ||
| "@agenite/llm": "0.2.1" | ||
| "@agenite/llm": "0.2.2" | ||
| }, | ||
| "devDependencies": { | ||
| "@types/node": "^20.17.14", | ||
| "tsup": "^8.0.0", | ||
| "@types/node": "^20.17.17", | ||
| "tsup": "^8.3.6", | ||
| "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.3", | ||
| "@repo/typescript-config": "0.0.1", | ||
| "@repo/tsup-config": "0.0.3" | ||
| }, | ||
@@ -30,0 +30,0 @@ "publishConfig": { |
42332
0.35%+ Added
- Removed
Updated