Rank
70
AI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Traction
No public download signal
Freshness
Updated 2d ago
Crawler Summary
An autonomous AI research pipeline that routes queries, runs parallel multi-agent research, fact-checks results and generates structured reports — built with CrewAI Flows & OpenAI <div align="center"> 🔬 Autonomous Deep Research Flow *An AI-powered research pipeline that thinks, plans, researches, fact-checks and reports — automatically* --- --- 💡 *"I wanted to build something that could do real, deep research on any topic — not just a single web search, but a full pipeline that plans, researches in parallel, fact-checks, and produces a structured report. So I built it."* **— Pradeep Kumar** Capability contract not published. No trust telemetry is available yet. Last updated 4/15/2026.
Freshness
Last checked 4/15/2026
Best For
autonomous-deep-research-flow is best for crewai, multi-agent workflows where OpenClaw compatibility matters.
Not Ideal For
Contract metadata is missing or unavailable for deterministic execution.
Evidence Sources Checked
editorial-content, GITHUB REPOS, runtime-metrics, public facts pack
An autonomous AI research pipeline that routes queries, runs parallel multi-agent research, fact-checks results and generates structured reports — built with CrewAI Flows & OpenAI <div align="center"> 🔬 Autonomous Deep Research Flow *An AI-powered research pipeline that thinks, plans, researches, fact-checks and reports — automatically* --- --- 💡 *"I wanted to build something that could do real, deep research on any topic — not just a single web search, but a full pipeline that plans, researches in parallel, fact-checks, and produces a structured report. So I built it."* **— Pradeep Kumar**
Public facts
4
Change events
1
Artifacts
0
Freshness
Apr 15, 2026
Capability contract not published. No trust telemetry is available yet. Last updated 4/15/2026.
Trust score
Unknown
Compatibility
OpenClaw
Freshness
Apr 15, 2026
Vendor
Pradeep Kumar25th
Artifacts
0
Benchmarks
0
Last release
Unpublished
Key links, install path, and a quick operational read before the deeper crawl record.
Summary
Capability contract not published. No trust telemetry is available yet. Last updated 4/15/2026.
Setup snapshot
Setup complexity is LOW. This package is likely designed for quick installation with minimal external side-effects.
Final validation: Expose the agent to a mock request payload inside a sandbox and trace the network egress before allowing access to real customer data.
Everything public we have scraped or crawled about this agent, grouped by evidence type with provenance.
Vendor
Pradeep Kumar25th
Protocol compatibility
OpenClaw
Handshake status
UNKNOWN
Crawlable docs
6 indexed pages on the official domain
Merged public release, docs, artifact, benchmark, pricing, and trust refresh events.
Extracted files, examples, snippets, parameters, dependencies, permissions, and artifact metadata.
Extracted files
0
Examples
6
Snippets
0
Languages
python
text
┌─────────────────────────────────────────────────────────────────┐ │ DEEP RESEARCH FLOW │ │ │ │ [User Query] │ │ │ │ │ ┌────▼──────────┐ │ │ │ start_ │ ← Entry point, remembers past sessions │ │ │ conversation │ │ │ └────┬──────────┘ │ │ │ │ │ ┌────▼──────────┐ │ │ │ analyze_query │ ← Router: SIMPLE or RESEARCH? │ │ └────┬──────────┘ │ │ │ │ │ ┌────┴──────────────────────┐ │ │ │ │ │ │ ▼ "SIMPLE" ▼ "RESEARCH" │ │ ┌──────────┐ ┌───────────────┐ │ │ │ simple_ │ │ clarify_query │ │ │ │ answer │ └───────┬───────┘ │ │ └────┬─────┘ │ │ │ │ ┌──────▼──────────────────────────────┐ │ │ │ │ PARALLEL DEEP RESEARCH CREW │ │ │ │ │ │ │ │ │ │ Research Planner → breaks query │ │ │ │ │ Topic Researcher → main topics ──┐ │ │ │ │ │ Topic Researcher → secondary ──┤ │ │ │ │ │ Fact Checker → validates main ◄─┤ │ │ │ │ │ Fact Checker → validates sec. ◄─┘ │ │ │ │ │ Report Writer
text
1. 🎤 User enters research query
│
2. 🤔 Flow analyzes complexity → routes to SIMPLE or RESEARCH
│
┌─────┴──────────────────────┐
│ SIMPLE RESEARCH
│ │
3a.💬 Direct LLM answer 3b.❓ Clarify query if needed
│ │
│ 4. 🚀 Parallel research crew kicks off:
│ ├── Research Planner splits topics
│ ├── Researcher covers main topics ─┐
│ ├── Researcher covers secondary ──┤ parallel
│ ├── Fact checker validates main ◄─┘
│ └── Report writer synthesizes all
│ │
│ 5. 💾 Full report saved to research_report.md
│ │
└──────────────────────┘
│
6. 📤 Final answer returned to userbash
cd deep_research_flow pip install -e .
bash
cp .env.example .env
text
OPENAI_API_KEY=your-openai-api-key-here EXA_API_KEY=your-exa-api-key-here
bash
# 1. Clone the repository git clone https://github.com/Pradeep-Kumar25th/autonomous-deep-research-flow.git cd autonomous-deep-research-flow # 2. Install dependencies cd deep_research_flow pip install -e . # 3. Set up API keys cp .env.example .env # fill in your keys # 4. Run the flow python -m deep_research_flow.main # OR use the project script kickoff
Full documentation captured from public sources, including the complete README when available.
Docs source
GITHUB REPOS
Editorial quality
ready
An autonomous AI research pipeline that routes queries, runs parallel multi-agent research, fact-checks results and generates structured reports — built with CrewAI Flows & OpenAI <div align="center"> 🔬 Autonomous Deep Research Flow *An AI-powered research pipeline that thinks, plans, researches, fact-checks and reports — automatically* --- --- 💡 *"I wanted to build something that could do real, deep research on any topic — not just a single web search, but a full pipeline that plans, researches in parallel, fact-checks, and produces a structured report. So I built it."* **— Pradeep Kumar**
💡 "I wanted to build something that could do real, deep research on any topic — not just a single web search, but a full pipeline that plans, researches in parallel, fact-checks, and produces a structured report. So I built it."
— Pradeep Kumar
Standard AI chatbots give you a single answer from a single model. But real research requires planning, exploring multiple angles, verifying facts, and synthesizing everything into a structured report.
I built this system to do exactly that — autonomously. It uses a CrewAI Flow to intelligently decide whether a query needs deep research or a simple answer, then routes it through a parallel multi-agent pipeline that plans, researches, fact-checks, and produces a professional report — all without human intervention.
The system even remembers previous sessions (via persistence) and generates charts from research data automatically.
| Feature | Description |
|--------|-------------|
| 🧠 Intelligent Query Routing | Automatically decides: simple answer vs. deep research |
| 🔄 CrewAI Flow Orchestration | Full stateful flow with persistence across sessions |
| ⚡ Parallel Research | Main and secondary topics researched simultaneously |
| 🔍 Exa AI Search | Semantic web search for high-quality, relevant sources |
| ✅ Built-in Guardrails | Enforces Summary, Insights, and Citations sections |
| 📊 Auto Chart Generation | Automatically creates charts from research data |
| 💾 Session Persistence | Remembers your previous queries across runs |
| 🔎 Observability & Tracing | Full tracing enabled for monitoring and debugging |
| 📄 Markdown Report Output | Saves complete research report to research_report.md |
┌─────────────────────────────────────────────────────────────────┐
│ DEEP RESEARCH FLOW │
│ │
│ [User Query] │
│ │ │
│ ┌────▼──────────┐ │
│ │ start_ │ ← Entry point, remembers past sessions │
│ │ conversation │ │
│ └────┬──────────┘ │
│ │ │
│ ┌────▼──────────┐ │
│ │ analyze_query │ ← Router: SIMPLE or RESEARCH? │
│ └────┬──────────┘ │
│ │ │
│ ┌────┴──────────────────────┐ │
│ │ │ │
│ ▼ "SIMPLE" ▼ "RESEARCH" │
│ ┌──────────┐ ┌───────────────┐ │
│ │ simple_ │ │ clarify_query │ │
│ │ answer │ └───────┬───────┘ │
│ └────┬─────┘ │ │
│ │ ┌──────▼──────────────────────────────┐ │
│ │ │ PARALLEL DEEP RESEARCH CREW │ │
│ │ │ │ │
│ │ │ Research Planner → breaks query │ │
│ │ │ Topic Researcher → main topics ──┐ │ │
│ │ │ Topic Researcher → secondary ──┤ │ │
│ │ │ Fact Checker → validates main ◄─┤ │ │
│ │ │ Fact Checker → validates sec. ◄─┘ │ │
│ │ │ Report Writer → final report │ │
│ │ └──────┬──────────────────────────────┘ │
│ │ ┌──────▼──────────┐ │
│ │ │ save_report_ │ ← Saves .md + charts │
│ │ │ and_summarize │ │
│ │ └──────┬──────────┘ │
│ │ │ │
│ ┌────▼──────────────────────▼──┐ │
│ │ return_final_answer │ ← Returns to user │
│ └──────────────────────────────┘ │
└─────────────────────────────────────────────────────────────────┘
1. 🎤 User enters research query
│
2. 🤔 Flow analyzes complexity → routes to SIMPLE or RESEARCH
│
┌─────┴──────────────────────┐
│ SIMPLE RESEARCH
│ │
3a.💬 Direct LLM answer 3b.❓ Clarify query if needed
│ │
│ 4. 🚀 Parallel research crew kicks off:
│ ├── Research Planner splits topics
│ ├── Researcher covers main topics ─┐
│ ├── Researcher covers secondary ──┤ parallel
│ ├── Fact checker validates main ◄─┘
│ └── Report writer synthesizes all
│ │
│ 5. 💾 Full report saved to research_report.md
│ │
└──────────────────────┘
│
6. 📤 Final answer returned to user
EXASearchTool, ScrapeWebsiteToolEXASearchTool, ScrapeWebsiteTool| Tool | Purpose |
|------|---------|
| 🔍 EXASearchTool | Semantic AI-powered web search for high-quality sources |
| 🌐 ScrapeWebsiteTool | Extracts full content from identified web pages |
| 📊 ChartGeneratorTool | Auto-generates charts from research data using matplotlib |
| 🧠 GPT-4o-mini | Powers all agents and flow routing decisions |
| 💾 CrewAI Persistence | Saves flow state to database across sessions |
cd deep_research_flow
pip install -e .
cp .env.example .env
Then open .env and fill in your keys:
OPENAI_API_KEY=your-openai-api-key-here
EXA_API_KEY=your-exa-api-key-here
# 1. Clone the repository
git clone https://github.com/Pradeep-Kumar25th/autonomous-deep-research-flow.git
cd autonomous-deep-research-flow
# 2. Install dependencies
cd deep_research_flow
pip install -e .
# 3. Set up API keys
cp .env.example .env # fill in your keys
# 4. Run the flow
python -m deep_research_flow.main
# OR use the project script
kickoff
# Simple query (direct answer)
"What is the capital of France?"
# Research query (triggers full pipeline)
"What are the latest developments in quantum computing and its impact on cryptography?"
"Analyze the growth of renewable energy in India over the last 5 years"
"What are the key risks and opportunities in the Indian startup ecosystem in 2025?"
🔍 Deep Research Flow started
What would you like to research?
>> What are the latest AI agent frameworks in 2025?
🤔 Analyzing query complexity...
📚 Complex query detected — initiating deep research pipeline
🔍 Reviewing query for research clarity...
🚀 Executing deep research crew...
[Agents research in parallel...]
✅ Research completed successfully!
📄 Full report saved to research_report.md
📝 Final Answer:
Here is a summary of the research findings:
In 2025, the AI agent framework landscape has evolved significantly,
with CrewAI, LangGraph, and AutoGen leading adoption...
[Full report available in research_report.md]
✨ Deep Research Flow completed!
autonomous-deep-research-flow/
┣ deep_research_flow/
┃ ┣ src/deep_research_flow/
┃ ┃ ┣ crews/deep_research_crew/
┃ ┃ ┃ ┣ config/
┃ ┃ ┃ ┃ ┣ agents.yaml ← Agent definitions
┃ ┃ ┃ ┃ ┗ tasks.yaml ← Task definitions
┃ ┃ ┃ ┣ guardrails/
┃ ┃ ┃ ┃ ┗ guardrails.py ← Report quality guardrail
┃ ┃ ┃ ┗ crew.py ← Parallel research crew
┃ ┃ ┣ tools/
┃ ┃ ┃ ┗ chart_generator_tool.py ← Auto chart generation
┃ ┃ ┗ main.py ← Flow orchestrator
┃ ┣ knowledge/
┃ ┃ ┗ user_preference.txt ← User context for agents
┃ ┗ pyproject.toml ← Dependencies
┣ README.md
┣ .env.example
┗ .gitignore
Built with ❤️ by Pradeep Kumar
Passionate about AI Agents, multi-agent systems, and building tools that automate complex real-world tasks.
Made with 🤖 CrewAI • 🧠 OpenAI • 🔍 Exa AI • 🐍 Python
</div>Machine endpoints, protocol fit, contract coverage, invocation examples, and guardrails for agent-to-agent use.
Contract coverage
Status
missing
Auth
None
Streaming
No
Data region
Unspecified
Protocol support
Requires: none
Forbidden: none
Guardrails
Operational confidence: low
curl -s "https://xpersona.co/api/v1/agents/crewai-pradeep-kumar25th-autonomous-deep-research-flow/snapshot"
curl -s "https://xpersona.co/api/v1/agents/crewai-pradeep-kumar25th-autonomous-deep-research-flow/contract"
curl -s "https://xpersona.co/api/v1/agents/crewai-pradeep-kumar25th-autonomous-deep-research-flow/trust"
Trust and runtime signals, benchmark suites, failure patterns, and practical risk constraints.
Trust signals
Handshake
UNKNOWN
Confidence
unknown
Attempts 30d
unknown
Fallback rate
unknown
Runtime metrics
Observed P50
unknown
Observed P95
unknown
Rate limit
unknown
Estimated cost
unknown
Do not use if
Every public screenshot, visual asset, demo link, and owner-provided destination tied to this agent.
Neighboring agents from the same protocol and source ecosystem for comparison and shortlist building.
Rank
70
AI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Traction
No public download signal
Freshness
Updated 2d ago
Rank
70
AI productivity studio with smart chat, autonomous agents, and 300+ assistants. Unified access to frontier LLMs
Traction
No public download signal
Freshness
Updated 6d ago
Rank
70
Free, local, open-source 24/7 Cowork app and OpenClaw for Gemini CLI, Claude Code, Codex, OpenCode, Qwen Code, Goose CLI, Auggie, and more | 🌟 Star if you like it!
Traction
No public download signal
Freshness
Updated 6d ago
Rank
70
The Frontend for Agents & Generative UI. React + Angular
Traction
No public download signal
Freshness
Updated 23d ago
Contract JSON
{
"contractStatus": "missing",
"authModes": [],
"requires": [],
"forbidden": [],
"supportsMcp": false,
"supportsA2a": false,
"supportsStreaming": false,
"inputSchemaRef": null,
"outputSchemaRef": null,
"dataRegion": null,
"contractUpdatedAt": null,
"sourceUpdatedAt": null,
"freshnessSeconds": null
}Invocation Guide
{
"preferredApi": {
"snapshotUrl": "https://xpersona.co/api/v1/agents/crewai-pradeep-kumar25th-autonomous-deep-research-flow/snapshot",
"contractUrl": "https://xpersona.co/api/v1/agents/crewai-pradeep-kumar25th-autonomous-deep-research-flow/contract",
"trustUrl": "https://xpersona.co/api/v1/agents/crewai-pradeep-kumar25th-autonomous-deep-research-flow/trust"
},
"curlExamples": [
"curl -s \"https://xpersona.co/api/v1/agents/crewai-pradeep-kumar25th-autonomous-deep-research-flow/snapshot\"",
"curl -s \"https://xpersona.co/api/v1/agents/crewai-pradeep-kumar25th-autonomous-deep-research-flow/contract\"",
"curl -s \"https://xpersona.co/api/v1/agents/crewai-pradeep-kumar25th-autonomous-deep-research-flow/trust\""
],
"jsonRequestTemplate": {
"query": "summarize this repo",
"constraints": {
"maxLatencyMs": 2000,
"protocolPreference": [
"OPENCLEW"
]
}
},
"jsonResponseTemplate": {
"ok": true,
"result": {
"summary": "...",
"confidence": 0.9
},
"meta": {
"source": "GITHUB_REPOS",
"generatedAt": "2026-04-17T02:25:55.052Z"
}
},
"retryPolicy": {
"maxAttempts": 3,
"backoffMs": [
500,
1500,
3500
],
"retryableConditions": [
"HTTP_429",
"HTTP_503",
"NETWORK_TIMEOUT"
]
}
}Trust JSON
{
"status": "unavailable",
"handshakeStatus": "UNKNOWN",
"verificationFreshnessHours": null,
"reputationScore": null,
"p95LatencyMs": null,
"successRate30d": null,
"fallbackRate": null,
"attempts30d": null,
"trustUpdatedAt": null,
"trustConfidence": "unknown",
"sourceUpdatedAt": null,
"freshnessSeconds": null
}Capability Matrix
{
"rows": [
{
"key": "OPENCLEW",
"type": "protocol",
"support": "unknown",
"confidenceSource": "profile",
"notes": "Listed on profile"
},
{
"key": "crewai",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "multi-agent",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
}
],
"flattenedTokens": "protocol:OPENCLEW|unknown|profile capability:crewai|supported|profile capability:multi-agent|supported|profile"
}Facts JSON
[
{
"factKey": "vendor",
"category": "vendor",
"label": "Vendor",
"value": "Pradeep Kumar25th",
"href": "https://github.com/Pradeep-Kumar25th/autonomous-deep-research-flow",
"sourceUrl": "https://github.com/Pradeep-Kumar25th/autonomous-deep-research-flow",
"sourceType": "profile",
"confidence": "medium",
"observedAt": "2026-04-15T06:04:37.914Z",
"isPublic": true
},
{
"factKey": "protocols",
"category": "compatibility",
"label": "Protocol compatibility",
"value": "OpenClaw",
"href": "https://xpersona.co/api/v1/agents/crewai-pradeep-kumar25th-autonomous-deep-research-flow/contract",
"sourceUrl": "https://xpersona.co/api/v1/agents/crewai-pradeep-kumar25th-autonomous-deep-research-flow/contract",
"sourceType": "contract",
"confidence": "medium",
"observedAt": "2026-04-15T06:04:37.914Z",
"isPublic": true
},
{
"factKey": "docs_crawl",
"category": "integration",
"label": "Crawlable docs",
"value": "6 indexed pages on the official domain",
"href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceType": "search_document",
"confidence": "medium",
"observedAt": "2026-04-15T05:03:46.393Z",
"isPublic": true
},
{
"factKey": "handshake_status",
"category": "security",
"label": "Handshake status",
"value": "UNKNOWN",
"href": "https://xpersona.co/api/v1/agents/crewai-pradeep-kumar25th-autonomous-deep-research-flow/trust",
"sourceUrl": "https://xpersona.co/api/v1/agents/crewai-pradeep-kumar25th-autonomous-deep-research-flow/trust",
"sourceType": "trust",
"confidence": "medium",
"observedAt": null,
"isPublic": true
}
]Change Events JSON
[
{
"eventType": "docs_update",
"title": "Docs refreshed: Sign in to GitHub · GitHub",
"description": "Fresh crawlable documentation was indexed for the official domain.",
"href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceType": "search_document",
"confidence": "medium",
"observedAt": "2026-04-15T05:03:46.393Z",
"isPublic": true
}
]Sponsored
Ads related to autonomous-deep-research-flow and adjacent AI workflows.