$ browse --type node-templates
Node Templates
// Individual building blocks for your workspace workflows
export Odoo user_id projects
from "@a-destefano"
// Elenco dei progetti relativi ad un determinato user_id in formato md
export Preview
from "@marketplace"
// Preview any node's output. Connect an output to the value input and run: the node shows the value inside itself (expandable to a full-content dialog) and echoes it unchanged to its own value output so you can keep chaining. Accepts any type; non-text values are rendered as formatted JSON.
export Workspace Picker
from "@marketplace"
// Selects a workspace to reference. Outputs the workspace ID for use with Workspace Break nodes.
export Workspace Break
from "@marketplace"
// Decomposes a referenced workspace into selectable node inputs and outputs. Configure via the wizard to select which inputs to forward and which outputs to expose.
export Public Share
from "@marketplace"
// Publishes content or files to a public URL. Supports HTML, plain text, and file downloads. Optionally protects with a PIN. Re-running the node refreshes the content without changing the link.
export Make Array
from "@marketplace"
// Collects multiple inputs into an ordered array. Add items dynamically and drag to reorder. Carries files through when item ports receive image/video/audio outputs.
export Macro
from "@marketplace"
// A composite node that encapsulates a workspace as a reusable building block. Configure inputs and outputs via the wizard.
export Custom Code
from "@marketplace"
// A programmable node with custom Python code. Use when no existing template fits your needs. The AI assistant will generate appropriate code, inputs, and outputs based on your instructions.
export Odoo user_id tasks
from "@a-destefano"
// Elenca tutte le tasks appartenenti ad un determinato user_id in formato md
export test odoo
from "@a-destefano"
// test odoo macro
export Ontology Unified Retrieval
from "@admin"
// Answer a question against the organization ontology using the unified retrieval flow: entity-name search + KB semantic search bridged to ontology entities, RRF-fused, profiled via Entity 360, then synthesized into an answer with the retrieved entities returned for provenance. Use for questions ABOUT organizational entities, relationships and themes (who/which/what-relates-to), not for content lookup inside a single document.
export Test File Processor
from "@marketplace"
// Accepts file inputs, processes them, and produces file outputs. Tests the full file pipeline.