diff --git a/pages/docs/integrations/goose.mdx b/pages/docs/integrations/goose.mdx index 279d4e57a..dc199b85e 100644 --- a/pages/docs/integrations/goose.mdx +++ b/pages/docs/integrations/goose.mdx @@ -5,7 +5,35 @@ category: Integrations # Integrating Goose with Langfuse -[Goose](https://github.com/block/goose) is an open-source, on-machine AI agent that automates engineering tasks seamlessly. By integrating Goose with [Langfuse](https://langfuse.com), you can monitor your Goose requests and actions using your self-hosted Langfuse instance. +[Goose](https://github.com/block/goose) is an open-source, on-machine AI agent that automates engineering tasks seamlessly. By integrating Goose with [Langfuse](https://langfuse.com), you can monitor your Goose requests and understand how the agent is performing. + +## About Goose + + + +Goose is a powerful, open-source AI agent that runs locally on your machine to automate common engineering workflows. It's designed to help developers spend more time building and less time on repetitive tasks. + +Core capabilities: + +- Fully open source and extensible, enabling you to customize Goose for your specific needs +- Local-first architecture that keeps you in control of execution and data +- Flexible integration options with your preferred LLM providers and Model Context Protocol (MCP) servers +- Built-in intelligence to handle complex engineering tasks with minimal supervision + +Here are some real-world examples of how developers use Goose: + +- Generate comprehensive test data that accurately reflects complex API business logic +- Build automation scripts for Google Workspace to streamline team coordination +- Execute large-scale codebase migrations, such as React component updates +- Create and manage custom CLI tools to optimize development workflows + +GitHub: [https://github.com/block/goose](https://github.com/block/goose) + +## Get Started This guide will walk you through the steps to integrate Goose with Langfuse. @@ -30,15 +58,16 @@ export LANGFUSE_HOST=https://cloud.langfuse.com # EU data region 🇪🇺 ### Run Goose with Langfuse Integration -Now, you can run Goose and monitor your AI requests and actions through Langfuse. +Now, you can run Goose and monitor your AI requests and actions through Langfuse. -With Goose running and the environment variables set, Langfuse will start capturing traces of your Goose activities. +With Goose running and the environment variables set, Langfuse will start capturing traces of your Goose activities. - -![Goose trace in Langfuse](/images/docs/goose-integration/goose-example-trace.png) - +_[Example trace (public) in Langfuse](https://cloud.langfuse.com/project/cloramnkj0002jz088vzn1ja4/traces/cea4ed38-0c44-4b0a-8c20-4b0b6b9e8d73?timestamp=2025-01-31T15%3A52%3A30.362Z&observation=7c8e5807-3c29-4c28-9c6f-7d7427be401f)_ -_[Example trace link in Langfuse](https://cloud.langfuse.com/project/cloramnkj0002jz088vzn1ja4/traces/cea4ed38-0c44-4b0a-8c20-4b0b6b9e8d73?timestamp=2025-01-31T15%3A52%3A30.362Z&observation=7c8e5807-3c29-4c28-9c6f-7d7427be401f)_ + + ![Goose trace in + Langfuse](/images/docs/goose-integration/goose-example-trace.png) +