emblema-marketplace
$ browse --workspace$ browse --nodes$ browse --macros

$ browse --type node-templates

Node Templates

// Individual building blocks for your workspace workflows

$
4 results

$ ls domains/

  • >all/
  • >Media/ (34)
    • >Video/ (17)
    • >Audio/ (4)
    • >Image/ (6)
    • >3D/ (7)
  • >AI/ (4)
    • >LLM/ (4)
  • >Document/ (7)
  • >Storage/ (9)
  • >Data/ (21)
  • >Utility/ (9)
  • >Integration/ (12)
  • >Communication/ (1)
processplaceholder
T
node.py
Process
LLM
v1.3.0

export Text Transform

from "@marketplace"

unverified

// Transform a text using a custom prompt via an LLM. Input text plus instructions, output the elaborated text.

#llm#text#transform
00
2026-08-18
processplaceholder
T
node.py
Process
LLM
v1.6.0

export Text Summarizer

from "@marketplace"

unverified

// Summarizes large text content using an LLM. Automatically splits long documents into chunks and summarizes them hierarchically to produce a final summary.

 
00
2026-08-18
processplaceholder
K
node.py
Process
LLM
v1.7.0

export Knowledge Synthesizer

from "@marketplace"

unverified

// Synthesizes an answer from multiple document chunks using an LLM. Connect one or more Document Chunk nodes to the context port.

 
00
2026-08-18
aiplaceholder
R
node.py
AI
LLM
v2.1.0

export RAG Agent

from "@marketplace"

// Runs a RAG agent that retrieves and analyzes data from Drive. Select a folder or file as context, provide a prompt, and the agent will search the knowledge base to answer your question.

 
00
2026-08-18

$ cat README.md

# Emblema Marketplace

Discover and share pre-built workflows and building blocks for Emblema Workspaces.

$ ls ./browse/

  • Workspace Templates
  • Node Templates

$ man docs

  • What is a Workspace?
  • What is a Node?
  • Creating Templates
  • Template Format
  • Publishing Guide
[ONLINE]v0.1.0