deeplearning-ai-agentic-research
Installation
SKILL.md
DeepLearning.AI Agentic Research Agent
Skill by ara.so — AI Agent Skills collection.
Overview
The Agentic AI Research service is a FastAPI application that implements a multi-agent research workflow with planning, execution, and reflection capabilities. It orchestrates specialized agents (planner, researcher, writer, editor) to autonomously research topics using tools like Tavily search, arXiv, and Wikipedia, then generates comprehensive reports. All task state and results are persisted in PostgreSQL.
Key features:
- Planning Agent: Decomposes research tasks into executable steps
- Research Tools: Tavily web search, arXiv academic papers, Wikipedia lookups
- Multi-Agent Workflow: Specialized agents for research, writing, and editing
- State Persistence: PostgreSQL tracks task progress and substeps
- Async Execution: Background threads handle long-running research tasks
- REST API + Web UI: Simple interface to kick off and monitor research