-
Notifications
You must be signed in to change notification settings - Fork 604
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updates to readme and contributing guides (#1339)
- Loading branch information
1 parent
2a46a32
commit b5a2eae
Showing
2 changed files
with
42 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,8 @@ | ||
<h1 align="center"> | ||
codename goose | ||
</h1> | ||
<div align="center"> | ||
|
||
<p align="center"> | ||
<strong>an open-source, extensible AI agent that goes beyond code suggestions<br>install, execute, edit, and test with any LLM</strong> | ||
</p> | ||
# codename goose | ||
|
||
_a local, extensible, open source AI agent that automates engineering tasks_ | ||
|
||
<p align="center"> | ||
<a href="https://opensource.org/licenses/Apache-2.0"> | ||
|
@@ -17,14 +15,26 @@ codename goose | |
<img src="https://img.shields.io/github/actions/workflow/status/block/goose/ci.yml?branch=main" alt="CI"> | ||
</a> | ||
</p> | ||
</div> | ||
|
||
goose is your on-machine AI engineer, capable of automating complex development tasks from start to finish. More than just code suggestions, goose can build entire projects from scratch, write and execute code, debug failures, orchestrate workflows, and interact with external APIs - _autonomously_. | ||
|
||
Whether you're prototyping an idea, refining existing code, or managing intricate engineering pipelines, goose adapts to your workflow and executes tasks with precision. | ||
|
||
Designed for maximum flexibility, goose works with any LLM and seamlessly integrates with MCP-enabled APIs, making it the ultimate AI-powered assistant for developers who want to move faster and focus on innovation. | ||
|
||
|
||
# Quick Links | ||
Check out our [documentation](https://block.github.io/goose), or to try it out head to the [installation](https://block.github.io/goose/docs/getting-started/installation) instructions! | ||
- [Quickstart](https://block.github.io/goose/docs/quickstart) | ||
- [Installation](https://block.github.io/goose/docs/getting-started/installation) | ||
- [Tutorials](https://block.github.io/goose/docs/category/tutorials) | ||
- [Documentation](https://block.github.io/goose/docs/category/getting-started) | ||
|
||
|
||
# Goose Around with Us | ||
- Join our community on [Discord](https://discord.gg/block-opensource) | ||
- Catch our weekly livestreams on [YouTube](https://www.youtube.com/@blockopensource) | ||
- Follow us on [LinkedIn](https://www.linkedin.com/company/block-opensource) | ||
- Tweet at us on [Twitter/X](https://x.com/blockopensource) | ||
- Chat with us on [Bluesky](https://bsky.app/profile/opensource.block.xyz) | ||
- Keep up on [Nostr](https://njump.me/[email protected]) | ||
- [Discord](https://discord.gg/block-opensource) | ||
- [YouTube](https://www.youtube.com/@blockopensource) | ||
- [LinkedIn](https://www.linkedin.com/company/block-opensource) | ||
- [Twitter/X](https://x.com/blockopensource) | ||
- [Bluesky](https://bsky.app/profile/opensource.block.xyz) | ||
- [Nostr](https://njump.me/[email protected]) |