@moldea.ai/adapter-openai-agents-sdk 1.0.3 → 1.0.4
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 +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -8,7 +8,7 @@ The package implements the official `openai-agents-sdk` runtime adapter for `@mo
|
|
|
8
8
|
|
|
9
9
|
## Supported target
|
|
10
10
|
|
|
11
|
-
Version `1.0.
|
|
11
|
+
Version `1.0.4` supports:
|
|
12
12
|
|
|
13
13
|
- Repository Format version `1`
|
|
14
14
|
- `@moldea.ai/core ^2.0.0`
|
|
@@ -25,7 +25,7 @@ Version `1.0.3` experimentally supports:
|
|
|
25
25
|
|
|
26
26
|
Named root-package imports and aliases of `Agent`, `tool`, and `handoff` are supported. Relationship closure is independent: a dynamic or mutated relationship does not erase other relationships proved from the same definition. Relative ESM named imports resolve exact paths plus `.js` to `.ts` or `.tsx` and `.mjs` to `.mts` substitutions.
|
|
27
27
|
|
|
28
|
-
The Runtime Compatibility Matrix is authoritative for
|
|
28
|
+
The Runtime Compatibility Matrix is authoritative for exact versions, evidence, binding support, patterns, and known limitations.
|
|
29
29
|
|
|
30
30
|
## Usage
|
|
31
31
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@moldea.ai/adapter-openai-agents-sdk",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
4
4
|
"description": "Deterministic runtime evidence and diagnostics for direct OpenAI Agents SDK integrations.",
|
|
5
5
|
"homepage": "https://github.com/moldea-ai/packages/tree/main/projects/adapter-openai-agents-sdk#readme",
|
|
6
6
|
"bugs": {
|