deeplearning-ai-agentic-research-agent

Installation
SKILL.md

DeepLearning.AI Agentic Research Agent

Skill by ara.so — AI Agent Skills collection.

A FastAPI-based research agent service that implements agentic workflows with planning, execution, and reflection. The system uses a planner agent to decompose research tasks, executes research/writing/editing steps using multiple tools (Tavily search, arXiv, Wikipedia), and persists task state in Postgres. Designed for the Agentic Workflow course by DeepLearning.AI.

What It Does

  • Multi-agent workflow: Planner → Research → Writer → Editor pipeline
  • Tool integration: Tavily web search, arXiv academic papers, Wikipedia knowledge
  • Async task execution: Threaded execution with progress tracking
  • State persistence: SQLAlchemy + Postgres for task storage
  • REST API: FastAPI endpoints for task submission, progress monitoring, and results
  • Web UI: Simple Jinja2 template interface for launching research tasks

Installation

Docker Setup (Recommended)

Installs
16
First Seen
1 day ago
deeplearning-ai-agentic-research-agent — aradotso/ai-agent-skills