mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-17 22:14:28 +01:00
* README.md
- Mark evo.ninja as hackathon winner and new Current Best Agent.
- Remove hackathon banner.
- Rewrite sections about Forge, Benchmark, UI, Agent Protocol.
- Add sections about Leaderboard and CLI.
- Add quick links for improved user navigation, including links to documentation, contributing guidelines, and quickstart guide.
- Remove Quickstart.
* docs.agpt.co
- Removed links to outdated pages from navbar.
- Added quick links to several pages.
- Refactored and updated titles in docs site navbar for better readability and consistency.
- Rewrite intros on homepage to be more clear and professional and less cringe-worthy.
- Fix broken links.
- Rewrote setup and usage guides for AutoGPT Agent.
- Removed mentions of Azure support, except in the Docker guide.
- Added page with general information about AutoGPT.
* CONTRIBUTING.md
- Make CONTRIBUTING.md more friendly and accessible: added link to public kanban board, encouraged collaboration, removed section about net-negative PRs.
* autogpt/README.md
- Update description of AutoGPT to mention "modern Large Language Models" instead of GPT-4.
- Add quick links for improved user navigation, including links to documentation and contributing guidelines.
- Add features and setup guide: Agent Protocol, UI features, setup instructions, configuration options, Quickstart, CLI instructions, Agent Protocol server instructions, additional resources (wiki, project board, roadmap), and a note on sustainable development.
- Update links: documentation, setup instructions.
- Remove outdated Twitter accounts section.
30 lines
1.3 KiB
Markdown
30 lines
1.3 KiB
Markdown
# AutoGPT Agent
|
|
|
|
[🔧 **Setup**](./setup)
|
|
 | 
|
|
[💻 **User guide**](./usage.md)
|
|
 | 
|
|
[🐙 **GitHub**](https://github.com/Significant-Gravitas/AutoGPT/tree/master/autogpts/autogpt)
|
|
|
|
**Location:** `autogpts/autogpt/` in the GitHub repo
|
|
|
|
AutoGPT was conceived when OpenAI published their GPT-4 model accompanied by a paper
|
|
outlining the advanced reasoning and task-solving abilities of the model. The concept
|
|
was (and still is) fairly simple: let an LLM decide what to do over and over, while
|
|
feeding the results of its actions back into the prompt. This allows the program to
|
|
iteratively and incrementally work towards its objective.
|
|
|
|
The fact that this program is able to execute actions on behalf of its user makes
|
|
it an **agent**. In the case of AutoGPT, the user still has to authorize every action,
|
|
but as the project progresses we'll be able to give the agent more autonomy and only
|
|
require consent for select actions.
|
|
|
|
AutoGPT is a **generalist agent**, meaning it is not designed with a specific task in
|
|
mind. Instead, it is designed to be able to execute a wide range of tasks across many
|
|
disciplines, as long as it can be done on a computer.
|
|
|
|
## Coming soon
|
|
* How does AutoGPT work?
|
|
* What can I use AutoGPT for?
|
|
* What does the future of AutoGPT look like?
|