@agent-inspect/openai-agents 6.7.1 → 6.7.2
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/README.md +5 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -2,6 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
OpenAI Agents JS tracing processor → local AgentInspect traces.
|
|
4
4
|
|
|
5
|
+
|
|
6
|
+
**Support level:** Supported — see [SUPPORT-LEVELS.md](https://github.com/rajudandigam/agent-inspect/blob/main/docs/SUPPORT-LEVELS.md).
|
|
7
|
+
|
|
5
8
|
## When to use
|
|
6
9
|
|
|
7
10
|
- You run agents with [`@openai/agents`](https://github.com/openai/openai-agents-js)
|
|
@@ -63,9 +66,10 @@ Use **`setTraceProcessors` replacement** for local-only mode. Avoid `addTracePro
|
|
|
63
66
|
- **Duplicate export:** Using `addTraceProcessor` keeps SDK default exporter — use replacement mode for local-only
|
|
64
67
|
- **Handoffs/sessions:** Mapped to run metadata; see docs for session IDs
|
|
65
68
|
|
|
69
|
+
|
|
66
70
|
## Version
|
|
67
71
|
|
|
68
|
-
|
|
72
|
+
Part of the fixed AgentInspect release line. See the npm badge / package manifest for the current version.
|
|
69
73
|
|
|
70
74
|
## License
|
|
71
75
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agent-inspect/openai-agents",
|
|
3
|
-
"version": "6.7.
|
|
3
|
+
"version": "6.7.2",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description": "Optional OpenAI Agents JS tracing processor integration for AgentInspect local traces",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"@openai/agents": "^0.12.0"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"agent-inspect": "6.7.
|
|
40
|
+
"agent-inspect": "6.7.2"
|
|
41
41
|
},
|
|
42
42
|
"publishConfig": {
|
|
43
43
|
"access": "public"
|