@cendor/cassette 0.2.1 → 0.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -3
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,8 +1,6 @@
1
1
  # @cendor/cassette
2
2
 
3
- Record an agent run once, replay it forever — offline, deterministic, free. The TypeScript port of
4
- [`cendor.cassette`](https://github.com/cendorhq/cendor-libs), byte-conformant with the Python package
5
- (same request hashes, same on-disk `cassette/2` format).
3
+ Record real LLM calls once, then replay them in your tests forever — offline, no API key, no cost, and the same result every run. The TypeScript port of [`cendor.cassette`](https://github.com/cendorhq/cendor-libs), byte-conformant with the Python package (same request hashes, same on-disk `cassette/2` format).
6
4
 
7
5
  The `vcrpy` of the agent era, except it captures the _whole_ run: every LLM call and tool call, in
8
6
  order. It cooperates through `@cendor/core` — it never patches a client itself. It **records** by
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cendor/cassette",
3
- "version": "0.2.1",
4
- "description": "Record an agent run once, replay it forever — offline, deterministic, free. The TypeScript port of cendor.cassette.",
3
+ "version": "0.2.3",
4
+ "description": "Record real LLM calls once, then replay them in your tests forever — offline, no API key, no cost, and the same result every run.",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",
7
7
  "main": "./dist/index.js",
@@ -25,7 +25,7 @@
25
25
  "node": ">=18"
26
26
  },
27
27
  "dependencies": {
28
- "@cendor/core": "^0.3.0"
28
+ "@cendor/core": "^0.3.2"
29
29
  },
30
30
  "keywords": [
31
31
  "llm",