@agent-inspect/adapter-sdk 4.2.0 → 4.4.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/dist/index.d.cts CHANGED
@@ -101,7 +101,7 @@ declare function runTransformPipeline(input: readonly PersistedInspectEvent[], t
101
101
  declare function createKindFilterTransform(kinds: readonly PersistedInspectEvent["kind"][]): TraceTransform;
102
102
 
103
103
  type AttributionConfidence = "explicit" | "correlated" | "heuristic" | "unknown";
104
- type InspectKind = "RUN" | "AGENT" | "LLM" | "TOOL" | "CHAIN" | "RETRIEVER" | "DECISION" | "RESULT" | "ERROR" | "LOGIC" | "LOG";
104
+ type InspectKind = "RUN" | "AGENT" | "LLM" | "TOOL" | "CHAIN" | "RETRIEVER" | "DECISION" | "RESULT" | "ERROR" | "LOGIC" | "LOG" | "OUTCOME";
105
105
  interface EventSource {
106
106
  type: "manual" | "json-log" | "log4js" | "pino" | "winston" | "adapter";
107
107
  file?: string;
package/dist/index.d.ts CHANGED
@@ -101,7 +101,7 @@ declare function runTransformPipeline(input: readonly PersistedInspectEvent[], t
101
101
  declare function createKindFilterTransform(kinds: readonly PersistedInspectEvent["kind"][]): TraceTransform;
102
102
 
103
103
  type AttributionConfidence = "explicit" | "correlated" | "heuristic" | "unknown";
104
- type InspectKind = "RUN" | "AGENT" | "LLM" | "TOOL" | "CHAIN" | "RETRIEVER" | "DECISION" | "RESULT" | "ERROR" | "LOGIC" | "LOG";
104
+ type InspectKind = "RUN" | "AGENT" | "LLM" | "TOOL" | "CHAIN" | "RETRIEVER" | "DECISION" | "RESULT" | "ERROR" | "LOGIC" | "LOG" | "OUTCOME";
105
105
  interface EventSource {
106
106
  type: "manual" | "json-log" | "log4js" | "pino" | "winston" | "adapter";
107
107
  file?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agent-inspect/adapter-sdk",
3
- "version": "4.2.0",
3
+ "version": "4.4.0",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "description": "Adapter authoring toolkit with conformance and privacy helpers",
@@ -34,7 +34,7 @@
34
34
  "dist"
35
35
  ],
36
36
  "dependencies": {
37
- "agent-inspect": "4.2.0"
37
+ "agent-inspect": "4.4.0"
38
38
  },
39
39
  "peerDependencies": {},
40
40
  "publishConfig": {