Skip to content

PersistentAI API Documentation / @persistentai/fireflow-nodes / NODE_CATEGORIES

Variable: NODE_CATEGORIES

const NODE_CATEGORIES: object

Defined in: packages/fireflow-nodes/src/categories/constants.ts:11

Type Declaration

AI

readonly AI: "ai" = 'ai'

ANTHROPIC

readonly ANTHROPIC: "anthropic" = 'anthropic'

API

readonly API: "api" = 'api'

BASIC_VALUES

readonly BASIC_VALUES: "basic-values" = 'basic-values'

BLOCKCHAIN

readonly BLOCKCHAIN: "blockchain" = 'blockchain'

CONVERTERS

readonly CONVERTERS: "converters" = 'converters'

DATA

readonly DATA: "data" = 'data'

FLOW

readonly FLOW: "flow" = 'flow'

GEMINI

readonly GEMINI: "gemini" = 'gemini'

GROUP

readonly GROUP: "group" = 'group'

MATH

readonly MATH: "math" = 'math'

MCP

readonly MCP: "mcp" = 'mcp'

MESSAGING

readonly MESSAGING: "messaging" = 'messaging'

OKX_DEX

readonly OKX_DEX: "okx-dex" = 'okx-dex'

OTHER

readonly OTHER: "other" = 'other'

PERSISTENTAI

readonly PERSISTENTAI: "persistentai" = 'persistentai'

PERSISTENTAI_RAG

readonly PERSISTENTAI_RAG: "persistentai-rag" = 'persistentai-rag'

SECRET

readonly SECRET: "secret" = 'secret'

TEMPLATE

readonly TEMPLATE: "template" = 'template'

TRANSFORMS

readonly TRANSFORMS: "transforms" = 'transforms'

UTILITIES

readonly UTILITIES: "utilities" = 'utilities'

VFS

readonly VFS: "vfs" = 'vfs'

WORKFLOW

readonly WORKFLOW: "workflow" = 'workflow'

Licensed under BUSL-1.1