Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2026-02-11 09:35:24 -05:00
committed by GitHub
parent 544bc1bc4f
commit f636a97faa
81 changed files with 109 additions and 110 deletions
+2 -2
View File
@@ -242,7 +242,7 @@ This process will help you keep your branch aligned with the ongoing changes in
Before you submit a pull request, please ensure your fork is synchronized as described above. This check ensures your changes are compatible with the latest in the main repository and streamlines the review process.
If you encounter any issues during this process or have any questions, please reach out by opening an issue [here][issues], and we'll be happy to help.
If you encounter any issues during this process or have any questions, please reach out by [opening an issue][issues], and we'll be happy to help.
## Env Vars
@@ -277,7 +277,7 @@ This creates isolated `config/`, `data/`, and `state/` directories under the spe
## Enable traces in goose with [locally hosted Langfuse](https://langfuse.com/docs/deployment/self-host)
- Start a local Langfuse using the docs [here](https://langfuse.com/self-hosting/docker-compose). Create an organization and project and create API credentials.
- [Start a local Langfuse using the docs](https://langfuse.com/self-hosting/docker-compose). Create an organization and project and create API credentials.
- Set the environment variables so that goose can connect to the langfuse server:
```