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

$ browse --type node-templates

Node Templates

// Individual building blocks for your workspace workflows

$
2 results

$ ls domains/

  • >all/
  • >Media/ (29)
    • >Video/ (11)
    • >Audio/ (6)
    • >Image/ (10)
    • >3D/ (2)
  • >AI/ (2)
    • >LLM/ (2)
  • >Document/ (5)
  • >Storage/ (5)
  • >Data/ (1)
  • >Utility/ (8)
  • >Integration/ (1)
node.py
Process
LLM
v1.0.0

export Recursive Summarizer

from "@marketplace"

// Recursively summarize large text content using LLM with automatic chunking for content exceeding context limits

 
00
2026-03-15
node.py
Process
LLM
v1.0.0

export Agent Executor

from "@marketplace"

// Runs an Emblema agent with a given prompt and returns the results. Supports specialized agents (e.g., Survey Stats for Odoo data) and RAG agents (with knowledge base context). Returns formatted text data and raw tool results for downstream use.

 
00
2026-03-15

$ 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