agent-inspect 3.1.0 → 3.2.0
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.
- package/CHANGELOG.md +6 -0
- package/README.md +1 -1
- package/docs/ADAPTER-CONFORMANCE.md +7 -0
- package/docs/ADAPTERS.md +4 -0
- package/package.json +1 -1
- package/packages/cli/dist/index.cjs +1 -1
- package/packages/cli/dist/index.cjs.map +1 -1
- package/packages/cli/dist/index.mjs +1 -1
- package/packages/cli/dist/index.mjs.map +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -22,7 +22,7 @@ agent-inspect gives those runs **structure**: an **execution tree** you can read
|
|
|
22
22
|
|
|
23
23
|
## Install
|
|
24
24
|
|
|
25
|
-
Current npm release line: **3.
|
|
25
|
+
Current npm release line: **3.1.0** for the linked public packages (`agent-inspect`, adapters, reporters, redact, eval, mcp, guardrails, circuit, viewer, mcp-server, adapter-sdk, harness). **v3.0.0** adds extension contracts and **`@agent-inspect/adapter-sdk`** for third-party adapter authoring; persisted trace schema remains **1.0**.
|
|
26
26
|
|
|
27
27
|
**v3.1 adoption path (in progress):**
|
|
28
28
|
|
|
@@ -57,3 +57,10 @@ This is an internal official-adapter gate, not a third-party certification progr
|
|
|
57
57
|
## Before claiming support
|
|
58
58
|
|
|
59
59
|
An adapter can be documented as supported only after no-network fixtures cover run, step, tool, LLM, error, streaming, and metadata-bound expectations for that framework path.
|
|
60
|
+
|
|
61
|
+
## v3.2 adoption evidence refresh
|
|
62
|
+
|
|
63
|
+
- [AI-SDK-ADOPTION.md](./AI-SDK-ADOPTION.md) — blessed AI SDK path (`generateText`, `streamText`, Next.js recipe, troubleshooting)
|
|
64
|
+
- [OPENAI-AGENTS-LOCAL.md](./OPENAI-AGENTS-LOCAL.md) — additional vs replacement processor modes
|
|
65
|
+
- [NESTJS.md](./NESTJS.md) — harness bootstrap path (no `@agent-inspect/nestjs` package in v3.2)
|
|
66
|
+
- [proposals/MASTRA-ADAPTER-RFC.md](./proposals/MASTRA-ADAPTER-RFC.md) — deferred pending demand gates
|
package/docs/ADAPTERS.md
CHANGED
|
@@ -18,6 +18,8 @@ Reporters (`@agent-inspect/vitest` and `@agent-inspect/jest`) are public package
|
|
|
18
18
|
|
|
19
19
|
## Vercel AI SDK (`@agent-inspect/ai-sdk`)
|
|
20
20
|
|
|
21
|
+
**Full guide:** [AI-SDK-ADOPTION.md](./AI-SDK-ADOPTION.md)
|
|
22
|
+
|
|
21
23
|
**Status:** experimental adapter — optional package published in the aligned v2.2.0 package set and hardened in the v2.3 adapter train.
|
|
22
24
|
|
|
23
25
|
The adapter has hardened lifecycle identity and parallel integration isolation. It remains metadata-only: `capture: "preview"` and preview-only redaction options emit diagnostics and fall back to metadata-only capture until bounded free-text previews are implemented.
|
|
@@ -344,6 +346,8 @@ Full API: [API.md](./API.md) §13.
|
|
|
344
346
|
|
|
345
347
|
## OpenAI Agents JS (`@agent-inspect/openai-agents`)
|
|
346
348
|
|
|
349
|
+
**Local-only guide:** [OPENAI-AGENTS-LOCAL.md](./OPENAI-AGENTS-LOCAL.md)
|
|
350
|
+
|
|
347
351
|
**Status:** experimental adapter — optional package published in the aligned v2.2.0 package set.
|
|
348
352
|
|
|
349
353
|
The safe integration boundary is documented in [OPENAI-AGENTS-JS-TRACING.md](./proposals/OPENAI-AGENTS-JS-TRACING.md). Install the AgentInspect processor by replacing processors:
|
package/package.json
CHANGED
|
@@ -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.
|
|
28
|
+
var version = "3.2.0";
|
|
29
29
|
|
|
30
30
|
// packages/core/src/correlation-metadata.ts
|
|
31
31
|
var TRACE_CORRELATION_KEYS = [
|