-
Notifications
You must be signed in to change notification settings - Fork 5.6k
feat: add galileo to integrations page #4130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
@Anaisdg thanks! can you add translations ? |
docs/en/observability/galileo.mdx
Outdated
| monitor their performance and | ||
| Galileo's powerful observability platform. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
monitor their performance and ?
docs/en/observability/galileo.mdx
Outdated
| [Add Galileo to a CrewAI Application](https://v2docs.galileo.ai/how-to-guides/third-party-integrations/add-galileo-to-crewai/add-galileo-to-crewai) | ||
| how-to guide. | ||
|
|
||
| > **Note** This tutorail assumes you have completed the [CrewAI quickstart](/en/quickstart). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| > **Note** This tutorail assumes you have completed the [CrewAI quickstart](/en/quickstart). | |
| > **Note** This tutorial assumes you have completed the [CrewAI quickstart](/en/quickstart). |
docs/en/observability/galileo.mdx
Outdated
| preferred tool: | ||
|
|
||
| ```bash | ||
| uv pip install galileo python-dotenv |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wouldn't it be better to uv add galileo?
docs/en/observability/galileo.mdx
Outdated
| dotenv and load the .env file. | ||
|
|
||
| ```python | ||
| from dotenv import load_dotenv |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this needed? The sample has env vars in the .env already, so how are they loaded?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh good point. Yah they're loaded with the CLI
crewAI/lib/crewai/src/crewai/cli/utils.py
Line 192 in be70a04
| def load_env_vars(folder_path: Path) -> dict[str, Any]: |
Thank you.
docs/en/observability/galileo.mdx
Outdated
|
|
||
| ### Step 4: Add the Galileo event listener | ||
|
|
||
| To enable logging with Galileo, you need to create an instance of the CrewAIEventListener. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| To enable logging with Galileo, you need to create an instance of the CrewAIEventListener. | |
| To enable logging with Galileo, you need to create an instance of the `CrewAIEventListener`. |
docs/en/observability/galileo.mdx
Outdated
|
|
||
| Once your crew has finished, the traces will be flushed and appear in Galileo. | ||
|
|
||
|  |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Spelling mistake in the file name - rename the file and here to galileo-trace-view (not veiw)
docs/en/observability/galileo.mdx
Outdated
| that captures Crew execution events (e.g., agent actions, tool calls, model responses) | ||
| and forwards them to Galileo for observability and evaluation. | ||
|
|
||
| ### Register the event listener |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Duplicate from above?
This PR adds a Galileo Integration page to the docs.
Thank you
Note
Adds Galileo observability integration docs (
en/observability/galileo) and links it in the docs navigation.en/observability/galileodetailing setup, environment variables, and usingCrewAIEventListenerfor tracing/evaluation.en/observability/galileoindocs/docs.jsonunder the Observability section.Written by Cursor Bugbot for commit eca9219. This will update automatically on new commits. Configure here.