-
Notifications
You must be signed in to change notification settings - Fork 2
Nodes, nodes, nodes
βοΈ Text Node
Manipulates text strings with advanced list support and flexible formatting options.
βοΈ Split Node
Divides input based on list selection or random sampling with powerful expression support.
π Section Node
Sections text based on prefix matching patterns with support for wildcards, regex, and shortcuts.
π Make List Node
Parses numbered lists from text with support for multiple numbering formats.
π Merge Node
Combines multiple input string lists with optional formatting and indexing.
π€ Query Node
Interfaces with Large Language Models (LLMs) for advanced text generation and processing.
βͺ Null Node
Simple pass-through node for routing data without modification.
π Looper Node
Enables iterative processing with configurable loop behavior and feedback mechanisms.
π₯ File In Node
Reads and parses text files or input strings into lists with smart file monitoring.
π€ File Out Node
Writes content to text files with intelligent caching and formatting options.
File In Node β Section Node β Query Node β File Out Node
- Read text file
- Section content by pattern
- Process with LLM
- Save results
Make List Node β Split Node β Text Node β Merge Node
- Parse numbered list
- Split into sections
- Modify text
- Recombine results
File In Node β Looper Node β Query Node β File Out Node
- Load content
- Process iteratively
- Generate responses
- Save results