Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 14 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,25 @@ Goose is your on-machine developer agent, automating engineering tasks seamlessl
</p>

<p align="center">
<a href="https://block-open-source.github.io/goose/"><img src="https://img.shields.io/badge/Documentation-goose_docs-blue"></a>
<a href=[goose-ai-pypi]><img src="https://img.shields.io/pypi/v/goose-ai"></a>
<a href="https://opensource.org/licenses/Apache-2.0"><img src="https://img.shields.io/badge/License-Apache_2.0-blue.svg">
</a>
<a href=https://discord.gg/7GaTvbDwga><img src="https://dcbadge.limes.pink/api/server/https://discord.gg/7GaTvbDwga?style=flatlabel=test"></a>
<a href="https://block-open-source.github.io/goose/">
<img src="https://img.shields.io/badge/Documentation-goose_docs-teal">
</a>
<a href=[goose-ai-pypi]>
<img src="https://img.shields.io/pypi/v/goose-ai?color=green">
</a>
<a href="https://opensource.org/licenses/Apache-2.0">
<img src="https://img.shields.io/badge/License-Apache_2.0-blue.svg">
</a>
<a href="https://discord.gg/7GaTvbDwga">
<img src="https://img.shields.io/discord/1287729918100246654?logo=discord&logoColor=white&label=Join+Us&color=blueviolet" alt="Discord">
</a>
</p>



<p align="center">
<a href="#unique-features-of-goose-compared-to-other-ai-assistants">Unique features</a> 🤖 •
<a href="#what-block-employees-have-to-say-about-goose"> Block Employees on Goose</a> <img src=docs/assets/logo.png height="15", width="15" alt="Block Emoji"/> •
<a href="#quick-start-guide">Quick start guide</a> 🚀 •
<a href="#getting-involved!">Getting involved!</a> 👋
<a href="#getting-involved">Getting involved!</a> 👋

> [!TIP]
> **Quick install:**
Expand All @@ -39,7 +44,7 @@ Goose is your on-machine developer agent, automating engineering tasks seamlessl



## Unique Features of Goose Compared to Other AI Assistants
## Unique features of Goose compared to other AI assistants

- **Autonomy**: A copilot should be able to also fly the plane at times, which in the development world means running code, debugging tests, installing dependencies, not just providing text output and autocomplete or search. Goose moves beyond just generating code snippets by (1) **using the shell** and (2) by seeing what happens with the code it writes and starting a feedback loop to solve harder problems, **refining solutions iteratively like a human developer**. Your code's best wingman.

Expand Down