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

$ browse --type node-templates

Node Templates

// Individual building blocks for your workspace workflows

$
3 results

$ ls domains/

  • >all/
  • >Media/ (26)
    • >Video/ (14)
    • >Audio/ (4)
    • >Image/ (6)
    • >3D/ (2)
  • >AI/ (3)
    • >LLM/ (3)
  • >Document/ (5)
  • >Storage/ (5)
  • >Data/ (10)
  • >Utility/ (8)
  • >Integration/ (9)
processplaceholder
T
node.py
Process
LLM
v1.3.0

export Text Summarizer

from "@marketplace"

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

 
00
2026-05-07
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-05-07
processplaceholder
K
node.py
Process
LLM
v1.3.1

export Knowledge Synthesizer

from "@marketplace"

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

 
00
2026-05-07

$ 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