@jskit-ai/connectors-catalog 0.1.9 → 0.1.11
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/docs/ai.md +15 -0
- package/package.json +3 -3
package/docs/ai.md
CHANGED
|
@@ -189,3 +189,18 @@ A static, attributed September 10 provider/model catalogue, searchable free/paid
|
|
|
189
189
|
No inference engine, streaming, tools, conversation storage, provider OAuth/login screens, account/key provisioning, live credential verification, usage metering, billing, token resale or Vibe64 AI gateway. No automatic SDK installation, catalogue updates, model replacement or paid fallback. Only the 13 explicitly supported direct-key routes are configurable; other catalogue entries are framework metadata, not implemented cloud/coding-subscription authentication. Model availability, pricing/free classification and endpoint operation are dated source information, not live proof; even no-setup choices can be unavailable or capacity-limited. Detailed provider-specific personal-key entry, verification, encrypted storage, rotation/disconnect and authorization remain application work; the resolver only consumes those bindings. The app/framework owns SDK installation, protocol selection, requests, errors and UI. Generic key-creation guidance and linked provider documentation are supplied; bespoke audited login/key-creation screens for every catalogue provider are not. To extend: deliberately refresh the static snapshot, improve selected provider-specific instructions, and wire any desired app-native key-entry/inference features. This intentionally differs from Lovable managed AI; Vibe64 coding-agent credentials and runtime remain separate.
|
|
190
190
|
|
|
191
191
|
10 source and 10 installed-package tests passed on September 13, proving snapshot/default selection, rejected unsupported modes, no-network public parameters, authorized Env and individual references, rotation/deletion, redaction and SDK handoff. Historical September 10 compact/medium/expanded UI evidence is retained; no fresh browser, live inference, provider account, generated-app execution or release was performed.
|
|
192
|
+
|
|
193
|
+
|
|
194
|
+
## Assistant integration
|
|
195
|
+
|
|
196
|
+
`@jskit-ai/assistant-core/server` exports `createAiConnectionClient(connection)`
|
|
197
|
+
for the result of this resolver. It owns installed SDK adapters and inference;
|
|
198
|
+
this catalogue still owns selection and authorized connection resolution.
|
|
199
|
+
`@jskit-ai/assistant-runtime` consumes an app-provided `integrations.ai` capability
|
|
200
|
+
and selects its ID through `assistantServer.<surface>.aiIntegrationId`. An optional
|
|
201
|
+
`aiIntegrationIds` list permits the shared chat model chooser. Resolve on every
|
|
202
|
+
request so individual accounts and key rotation keep their existing owner.
|
|
203
|
+
The Assistant guide and `assistant/assistant-surface` pattern document setup.
|
|
204
|
+
No Vibe64 coding credentials, paid fallback or runtime package installation is
|
|
205
|
+
involved. The standalone conversation template includes a separate suggestion
|
|
206
|
+
integration, streaming answers and app-owned uploads and storage.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jskit-ai/connectors-catalog",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.11",
|
|
4
4
|
"description": "Provider definitions and focused API operations for JSKIT connectors.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -123,14 +123,14 @@
|
|
|
123
123
|
"@aws-sdk/client-redshift-data": "3.1128.0",
|
|
124
124
|
"@aws-sdk/client-s3": "3.1128.0",
|
|
125
125
|
"@aws-sdk/s3-request-presigner": "3.1128.0",
|
|
126
|
-
"@jskit-ai/connectors-core": "0.1.
|
|
126
|
+
"@jskit-ai/connectors-core": "0.1.11",
|
|
127
127
|
"@modelcontextprotocol/sdk": "1.30.0",
|
|
128
128
|
"@smithy/fetch-http-handler": "5.8.0",
|
|
129
129
|
"json-rest-schema": "^1.0.17",
|
|
130
130
|
"jose": "^6.1.3"
|
|
131
131
|
},
|
|
132
132
|
"peerDependencies": {
|
|
133
|
-
"@jskit-ai/kernel": "0.1.
|
|
133
|
+
"@jskit-ai/kernel": "0.1.194"
|
|
134
134
|
},
|
|
135
135
|
"jskit": {
|
|
136
136
|
"kind": "runtime",
|