You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deep multi-source research agent. Spawns parallel investigation across web, academic, video, and competitive sources, then delivers cited synthesis with confidence ratings.
3
+
Multi-source research agent that decomposes complex questions into investigatable sub-questions, dispatches parallel investigations across web, academic, video, and competitive sources, and synthesizes findings into structured reports with citations and confidence ratings.
4
4
5
5
## Run
6
6
@@ -10,22 +10,31 @@ npx @open-gitagent/gitagent run -r https://github.com/Mathews-Tom/research-analy
10
10
11
11
## What It Can Do
12
12
13
-
-Conduct parallel multi-source research across web, academic, and competitive landscapes
14
-
-Synthesize findings into structured reports with inline citations
15
-
-Assign confidence ratings to claims based on source quality and corroboration
16
-
-Perform literature reviews and competitive analysis
17
-
-Identify knowledge gaps and conflicting evidence across sources
13
+
-**Question Framing** — decomposes research topics into structured sub-questions with source type selection before investigation begins
14
+
-**Parallel Source Investigation** — spawns concurrent research agents across web, academic, video, and competitive sources for comprehensive coverage
15
+
-**Cross-Reference Analysis** — merges findings from multiple sources, identifies corroboration and contradictions, assigns evidence-based confidence ratings
16
+
-**Gap Detection** — explicitly flags what the research could not answer and why, preventing false completeness
17
+
-**Synthesis Reports** — produces structured deliverables with executive summary, cited findings, comparison matrices, and actionable recommendations
18
18
19
19
## Structure
20
20
21
21
```
22
22
research-analyst/
23
-
agent.yaml # Agent configuration
24
-
SOUL.md # Behavioral instructions and research methodology
25
-
icon.png # 256x256 agent icon
26
-
banner.png # 1200x630 agent banner
23
+
├── .gitignore
24
+
├── LICENSE
25
+
├── README.md
26
+
├── RULES.md
27
+
├── SOUL.md
28
+
├── agent.yaml
29
+
├── assets/
30
+
│ ├── icon.png
31
+
│ └── banner.png
32
+
└── knowledge/
33
+
├── research-methodology.md
34
+
├── source-evaluation.md
35
+
└── synthesis-framework.md
27
36
```
28
37
29
38
## Built with
30
39
31
-
Built with [gitagent](https://github.com/open-gitagent/gitagent).
40
+
Built for the [gitagent](https://gitagent.sh) ecosystem.
0 commit comments