This archive will consist of free agentic workflows in a plug-and-play format. Feel free to reach out for support or suggestions.
- N8N Agents
- N8N Tools
The agent automates research by querying the Perplexity Sonar API using Claude and DeepSeek to gather, refine, and structure research findings. The Research Manager generates detailed insights from multiple queries, ensuring proper citations. The Research Compiler formats findings into structured Markdown with APA references. The Dataset Agent enhances results by sourcing extra datasets. Finally, all processed research is stored in a Supabase database for easy access and retrieval.
A powerful RAG agent that will translate your natural language queries into actionable SQL queries to gain insights into any structured datasets. This agent is also able to execute the Multi-Model Research Agent in order to have a seamless integration of both dataset querying and research.
- Natural Language to SQL - The agent interprets user queries and generates structured SQL queries via RAG.
- Data Retrieval - Fetches relevant structured data from databases (e.g., Supabase, PostgreSQL).
- Data Aggregation - Supports SQL-based aggregation functions (e.g. MIN, MAX, AVG, SUM), filtering and grouping,
- Automated Chart Generation - Converts results into JSON-based chart configurations.
- QuickChart Integration - Renders visualizations dynamically.
An agent that automates data visualization by translating language queries into structured visualizations. Will provide an extensive range of visualizations when combined with a tool calling RAG agent. The agent generates introductory reports including visualizationsu using data provided by the RAG agent; it is then able to visualize various chart types (e.g., bar, scatter, line) with Quickchart to visualize trends dynamically.
"Create a report of the dataset including an introduction and multiple chart types."
- Generated an introduction to the dataset
- Key insights into leading salary designations
- Remote working distribution chart
- Line-chart of salary by experience level
- Employment status distribution
See the full report here: https://imgur.com/a/rag-agent-data-analysis-example-from-basic-prompt-WVNuk78
A tool that can be accessed by AI agents to perform web searches using the Perplexity Sonar API via HTTP requests, with OpenRouter API support.
A tool that can allows you to schedule poll requests to your Supabase database in order to keep it from being shut down after 7 days of inactivity. This can be used in contact page databases for example.
LinkedIn: Jack van der Vall
GitHub: jackvandervall




