npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

n8n-nodes-sandaiworkflows

v0.0.1

Published

N8N node for connecting to Sandtech AI agentic workflows.

Downloads

17

Readme

Banner image

n8n-nodes-sandaiworkflows

This is an n8n community node. It lets you use Sand Curated Agentic Workflows in your n8n workflows.

Sand Curated Agentic Workflows provides AI-powered workflows through LLama Deploy to handle tasks like policy and compliance questions, cloud engineering assistance, and general queries.

n8n is a fair-code licensed workflow automation platform.

Installation Operations Credentials Compatibility Usage Resources

Installation

Follow the installation guide in the n8n community nodes documentation.

You can install this node by:

# Using npm
npm install n8n-nodes-sandaiworkflows

# Using pnpm
pnpm install n8n-nodes-sandaiworkflows

For development and testing:

# Clone the repository
git clone https://dev.azure.com/exploreai/CORE.Utilities/_git/Sandtech.SDP.AiAgents

# Install dependencies
cd n8n-nodes-sandaiworkflows
pnpm install

# Build the node
pnpm build

# Link to your n8n installation
npm link

Operations

This node supports the following operations:

Sand Curated Agentic Workflows

  • Send Message: Send a message to the Llama Deploy server and get a response
  • Get Chat History: Retrieve the chat history for a session
  • Create Session: Create a new session on the Llama Deploy server

Workflow Types

  • Policy and Compliance Assistant: Queries related to company policies and compliance matters
  • Cloud Engineering Assistant: Technical assistance for cloud engineering tasks
  • General Agentic Workflow: General purpose AI-powered workflow

Credentials

To use this node, you need to set up credentials with the following information:

  • API Key: Your SandAiWorkflows API key
  • API Server URL: URL of the Llama Deploy API server (default: http://10.4.0.7:4501)
  • MLflow Tracking URI: URL for the MLflow tracking server
  • MLflow Experiment Name: Name for the MLflow experiment
  • MLflow Tracking Password: Password for the MLflow server
  • AWS Access Key ID: Access key for AWS/S3 storage
  • AWS Secret Access Key: Secret key for AWS/S3 storage
  • MLflow S3 Endpoint URL: S3 endpoint for MLflow storage
  • MLflow S3 Ignore TLS: Whether to ignore TLS for S3 connections

Compatibility

This node has been tested with n8n version 1.0.0 and above.

Usage

  1. Add the SandAiWorkflows node to your workflow
  2. Set up the required credentials
  3. Select your desired operation (Send Message, Get Chat History, Create Session)
  4. Choose the appropriate workflow type (Policy and Compliance, Cloud Engineering, General)
  5. For sending messages, enter your query in the "User Message" field
  6. Toggle "Evaluate Result" if you need evaluation of the response
  7. Connect the node to the rest of your workflow

Example Usage

Sending a message to the Policy and Compliance Assistant

  1. Configure the SandAiWorkflows node
  2. Set "Workflow Name" to "Policy and Compliance Assistant"
  3. Enter your question in the "User Message" field
  4. Connect the node output to additional nodes for processing the response

Resources