chore(aaif): rename a bunch of repository references (#8152)
Signed-off-by: Michael Neale <michael.neale@gmail.com> Co-authored-by: Michael Neale <michael.neale@gmail.com> continuing migration to aaif
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# goose
|
||||
|
||||
goose is an extensible, open source AI agent that enhances software development by automating coding tasks.
|
||||
goose is an extensible, open source AI agent that enhances software development by automating coding tasks.
|
||||
It runs locally on your machine and connects to various tools and services through the Model Context Protocol (MCP).
|
||||
goose is available as both a desktop application and a command-line interface (CLI).
|
||||
|
||||
@@ -36,7 +36,7 @@ goose is available as both a desktop application and a command-line interface (C
|
||||
### macOS/Linux/Windows (CLI)
|
||||
|
||||
```sh
|
||||
curl -fsSL https://github.com/block/goose/releases/download/stable/download_cli.sh | bash
|
||||
curl -fsSL https://github.com/aaif-goose/goose/releases/download/stable/download_cli.sh | bash
|
||||
```
|
||||
|
||||
### macOS (Homebrew)
|
||||
@@ -76,12 +76,12 @@ Project-specific hints can be added via `.goosehints` and/or `AGENT.md` files.
|
||||
|
||||
## Links
|
||||
|
||||
- Website: https://block.github.io/goose/
|
||||
- GitHub: https://github.com/block/goose
|
||||
- Website: https://goose-docs.ai/
|
||||
- GitHub: https://github.com/aaif-goose/goose
|
||||
- Discord: https://discord.gg/goose-oss
|
||||
- Extensions Registry: https://block.github.io/goose/extensions/
|
||||
- Blog: https://block.github.io/goose/blog/
|
||||
- Extensions Registry: https://goose-docs.ai/extensions/
|
||||
- Blog: https://goose-docs.ai/blog/
|
||||
|
||||
## About
|
||||
|
||||
goose is developed by Block, Inc. (parent company of Square, Cash App, and Tidal) as an open source project under the MIT license.
|
||||
goose is developed by AAIF (Agentic AI Foundation) as an open source project under the Apache 2.0 license.
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
# goose Documentation
|
||||
# https://block.github.io/goose/
|
||||
# https://goose-docs.ai/
|
||||
|
||||
User-agent: *
|
||||
Allow: /
|
||||
|
||||
# Sitemap
|
||||
Sitemap: https://block.github.io/goose/sitemap.xml
|
||||
Sitemap: https://goose-docs.ai/sitemap.xml
|
||||
|
||||
# LLM context file available at /llms.txt
|
||||
|
||||
|
||||
@@ -72,7 +72,7 @@
|
||||
"name": "Auto Visualiser",
|
||||
"description": "Automatic data visualisation via MCP-UI",
|
||||
"command": "",
|
||||
"link": "https://github.com/block/goose/tree/main/crates/goose-mcp/src/autovisualiser",
|
||||
"link": "https://github.com/aaif-goose/goose/tree/main/crates/goose-mcp/src/autovisualiser",
|
||||
"installation_notes": "This is a built-in extension that comes with goose. No installation required.",
|
||||
"is_builtin": true,
|
||||
"endorsed": true,
|
||||
@@ -168,7 +168,7 @@
|
||||
"name": "Computer Controller",
|
||||
"description": "Built-in computer controls for webscraping, file caching, and automations",
|
||||
"command": "",
|
||||
"link": "https://github.com/block/goose/tree/main/crates/goose-mcp/src/computercontroller",
|
||||
"link": "https://github.com/aaif-goose/goose/tree/main/crates/goose-mcp/src/computercontroller",
|
||||
"installation_notes": "This is a built-in extension that comes with goose. No installation required.",
|
||||
"is_builtin": true,
|
||||
"endorsed": true,
|
||||
@@ -200,8 +200,8 @@
|
||||
"id": "council-of-mine",
|
||||
"name": "Council of Mine",
|
||||
"description": "LLM council debate with 9 distinct personas for decision-making",
|
||||
"command": "uvx --from git+https://github.com/block/mcp-council-of-mine mcp_council_of_mine",
|
||||
"link": "https://github.com/block/mcp-council-of-mine",
|
||||
"command": "uvx --from git+https://github.com/aaif-goose/mcp-council-of-mine mcp_council_of_mine",
|
||||
"link": "https://github.com/aaif-goose/mcp-council-of-mine",
|
||||
"installation_notes": "Requires uv to be installed (https://github.com/astral-sh/uv). Installs via uvx from GitHub.",
|
||||
"is_builtin": false,
|
||||
"endorsed": true,
|
||||
@@ -234,7 +234,7 @@
|
||||
"name": "Code Mode",
|
||||
"description": "Execute JavaScript code to interact with MCP tools efficiently",
|
||||
"command": "",
|
||||
"link": "https://github.com/block/goose/tree/main/crates/goose/src/agents/platform_extensions/code_execution.rs",
|
||||
"link": "https://github.com/aaif-goose/goose/tree/main/crates/goose/src/agents/platform_extensions/code_execution.rs",
|
||||
"installation_notes": "This is a built-in platform extension that comes with goose. No installation required.",
|
||||
"is_builtin": true,
|
||||
"endorsed": true,
|
||||
@@ -245,7 +245,7 @@
|
||||
"name": "Developer",
|
||||
"description": "Built-in developer tools for file editing and shell command execution",
|
||||
"command": "",
|
||||
"link": "https://github.com/block/goose/tree/main/crates/goose-mcp/src/developer",
|
||||
"link": "https://github.com/aaif-goose/goose/tree/main/crates/goose-mcp/src/developer",
|
||||
"installation_notes": "This is a built-in extension that comes with goose and is enabled by default. No installation required.",
|
||||
"is_builtin": true,
|
||||
"endorsed": true,
|
||||
@@ -470,7 +470,7 @@
|
||||
"name": "Memory",
|
||||
"description": "Built-in memory system for persistent context and information storage",
|
||||
"command": "",
|
||||
"link": "https://github.com/block/goose/tree/main/crates/goose-mcp/src/memory",
|
||||
"link": "https://github.com/aaif-goose/goose/tree/main/crates/goose-mcp/src/memory",
|
||||
"installation_notes": "This is a built-in extension that comes with goose. No installation required.",
|
||||
"is_builtin": true,
|
||||
"endorsed": true,
|
||||
@@ -694,7 +694,7 @@
|
||||
"name": "Summon",
|
||||
"description": "Load skills and delegate tasks to subagents",
|
||||
"command": "",
|
||||
"link": "https://github.com/block/goose/tree/main/crates/goose/src/agents/platform_extensions/summon.rs",
|
||||
"link": "https://github.com/aaif-goose/goose/tree/main/crates/goose/src/agents/platform_extensions/summon.rs",
|
||||
"installation_notes": "This is a built-in platform extension that comes with goose. No installation required.",
|
||||
"is_builtin": true,
|
||||
"endorsed": true,
|
||||
@@ -757,7 +757,7 @@
|
||||
"name": "Top of Mind",
|
||||
"description": "Inject persistent instructions into goose's working memory every turn",
|
||||
"command": "",
|
||||
"link": "https://github.com/block/goose/tree/main/crates/goose/src/agents/platform_extensions/tom.rs",
|
||||
"link": "https://github.com/aaif-goose/goose/tree/main/crates/goose/src/agents/platform_extensions/tom.rs",
|
||||
"installation_notes": "This is a built-in platform extension that comes with goose and is enabled by default. Configure via GOOSE_MOIM_MESSAGE_TEXT or GOOSE_MOIM_MESSAGE_FILE environment variables.",
|
||||
"is_builtin": true,
|
||||
"endorsed": true,
|
||||
@@ -779,7 +779,7 @@
|
||||
"name": "Tutorial",
|
||||
"description": "Built-in tutorial and learning management system",
|
||||
"command": "",
|
||||
"link": "https://github.com/block/goose/tree/main/crates/goose-mcp/src/tutorial",
|
||||
"link": "https://github.com/aaif-goose/goose/tree/main/crates/goose-mcp/src/tutorial",
|
||||
"installation_notes": "This is a built-in extension that comes with goose. No installation required.",
|
||||
"is_builtin": true,
|
||||
"endorsed": false,
|
||||
|
||||
Reference in New Issue
Block a user