agent-inspect 3.5.3 → 3.5.5

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.
@@ -0,0 +1,26 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="760" height="140" viewBox="0 0 760 140" role="img" aria-label="AgentInspect product loop: capture, inspect, check, redact">
2
+ <defs>
3
+ <marker id="arr" markerWidth="8" markerHeight="8" refX="6" refY="3" orient="auto">
4
+ <path d="M0,0 L6,3 L0,6 Z" fill="#64748b"/>
5
+ </marker>
6
+ </defs>
7
+ <rect width="760" height="140" fill="#ffffff"/>
8
+ <g font-family="ui-sans-serif, system-ui, -apple-system, Segoe UI, sans-serif">
9
+ <rect x="16" y="28" width="150" height="72" rx="12" fill="#eef2ff" stroke="#6366f1" stroke-width="1.5"/>
10
+ <text x="91" y="58" text-anchor="middle" font-size="14" font-weight="600" fill="#312e81">Capture</text>
11
+ <text x="91" y="78" text-anchor="middle" font-size="11" fill="#475569">run, tools, adapters</text>
12
+ <path d="M174 64h28" stroke="#64748b" stroke-width="2" marker-end="url(#arr)"/>
13
+ <rect x="210" y="28" width="150" height="72" rx="12" fill="#ecfdf5" stroke="#10b981" stroke-width="1.5"/>
14
+ <text x="285" y="58" text-anchor="middle" font-size="14" font-weight="600" fill="#064e3b">Inspect</text>
15
+ <text x="285" y="78" text-anchor="middle" font-size="11" fill="#475569">tree, report, diff</text>
16
+ <path d="M368 64h28" stroke="#64748b" stroke-width="2" marker-end="url(#arr)"/>
17
+ <rect x="404" y="28" width="150" height="72" rx="12" fill="#fff7ed" stroke="#f59e0b" stroke-width="1.5"/>
18
+ <text x="479" y="58" text-anchor="middle" font-size="14" font-weight="600" fill="#78350f">Check</text>
19
+ <text x="479" y="78" text-anchor="middle" font-size="11" fill="#475569">CI, eval, stalls</text>
20
+ <path d="M562 64h28" stroke="#64748b" stroke-width="2" marker-end="url(#arr)"/>
21
+ <rect x="598" y="28" width="146" height="72" rx="12" fill="#f8fafc" stroke="#64748b" stroke-width="1.5"/>
22
+ <text x="671" y="58" text-anchor="middle" font-size="14" font-weight="600" fill="#0f172a">Redact</text>
23
+ <text x="671" y="78" text-anchor="middle" font-size="11" fill="#475569">share-safe artifact</text>
24
+ <text x="380" y="124" text-anchor="middle" font-size="12" fill="#64748b">local JSONL only - no account - no upload</text>
25
+ </g>
26
+ </svg>
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "agent-inspect",
3
- "version": "3.5.3",
3
+ "version": "3.5.5",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
- "description": "Local-first execution-tree debugger for TypeScript AI agents",
6
+ "description": "Trace, check, and safely share TypeScript AI-agent runs locally — no account, no upload, metadata-only by default",
7
7
  "repository": {
8
8
  "type": "git",
9
9
  "url": "git+https://github.com/rajudandigam/agent-inspect.git"
@@ -11,7 +11,7 @@
11
11
  "bugs": {
12
12
  "url": "https://github.com/rajudandigam/agent-inspect/issues"
13
13
  },
14
- "homepage": "https://github.com/rajudandigam/agent-inspect#readme",
14
+ "homepage": "https://agentinspect.vercel.app",
15
15
  "main": "./packages/core/dist/index.cjs",
16
16
  "module": "./packages/core/dist/index.mjs",
17
17
  "types": "./packages/core/dist/index.d.ts",
@@ -148,7 +148,18 @@
148
148
  "docs/CI-ARTIFACTS.md",
149
149
  "docs/PERFORMANCE.md",
150
150
  "docs/FIRST-TRACE-IN-5-MINUTES.md",
151
- "docs/USE-CASES.md"
151
+ "docs/USE-CASES.md",
152
+ "docs/TEAM-WORKFLOWS.md",
153
+ "docs/DESIGN-PARTNER-GUIDE.md",
154
+ "docs/DEMO-SCRIPT.md",
155
+ "docs/TECHNICAL-GUIDE.md",
156
+ "docs/AI-SDK-ADOPTION.md",
157
+ "docs/OPENAI-AGENTS-LOCAL.md",
158
+ "docs/NESTJS.md",
159
+ "docs/VSCODE.md",
160
+ "docs/assets/agent-inspect-logo.svg",
161
+ "docs/assets/agent-inspect-logo-dark.svg",
162
+ "docs/assets/readme-product-loop.svg"
152
163
  ],
153
164
  "sideEffects": false,
154
165
  "keywords": [
@@ -200,6 +211,9 @@
200
211
  "perf:baseline": "node scripts/performance-baseline.mjs",
201
212
  "examples:check": "pnpm install && pnpm --filter agent-inspect-example-01-basic run start",
202
213
  "changeset": "changeset",
203
- "release": "changeset publish"
214
+ "release": "changeset publish",
215
+ "website:dev": "pnpm --filter @agent-inspect/website dev",
216
+ "website:build": "pnpm --filter @agent-inspect/website build",
217
+ "website:typecheck": "pnpm --filter @agent-inspect/website typecheck"
204
218
  }
205
219
  }
@@ -25,7 +25,7 @@ var process3__default = /*#__PURE__*/_interopDefault(process3);
25
25
  var tty__default = /*#__PURE__*/_interopDefault(tty);
26
26
 
27
27
  // package.json
28
- var version = "3.5.3";
28
+ var version = "3.5.5";
29
29
 
30
30
  // packages/core/src/correlation-metadata.ts
31
31
  var TRACE_CORRELATION_KEYS = [