Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

LangGraph Graph Definition tracking #842

Merged
merged 2 commits into from
Dec 12, 2024
Merged

Conversation

Lothiraldan
Copy link
Member

@Lothiraldan Lothiraldan commented Dec 9, 2024

Details

Add support for tracking LangGraph Graph definition in Opik

@Lothiraldan Lothiraldan force-pushed the langchain-graph-logging branch 2 times, most recently from ffb85d2 to e24bf19 Compare December 11, 2024 10:32
@Lothiraldan Lothiraldan force-pushed the langchain-graph-logging branch from e24bf19 to dac43ac Compare December 11, 2024 10:34
@Lothiraldan Lothiraldan changed the title Add first draft of Langchain graph logging LangGraph Graph Definition tracking Dec 11, 2024
@Lothiraldan Lothiraldan marked this pull request as ready for review December 11, 2024 12:54
@Lothiraldan Lothiraldan requested review from a team as code owners December 11, 2024 12:54
@Lothiraldan Lothiraldan merged commit dc0dd33 into main Dec 12, 2024
23 checks passed
@Lothiraldan Lothiraldan deleted the langchain-graph-logging branch December 12, 2024 12:03
project_name: Optional[str] = None,
**kwargs: Any,
) -> None:
super().__init__(**kwargs)
self._trace_default_metadata = metadata if metadata is not None else {}

if graph:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing test for the new logic please.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants