agentic-research-workflow

Installation
SKILL.md

Agentic Research Workflow

Skill by ara.so — AI Agent Skills collection.

Overview

The Agentic Research Workflow is a FastAPI-based service that implements a reflective, multi-step research agent system. It orchestrates planning, research, writing, and editing agents that work together to generate comprehensive research reports. The system uses Postgres for state management and supports tool-calling agents that can query Tavily (web search), arXiv (academic papers), and Wikipedia.

Key capabilities:

  • Multi-agent workflow orchestration (planner → research → writer → editor)
  • Tool-using agents with external API integration
  • Task state tracking and progress monitoring via REST API
  • Threaded, non-blocking execution
  • Web UI for task submission and monitoring
  • Single-container Docker deployment with Postgres

Installation

Docker Setup (Recommended)

Installs
46
First Seen
Jun 10, 2026
agentic-research-workflow — aradotso/ai-agent-skills