n8n/packages/@n8n/chat-hub
2026-06-03 13:52:25 +00:00
..
src feat(core): Add chat hub settings to disable Responses API and change memory context window (#26525) 2026-03-17 07:17:16 +00:00
eslint.config.mjs feat(core): Editing document in ChatHub (#25211) 2026-02-04 16:00:16 +00:00
package.json build: Disable typecheck on build commands (no-changelog) (#31636) 2026-06-03 13:52:25 +00:00
README.md feat(core): Editing document in ChatHub (#25211) 2026-02-04 16:00:16 +00:00
tsconfig.build.json feat(core): Editing document in ChatHub (#25211) 2026-02-04 16:00:16 +00:00
tsconfig.json test: Migrate @n8n/chat-hub from Jest to Vitest (no-changelog) (#31526) 2026-06-02 07:22:13 +00:00
vite.config.ts test: Migrate @n8n/chat-hub from Jest to Vitest (no-changelog) (#31526) 2026-06-02 07:22:13 +00:00

@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