Skip to main content

Intro

This section provides an overview of all available node types and integrations in Agentic Signal. Each node represents a building block for your workflow, enabling data input, AI processing, external API calls, validation, and output.

Node Structure

Node Structure

Legend:
Input Data Connector
Output Data Connector
Tool Connector: Some nodes offer additional connectors, such as the Tool Connector on the AI Data Processing Node.
RAG Connector: Connects a RAG source node to an AI Data Processing Node so retrieved document context can be included in the prompt.

Timer Connector: Connects to a Timer Node to trigger this node Run method automatically at a set interval/schedule.
Settings: Configure node-specific options (highlighted if configuration is missing or required).
Error Logs: View errors when the node fails to process input data (highlighted if errors are present).
Output: View processed results (e.g., see the Display Chart Node); highlighted when new output is available.
Run: Manually trigger the workflow from this node onward.

Node Types

Agentic Signal supports a variety of node types for building workflows, including:

AI & Tool Integrations

  • Ollama LLMs: Use local language models for text analysis and generation.
  • Google Services: Gmail, Google Drive, Google Calendar.
  • Weather APIs: Real-time weather data.
  • Search Engines: DuckDuckGo, Brave Search.
  • Financial Analysis: Stock market data analysis with technical indicators.
  • Date/Time Tools: Get current date and time.
  • Slack: Send and receive messages via Slack slash commands using Socket Mode.
  • Reddit: Automatically post text or link content to subreddits via OAuth2.
  • Custom APIs: Integrate any REST API via HTTP Data node.

Learn More

  • See individual node documentation in this section for configuration and usage details.
  • Explore Workflow Examples for real-world use cases.