Skip to content

jackvandervall/agentic-archive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

Agentic-Archive

This archive will consist of free agentic workflows in a plug-and-play format. Feel free to reach out for support or suggestions.

Table of Contents

Multi-Model Research Agent

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.

Image

Retrieval-Augmented Generation(RAG) and Research Agent

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.

  1. Natural Language to SQL - The agent interprets user queries and generates structured SQL queries via RAG.
  2. Data Retrieval - Fetches relevant structured data from databases (e.g., Supabase, PostgreSQL).
  3. Data Aggregation - Supports SQL-based aggregation functions (e.g. MIN, MAX, AVG, SUM), filtering and grouping,
  4. Automated Chart Generation - Converts results into JSON-based chart configurations.
  5. QuickChart Integration - Renders visualizations dynamically.

Image

Data Analysis Agent

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.

Image

Example Query for Report and Visualization

"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

Image See the full report here: https://imgur.com/a/rag-agent-data-analysis-example-from-basic-prompt-WVNuk78

Web Search Tool (Perplexity Sonar / OpenRouter)

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.

Image

Supabase Heartbeat

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.

Image

Connect with Me

LinkedIn: Jack van der Vall
GitHub: jackvandervall

About

GitHub Repository with free AI agent workflows.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •