https://github.com/oztrkoguz/summativeinforesearcheragents
This project is an automated research and summarization tool that allows users to conduct research on a specific question and summarize the information found and present it as a blog post.
https://github.com/oztrkoguz/summativeinforesearcheragents
agent blogpost generating-questions llm multiagent rag research summative
Last synced: 9 months ago
JSON representation
This project is an automated research and summarization tool that allows users to conduct research on a specific question and summarize the information found and present it as a blog post.
- Host: GitHub
- URL: https://github.com/oztrkoguz/summativeinforesearcheragents
- Owner: oztrkoguz
- License: apache-2.0
- Created: 2024-06-01T05:08:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-03T07:27:19.000Z (over 1 year ago)
- Last Synced: 2025-05-12T23:09:19.637Z (9 months ago)
- Topics: agent, blogpost, generating-questions, llm, multiagent, rag, research, summative
- Language: Python
- Homepage:
- Size: 30.3 KB
- Stars: 13
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## SummativeInfoResearcherAgents
SummativeInfoResearcherAgents is an agent framework designed to aid online research and content summarization. This project is designed to facilitate the process of generating, retrieving and summarizing information based on user input.
### Features
#### Question Generation Agent
Takes a user's input question and generates five similar questions to expand the scope of the research.
#### Research Agent
Searches the internet for answers to each of the six questions (original plus five generated questions) and retrieves relevant information by filtering out redundant data.
#### Summary Agent
Organizes the collected information into a short, coherent blog post in Markdown format.
### Usage
```
git clone https://github.com/oztrkoguz/SummativeInfoResearcherAgents.git
cd SummativeInfoResearcher
python main.py
```
### Requirements
```
Python >= 3.10
openai==1.30.1
serpapi==0.1.5
```
You need to get API keys from APIs like Serpapi and Deepseek. You can also use different API services