agentic-research-agent-fastapi
Installation
SKILL.md
Agentic Research Agent (FastAPI)
Skill by ara.so — AI Agent Skills collection.
What This Project Does
The Agentic AI Research Agent is a FastAPI service that orchestrates multi-step research workflows using LLM-powered agents. It implements an agentic workflow pattern with:
- Planning Agent: Breaks down research tasks into subtasks
- Executor Agent: Runs research, writing, and editing agents with tool use
- Research Tools: Tavily search, arXiv papers, Wikipedia lookups
- Reflection/Iteration: Multi-step refinement of research outputs
- Task Tracking: PostgreSQL-backed state management for async workflows
- Web UI: Simple interface to kick off and monitor research tasks
The system runs in a single Docker container with both PostgreSQL and the FastAPI service.