Sign In

@betterdb/agent-cache

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@betterdb/agent-cache - npm Package Compare versions

Comparing version
0.6.0
to
0.6.1
+3
-3
dist/defaultCostTable.d.ts
/**
* AUTO-GENERATED. Do not edit by hand.
* Source: https://github.com/BerriAI/litellm/blob/main/model_prices_and_context_window.json
* Commit: 934ecdc
* Fetched: 2026-05-05T15:44:58.346Z
* Entries: 1985
* Commit: 5be0797
* Fetched: 2026-05-31T19:25:11.966Z
* Entries: 2037
*

@@ -8,0 +8,0 @@ * Regenerate: pnpm --filter @betterdb/agent-cache update:pricing

{
"name": "@betterdb/agent-cache",
"version": "0.6.0",
"version": "0.6.1",
"description": "Multi-tier exact-match cache for AI agent workloads backed by Valkey. LLM responses, tool results, and session state with built-in OpenTelemetry and Prometheus instrumentation.",

@@ -80,2 +80,3 @@ "keywords": [

"@opentelemetry/api": "^1.9.0",
"posthog-node": ">=4.0.0",
"prom-client": "^15.1.3"

@@ -91,3 +92,2 @@ },

"ai": "^6.0.135",
"posthog-node": ">=4.0.0",
"openai": ">=6.0.0",

@@ -107,5 +107,2 @@ "@anthropic-ai/sdk": ">=0.90.0",

},
"posthog-node": {
"optional": true
},
"openai": {

@@ -112,0 +109,0 @@ "optional": true

Sorry, the diff of this file is too big to display