@archships/dim-agent-sdk 0.0.5 → 0.0.7

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 CHANGED
@@ -126,6 +126,7 @@ Current failure policy:
126
126
  - `createDeepSeekAdapter()`: DeepSeek chat adapter with reasoning -> `thinking_delta`
127
127
  - `createXaiAdapter()` / `createXaiResponsesAdapter()`: xAI chat + responses adapters; `responses` keeps `previousResponseId`
128
128
  - Builtin providers are also available from public subpaths such as `@archships/dim-agent-sdk/providers/openai` and `@archships/dim-agent-sdk/providers/xai-responses`
129
+ - Published packages ship these public entrypoints directly; consumers should not import `dist/src/*` or patch `node_modules` after install
129
130
  - Other deep internal imports are not part of the public API, even though package-local tests use path aliases against `src/*`
130
131
  - Custom providers can follow the same factory pattern via `@archships/dim-agent-sdk/providers/core`
131
132