sandagenticworkflows

N8N node for connecting to Sand Agentic Workflows.

Package Information

Released: 4/9/2025
Downloads: 1 weekly / 15 monthly
Latest Version: 0.0.1
Author: Shephard Marufu

Documentation

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

Discussion