agentic-ai-research-agent
Installation
SKILL.md
Agentic AI Research Agent Skill
Skill by ara.so — AI Agent Skills collection.
Overview
The Agentic AI Research Agent is a FastAPI service that implements a multi-step, reflective research workflow. It uses a planning agent to decompose research tasks, then executes specialized agents (research, writer, editor) that leverage external tools (Tavily search, arXiv papers, Wikipedia). All task state and results are persisted in Postgres for progress tracking and final report retrieval.
Key Features:
- Multi-agent workflow with planning, research, writing, and editing phases
- Tool integration: Tavily web search, arXiv academic papers, Wikipedia
- Async task execution with real-time progress tracking
- Postgres-backed state persistence
- Single-container Docker deployment (Postgres + FastAPI)
- Web UI and REST API