1.11.0 • Published 9 months ago

@n8n_io/ai-assistant-sdk v1.11.0

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
9 months ago

AI Assistant Service SDK

SDK provides provides a router that handle authentication between an n8n instance and the AI service, and proxy all requests from /rest/ai path to the AI service.

Communication Flow

All requests between the n8n Back-end and AI service go thought the router the sdk provides.

sequenceDiagram
    participant U as User
    participant n as n8n Back-end
    participant A as AI Service

    U->>n: Ask help from Assistant
    n->>A: Authenticate<br/>POST /auth/token<br/><br/>{ licenseCert }
    A->>A: Parse & validate license
    A-->>n: Access token (JWT)
    n->>A: Ask question
    A-->>n: Answer
    n-->>U: Answer
1.10.3

9 months ago

1.10.2

9 months ago

1.11.0

9 months ago

1.10.1

9 months ago

1.9.4

11 months ago

1.9.3

11 months ago

1.9.2

11 months ago

1.9.0

11 months ago

1.8.2

11 months ago

1.8.1

11 months ago

1.8.0

11 months ago

1.7.0

11 months ago

1.6.0

12 months ago