Skip to content

Commit 75dfa81

Browse files
committed
docs: update README to reflect current repo structure
1 parent 7339bd2 commit 75dfa81

1 file changed

Lines changed: 20 additions & 11 deletions

File tree

  • agents/Mathews-Tom__research-analyst
Lines changed: 20 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# research-analyst
22

3-
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.
44

55
## Run
66

@@ -10,22 +10,31 @@ npx @open-gitagent/gitagent run -r https://github.com/Mathews-Tom/research-analy
1010

1111
## What It Can Do
1212

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
1818

1919
## Structure
2020

2121
```
2222
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
2736
```
2837

2938
## Built with
3039

31-
Built with [gitagent](https://github.com/open-gitagent/gitagent).
40+
Built for the [gitagent](https://gitagent.sh) ecosystem.

0 commit comments

Comments
 (0)