Skip to content

Conversation

ronensc
Copy link
Collaborator

@ronensc ronensc commented Sep 1, 2025

Langflow has Traceloop support merged (langflow-ai/langflow#9317, langflow-ai/langflow#9514), which will be included in the next release.

  • I have added tests that cover my changes.
  • If adding a new instrumentation or changing an existing one, I've added screenshots from some observability platform showing the change.
  • PR name follows conventional commits format: feat(instrumentation): ... or fix(instrumentation): ....
  • (If applicable) I have updated the documentation accordingly.

Important

Add Langflow to the list of supported frameworks in README.md.

  • Documentation:
    • Add Langflow to the list of supported frameworks in README.md, indicating its integration with OpenLLMetry.

This description was created by Ellipsis for a4e7a15. You can customize this summary. It will automatically update as commits are pushed.

Summary by CodeRabbit

  • Documentation
    • Added Langflow to the Frameworks section in the project documentation.
    • Expanded the list of referenced frameworks for users browsing available options.
    • No code or behavior changes included in this update.

Copy link

coderabbitai bot commented Sep 1, 2025

Walkthrough

README.md updated to add Langflow under the Frameworks section. No code or behavioral changes.

Changes

Cohort / File(s) Summary
Documentation
README.md
Added Langflow entry under the Frameworks list.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Suggested reviewers

  • nirga
  • doronkopit5

Poem

A nibble of docs, a hop to the list,
I twitch my nose—Langflow can’t be missed.
No code to compile, no tests to run,
Just carrots of text, and I’m done! 🥕
Little paws clap—frameworks grow,
Onward we bound, to README we go!

✨ Finishing Touches
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch readme-langflow

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

CodeRabbit Commands (Invoked using PR/Issue comments)

Type @coderabbitai help to get the list of available commands.

Other keywords and placeholders

  • Add @coderabbitai ignore or @coderabbit ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Status, Documentation and Community

  • Visit our Status Page to check the current availability of CodeRabbit.
  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link
Contributor

@ellipsis-dev ellipsis-dev bot left a comment

Choose a reason for hiding this comment

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

Important

Looks good to me! 👍

Reviewed everything up to a4e7a15 in 27 seconds. Click for details.
  • Reviewed 12 lines of code in 1 files
  • Skipped 0 files when reviewing.
  • Skipped posting 1 draft comments. View those below.
  • Modify your settings and rules to customize what types of comments Ellipsis leaves. And don't forget to react with 👍 or 👎 to teach Ellipsis.
1. README.md:153
  • Draft comment:
    The new Langflow entry is correctly formatted and consistent with the other items. Nice update!
  • Reason this comment was not posted:
    Confidence changes required: 0% <= threshold 50% None

Workflow ID: wflow_Yff9HOFnN3U1ISo9

You can customize Ellipsis by changing your verbosity settings, reacting with 👍 or 👎, replying to comments, or adding code review rules.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Should we wait for the next Langflow release before merging this PR?

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

🧹 Nitpick comments (2)
README.md (2)

147-155: Optional: keep “Frameworks” list ordered for discoverability

Consider moving Langflow next to the other “Lang*” entries.

- - ✅ [OpenAI Agents](https://openai.github.io/openai-agents-python/)
- - ✅ [Langflow](https://docs.langflow.org/)
+ - ✅ [OpenAI Agents](https://openai.github.io/openai-agents-python/)

And insert after LangGraph:

+ - ✅ [Langflow](https://docs.langflow.org/)

154-155: Update Langflow entry with Traceloop/OpenTelemetry integration details
Replace in README.md (lines 154–155):

- ✅ [Langflow](https://docs.langflow.org/)
+ ✅ [Langflow](https://docs.langflow.org/) — Traceloop/OpenTelemetry integration merged; available in Langflow ≥ v1.6.0 (upcoming). Docs: https://docs.langflow.org/integrations-instana-traceloop. See PRs #9317 and #9514.
📜 Review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

💡 Knowledge Base configuration:

  • MCP integration is disabled by default for public repositories
  • Jira integration is disabled by default for public repositories
  • Linear integration is disabled by default for public repositories

You can enable these sources in your CodeRabbit configuration.

📥 Commits

Reviewing files that changed from the base of the PR and between fd0c09f and a4e7a15.

📒 Files selected for processing (1)
  • README.md (1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (5)
  • GitHub Check: Test Packages (3.10)
  • GitHub Check: Test Packages (3.12)
  • GitHub Check: Build Packages (3.11)
  • GitHub Check: Test Packages (3.11)
  • GitHub Check: Lint
🔇 Additional comments (1)
README.md (1)

154-155: LGTM on adding Langflow

Link works and matches the section’s style.

Copy link
Member

@nirga nirga left a comment

Choose a reason for hiding this comment

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

Nice!

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

Successfully merging this pull request may close these issues.

2 participants