@agenite/llm
Advanced tools
+6
-0
| # @agenite/llm | ||
| ## 0.2.2 | ||
| ### Patch Changes | ||
| - fcb2891: Fix agent returning full message history and types | ||
| ## 0.2.1 | ||
@@ -4,0 +10,0 @@ |
+5
-5
| { | ||
| "name": "@agenite/llm", | ||
| "version": "0.2.1", | ||
| "version": "0.2.2", | ||
| "description": "LLM interface for Agenite", | ||
@@ -18,7 +18,7 @@ "private": false, | ||
| "devDependencies": { | ||
| "@types/node": "^20.17.14", | ||
| "tsup": "^8.0.2", | ||
| "@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/eslint-config": "0.0.3", | ||
| "@repo/tsup-config": "0.0.3", | ||
| "@repo/typescript-config": "0.0.1" | ||
@@ -25,0 +25,0 @@ }, |
18337
0.5%