mcp
Find a file
2025-06-09 10:57:19 -07:00
.github fix: intel builds (#2832) 2025-06-09 10:54:25 -07:00
.husky fix: menu bar and dock icon settings (#2490) 2025-05-29 12:29:21 -07:00
.intersect [FEAT] Introduce PR level security scans (#968) 2025-01-31 17:08:12 +11:00
bin chore: use hermit to install node, rust and protoc (#2766) 2025-06-04 09:45:43 +10:00
bindings [goose-llm] system prompt override (#2791) 2025-06-05 12:51:51 -04:00
crates Mnovich/temporal scheduler (#2745) 2025-06-09 10:57:19 -07:00
documentation Nostrbook MCP is now on npm (#2816) 2025-06-08 19:24:01 -05:00
examples chore: refactor read-write lock on agent (#2225) 2025-04-23 22:46:22 -04:00
scripts [feat] goosebenchv2 additions for eval post-processing (#2619) 2025-05-21 15:00:13 -04:00
temporal-service Mnovich/temporal scheduler (#2745) 2025-06-09 10:57:19 -07:00
ui Mnovich/temporal scheduler (#2745) 2025-06-09 10:57:19 -07:00
ui-v2 ui-v2 cleanup (#2701) 2025-05-28 14:33:02 -07:00
.gitignore testing windows build (#2770) 2025-06-04 15:12:44 -07:00
.goosehints fix: allowlist path exception (#2022) 2025-04-04 16:03:06 -04:00
ACCEPTABLE_USAGE.md fix: restore AUP from v0 (#841) 2025-01-28 10:14:36 -08:00
ARCHITECTURE.md Fixed small typo in ARCHITECTURE.md (#1924) 2025-03-31 10:17:24 -07:00
Cargo.lock Mnovich/temporal scheduler (#2745) 2025-06-09 10:57:19 -07:00
Cargo.toml chore(release): release version 1.0.25 (#2811) 2025-06-09 09:08:59 -07:00
CONTRIBUTING.md add how to fork goose (#1942) 2025-03-31 13:40:52 -04:00
Cross.toml testing windows build (#2770) 2025-06-04 15:12:44 -07:00
download_cli.sh fix: Added check for bzip2 in download_cli.sh (#1998) 2025-04-07 12:09:51 -04:00
Justfile Mnovich/temporal scheduler (#2745) 2025-06-09 10:57:19 -07:00
LICENSE chore: Update LICENSE (#53) 2024-09-09 14:56:30 -04:00
README.md feat: lead/worker model (#2719) 2025-06-05 13:55:32 +10:00
recipe.yaml docs: Redo VS Code extension tutorial (#2680) 2025-05-27 14:50:23 -04:00
run_cross_local.md chore: use hermit to install node, rust and protoc (#2766) 2025-06-04 09:45:43 +10:00
rust-toolchain.toml feat: V1.0 (#734) 2025-01-24 13:04:43 -08:00
SECURITY.md [chore] official security notice (#762) 2025-01-24 16:25:00 -08:00
TEMPORAL_GRPC_DETECTION_FIX.md Mnovich/temporal scheduler (#2745) 2025-06-09 10:57:19 -07:00
TEMPORAL_PORT_CONFLICT_FIX.md Mnovich/temporal scheduler (#2745) 2025-06-09 10:57:19 -07:00
test-temporal-integration.sh Mnovich/temporal scheduler (#2745) 2025-06-09 10:57:19 -07:00
test_lead_worker.sh feat: lead/worker model (#2719) 2025-06-05 13:55:32 +10:00
test_port_conflict_fix.sh Mnovich/temporal scheduler (#2745) 2025-06-09 10:57:19 -07:00
test_web.sh feat: goose web for local terminal alternative (#2718) 2025-06-05 13:32:57 +10:00

codename goose

a local, extensible, open source AI agent that automates engineering tasks

Discord CI

goose is your on-machine AI agent, 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, seamlessly integrates with MCP servers, and is available as both a desktop app as well as CLI - making it the ultimate AI assistant for developers who want to move faster and focus on innovation.

Multiple Model Configuration

goose supports using different models for different purposes to optimize performance and cost, which can work across model providers as well as models.

Lead/Worker Model Pattern

Use a powerful model for initial planning and complex reasoning, then switch to a faster/cheaper model for execution, this happens automatically by goose:

# Required: Enable lead model mode
export GOOSE_LEAD_MODEL=modelY
# Optional: configure a provider for the lead model if not the default provider
export GOOSE_LEAD_PROVIDER=providerX  # Defaults to main provider

Planning Model Configuration

Use a specialized model for the /plan command in CLI mode, this is explicitly invoked when you want to plan (vs execute)

# Optional: Use different model for planning
export GOOSE_PLANNER_PROVIDER=openai
export GOOSE_PLANNER_MODEL=gpt-4

Both patterns help you balance model capabilities with cost and speed for optimal results, and switch between models and vendors as required.

Quick Links

Goose Around with Us