Update README.md

This commit is contained in:
tizkovatereza
2023-07-18 20:12:11 +02:00
committed by GitHub
parent 79ba5b61b7
commit 53c6cf279d

View File

@@ -629,6 +629,25 @@ Easily migrate your codebase from one framework or language to another
- [Announcement](https://twitter.com/joshpxyne/status/1675254164165910528)
</details>
## [GPT Researcher](https://github.com/assafelovic/gpt-researcher)
GPT based autonomous agent that does online comprehensive research on any given topic
<details>
### Description
- Can produce detailed, factual and unbiased research reports
- Offers customization options for focusing on relevant resources, outlines, and lessons
- Addresses issues of speed and determinism, offering a more stable performance and increased speed through parallelized agent work, as opposed to synchronous operation
- Inspired by AutoGPT and the Plan-and-Solve paper
- The main idea is to run "planner" and "execution" agents, whereas the planner generates questions to research, and the execution agents seek the most related information based on each generated research question
### Links
- [Website](https://tavily.com/)
</details>
## [GPT Runner](https://github.com/nicepkg/gpt-runner)
@@ -898,7 +917,7 @@ An open-source autonomous AI framework to enable development and deployment auto
### Description
- An AI agent framework
- Open source, but infrastructure is closed-source
- Open source, but infrastructure is -source
- Features
- Provision, Spawn & Deploy Autonomous AI Agents
- Extend Agent Capabilities with Tools