npm.io
1.21.2 • Published 9h ago

@n8n/chat-hub

Licence
SEE LICENSE IN LICENSE.md
Version
1.21.2
Deps
1
Size
306 kB
Vulns
0
Weekly
0
Stars
194.8K

@n8n/chat-hub

Common utility functions for n8n Chat Hub.

Purpose

This package provides shared utility functions and types for the Chat Hub feature across both frontend and backend implementations.

Usage

import { parseArtifactCreateCommands, collectChatArtifacts } from '@n8n/chat-hub';

Development

# Build
pnpm build

# Watch mode
pnpm dev

# Run tests
pnpm test

# Type checking
pnpm typecheck

# Linting
pnpm lint