Skip to content

Middleware readme update#169

Merged
vizsatiz merged 30 commits intodevelopfrom
middleware
Nov 25, 2025
Merged

Middleware readme update#169
vizsatiz merged 30 commits intodevelopfrom
middleware

Conversation

@vizsatiz
Copy link
Member

@vizsatiz vizsatiz commented Nov 25, 2025

Summary by CodeRabbit

  • Documentation

    • Added a comprehensive CONTRIBUTING guide, expanded README and ROADMAP, and updated docs and roadmap content.
    • Introduced new license files and clarified dual licensing (AGPLv3 + MIT).
  • Chores

    • Rebranded to Wavefront AI with Flo AI as a core library.
    • Removed the Studio visual editor, its UI/tooling, YAML import/export and validation utilities, and associated packaging/config files.

✏️ Tip: You can customize this high-level summary in your review settings.

@coderabbitai
Copy link

coderabbitai bot commented Nov 25, 2025

Walkthrough

The pull request removes the Flo AI Studio application and related tooling, updates licensing to a dual model (AGPL for Wavefront, MIT for Flo AI), rebrands documentation toward Wavefront enterprise middleware, adds a comprehensive CONTRIBUTING guide and expanded ROADMAP, and deletes the Redshift tool and packaging metadata.

Changes

Cohort / File(s) Change Summary
Documentation & Branding Overhaul
README.md, ROADMAP.md, CONTRIBUTING.md, documentation/index.mdx, flo_ai/README.md, wavefront/README.md
Rewrote and rebranded docs: README and ROADMAP replaced with Wavefront-focused narratives and roadmap; CONTRIBUTING expanded into a full contributor guide; documentation index updated with Wavefront notice; flo_ai README logo removed; new wavefront README placeholder added.
License Updates
LICENSE, LICENSE-Wavefront, LICENSE-FloAI.txt
Replaced license header and added distinct license files: AGPLv3 (with Section 7 extension) for Wavefront and MIT for Flo AI; introduced LICENSE-FloAI and LICENSE-Wavefront files.
Studio — App & Entrypoint Removal
studio/index.html, studio/package.json, studio/src/App.tsx, studio/src/main.tsx, studio/src/App.css, studio/src/index.css, studio/README.md
Removed the entire Studio app entry, main component, global styles, HTML scaffold, package manifest, and README—eliminates the studio application bootstrap and styling.
Studio — Build & Tooling Configs Deleted
studio/vite.config.ts, studio/tsconfig.json, studio/tsconfig.node.json, studio/postcss.config.js, studio/tailwind.config.js
Deleted build and tooling config files (Vite, TypeScript, PostCSS, Tailwind), removing the studio build configuration.
Studio — Components & UI Library Removed
studio/src/components/..., studio/src/components/ui/...
Deleted the entire React component library for the visual editor: dialogs, drawers, editors (Agent/Router/Edge), flow node components (AgentNode, RouterNode, ToolNode), custom edges, ValidationPanel, Sidebar, and base UI primitives (Button, Dialog, Input, Label, Select, Textarea).
Studio — State, Types & Utilities Removed
studio/src/store/designerStore.ts, studio/src/types/..., studio/src/utils/workflowValidation.ts, studio/src/utils/yamlExport.ts, studio/src/utils/yamlImport.ts, studio/src/lib/utils.ts
Removed the Zustand designer store and all state/actions, all TypeScript type definitions for agents/reactflow, and utilities for validation, YAML import/export and class-name helper cn.
Studio — Canvas & Flow Logic Removed
studio/src/components/flow/FlowCanvas.tsx, studio/src/components/flow/*
Deleted the FlowCanvas wiring and all custom edge/node rendering and interaction logic.
Flo AI Tools Cleanup
flo_ai_tools/flo_ai_tools/__init__.py, flo_ai_tools/flo_ai_tools/redshift_tool.py, flo_ai_tools/pyproject.toml, flo_ai_tools/README.md
Removed Redshift connector module and its re-exports; deleted pyproject.toml (packaging metadata) and a minimal tools README.
Miscellaneous Additions
wavefront/README.md
Added a placeholder Wavefront README file.

Sequence Diagram(s)

(omitted — changes are deletions and documentation/branding edits; no new control-flow or feature interactions to diagram)

Estimated code review effort

🎯 4 (Complex) | ⏱️ ~45 minutes

Areas requiring extra attention:

  • Verify no remaining imports or references to deleted studio modules, types, or store across the repo.
  • Confirm external/public API and packaging consumers aren’t broken by removal of RedshiftConnector/RedshiftConfig and pyproject.toml metadata.
  • Audit license placement to ensure AGPL/MIT intent aligns with files under each directory and no files are mislicensed.
  • Ensure CI, build scripts, and documentation links are updated to remove studio-related steps and dependencies.
  • Review ROADMAP/CONTRIBUTING for correct contact/branding and sensitive information.

"A rabbit hops through code and leaves,
nibbling docs, rearranging sheaves;
Studio paths tucked in my burrow deep—
Wavefront blooms where old waves sleep. 🐇🌊"

Pre-merge checks and finishing touches

❌ Failed checks (1 inconclusive)
Check name Status Explanation Resolution
Title check ❓ Inconclusive The title 'Middleware readme update' is vague and does not clearly convey the scope of changes, which include major structural reorganization, licensing changes, removal of the studio directory, and rebranding from Flo AI to Wavefront. Consider a more specific title that captures the primary changes, such as 'Rebrand to Wavefront and restructure project' or 'Remove studio and update documentation for Wavefront release'.
✅ Passed checks (2 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch middleware

Comment @coderabbitai help to get the list of available commands and usage tips.

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: 6

🧹 Nitpick comments (2)
LICENSE-Wavefront (1)

663-671: Clarify the scope of the Section 7 hosted-service restriction.

The additional AGPL Section 7 terms restrict "use, host, or offer the Software, or any derivative work, as a hosted or cloud-based service to third parties" without a commercial license. This is clear, but consider documenting what falls outside this restriction (e.g., internal use, self-hosted deployments) in a LICENSE or licensing FAQ to reduce contributor and user confusion.

README.md (1)

47-47: Consider restructuring the split infinitive for clarity.

Line 47 contains a split infinitive: "designed to seamlessly integrate". While split infinitives are increasingly acceptable, moving "seamlessly" to improve sentence flow would be more formal. Consider: "designed to integrate seamlessly" or "seamlessly designed to integrate".

This is a stylistic preference; the current phrasing is acceptable and clear.

📜 Review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between ef928c2 and bed22ca.

⛔ Files ignored due to path filters (7)
  • flo_ai_tools/uv.lock is excluded by !**/*.lock
  • images/flo-studio-preview.png is excluded by !**/*.png
  • images/rflo-icon.svg is excluded by !**/*.svg
  • images/wavefront-arc.png is excluded by !**/*.png
  • images/wavefront-home.png is excluded by !**/*.png
  • images/wavefront-icon.png is excluded by !**/*.png
  • studio/pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
📒 Files selected for processing (52)
  • CONTRIBUTING.md (1 hunks)
  • LICENSE (1 hunks)
  • LICENSE-FloAI.txt (1 hunks)
  • LICENSE-Wavefront (1 hunks)
  • README.md (2 hunks)
  • ROADMAP.md (1 hunks)
  • documentation/index.mdx (1 hunks)
  • flo_ai/README.md (1 hunks)
  • flo_ai_tools/README.md (0 hunks)
  • flo_ai_tools/flo_ai_tools/__init__.py (0 hunks)
  • flo_ai_tools/flo_ai_tools/redshift_tool.py (0 hunks)
  • flo_ai_tools/pyproject.toml (0 hunks)
  • studio/README.md (0 hunks)
  • studio/index.html (0 hunks)
  • studio/package.json (0 hunks)
  • studio/postcss.config.js (0 hunks)
  • studio/src/App.css (0 hunks)
  • studio/src/App.tsx (0 hunks)
  • studio/src/components/dialogs/ImportDialog.tsx (0 hunks)
  • studio/src/components/drawer/YamlPreviewDrawer.tsx (0 hunks)
  • studio/src/components/editors/AgentEditor.tsx (0 hunks)
  • studio/src/components/editors/EdgeEditor.tsx (0 hunks)
  • studio/src/components/editors/RouterEditor.tsx (0 hunks)
  • studio/src/components/flow/AgentNode.tsx (0 hunks)
  • studio/src/components/flow/CurvedEdge.tsx (0 hunks)
  • studio/src/components/flow/CustomEdge.tsx (0 hunks)
  • studio/src/components/flow/FlowCanvas.tsx (0 hunks)
  • studio/src/components/flow/RouterNode.tsx (0 hunks)
  • studio/src/components/flow/SmoothEdge.tsx (0 hunks)
  • studio/src/components/flow/ToolNode.tsx (0 hunks)
  • studio/src/components/panels/ValidationPanel.tsx (0 hunks)
  • studio/src/components/sidebar/Sidebar.tsx (0 hunks)
  • studio/src/components/ui/button.tsx (0 hunks)
  • studio/src/components/ui/dialog.tsx (0 hunks)
  • studio/src/components/ui/input.tsx (0 hunks)
  • studio/src/components/ui/label.tsx (0 hunks)
  • studio/src/components/ui/select.tsx (0 hunks)
  • studio/src/components/ui/textarea.tsx (0 hunks)
  • studio/src/index.css (0 hunks)
  • studio/src/lib/utils.ts (0 hunks)
  • studio/src/main.tsx (0 hunks)
  • studio/src/store/designerStore.ts (0 hunks)
  • studio/src/types/agent.ts (0 hunks)
  • studio/src/types/reactflow.ts (0 hunks)
  • studio/src/utils/workflowValidation.ts (0 hunks)
  • studio/src/utils/yamlExport.ts (0 hunks)
  • studio/src/utils/yamlImport.ts (0 hunks)
  • studio/tailwind.config.js (0 hunks)
  • studio/tsconfig.json (0 hunks)
  • studio/tsconfig.node.json (0 hunks)
  • studio/vite.config.ts (0 hunks)
  • wavefront/README.md (1 hunks)
💤 Files with no reviewable changes (43)
  • studio/tsconfig.node.json
  • studio/src/components/flow/CustomEdge.tsx
  • studio/src/components/ui/select.tsx
  • studio/src/components/editors/RouterEditor.tsx
  • studio/src/components/ui/textarea.tsx
  • studio/README.md
  • studio/postcss.config.js
  • studio/src/components/flow/CurvedEdge.tsx
  • studio/src/types/agent.ts
  • studio/src/lib/utils.ts
  • studio/src/components/editors/AgentEditor.tsx
  • studio/src/App.css
  • studio/src/components/flow/FlowCanvas.tsx
  • studio/src/components/ui/input.tsx
  • studio/src/main.tsx
  • studio/src/index.css
  • studio/src/utils/yamlImport.ts
  • studio/src/components/flow/ToolNode.tsx
  • studio/src/components/ui/label.tsx
  • studio/src/components/dialogs/ImportDialog.tsx
  • studio/src/store/designerStore.ts
  • flo_ai_tools/flo_ai_tools/redshift_tool.py
  • studio/src/components/flow/SmoothEdge.tsx
  • studio/src/components/editors/EdgeEditor.tsx
  • studio/src/components/ui/dialog.tsx
  • studio/src/components/drawer/YamlPreviewDrawer.tsx
  • studio/src/components/flow/RouterNode.tsx
  • studio/src/types/reactflow.ts
  • studio/src/components/ui/button.tsx
  • studio/index.html
  • studio/src/components/sidebar/Sidebar.tsx
  • studio/src/App.tsx
  • studio/tsconfig.json
  • studio/src/components/flow/AgentNode.tsx
  • studio/package.json
  • studio/vite.config.ts
  • studio/src/utils/workflowValidation.ts
  • studio/tailwind.config.js
  • studio/src/components/panels/ValidationPanel.tsx
  • flo_ai_tools/flo_ai_tools/init.py
  • flo_ai_tools/pyproject.toml
  • flo_ai_tools/README.md
  • studio/src/utils/yamlExport.ts
🧰 Additional context used
🪛 LanguageTool
README.md

[style] ~47-~47: Try moving the adverb to make the sentence clearer.
Context: ...I is an open-source middleware platform designed to seamlessly integrate AI-driven agents, workflows, and data sources across ent...

(SPLIT_INFINITIVE)


[uncategorized] ~79-~79: If this is a compound adjective that modifies the following noun, use a hyphen.
Context: ...nce and least-privilege access. - 🤖 Open Source & Proprietary Model Support Works...

(EN_COMPOUND_ADJECTIVE_INTERNAL)


[grammar] ~119-~119: Ensure spelling is correct
Context: ...lo_ai) library for Agent Building & A2A Orchestraction - Wavefront Core Middleware Service, whi...

(QB_NEW_EN_ORTHOGRAPHY_ERROR_IDS_1)


[grammar] ~121-~121: Ensure spelling is correct
Context: ...nfiguring agents, workflows, AI models, Gaurdrails, RBAC etc. - Wavefront cli for conf...

(QB_NEW_EN_ORTHOGRAPHY_ERROR_IDS_1)


[grammar] ~122-~122: Use a hyphen to join words.
Context: ...h cli (Yet to Build), for full developer friendly control ## 🛣️ Current Support...

(QB_NEW_EN_HYPHEN)


[grammar] ~180-~180: Use a hyphen to join words.
Context: ... Visual agent creation (Q1 2026) | | Low Code AI Agent Builder | ✅ Available | YA...

(QB_NEW_EN_HYPHEN)


[grammar] ~180-~180: Use a hyphen to join words.
Context: ...de AI Agent Builder | ✅ Available | YAML based builder available | ### Release T...

(QB_NEW_EN_HYPHEN)


[grammar] ~189-~189: Use a hyphen to join words.
Context: ...1 2026** | Rootflo Wavefront Cloud | One click deployable Wavefront Cloud See [R...

(QB_NEW_EN_HYPHEN)


[style] ~201-~201: Consider using a more formal and expressive alternative to ‘amazing’.
Context: ...azing-feature) 3. Commit your changes (git commit -m 'Add amazing feature') 4. Push to the branch (git ...

(AWESOME)

🪛 markdownlint-cli2 (0.18.1)
ROADMAP.md

11-11: Link fragments should be valid

(MD051, link-fragments)


13-13: Link fragments should be valid

(MD051, link-fragments)


14-14: Link fragments should be valid

(MD051, link-fragments)


15-15: Link fragments should be valid

(MD051, link-fragments)


16-16: Link fragments should be valid

(MD051, link-fragments)


17-17: Link fragments should be valid

(MD051, link-fragments)


18-18: Link fragments should be valid

(MD051, link-fragments)


19-19: Link fragments should be valid

(MD051, link-fragments)


20-20: Link fragments should be valid

(MD051, link-fragments)


21-21: Link fragments should be valid

(MD051, link-fragments)


125-125: Table column count
Expected: 5; Actual: 6; Too many cells, extra data will be missing

(MD056, table-column-count)


126-126: Table column count
Expected: 5; Actual: 6; Too many cells, extra data will be missing

(MD056, table-column-count)


127-127: Table column count
Expected: 5; Actual: 6; Too many cells, extra data will be missing

(MD056, table-column-count)

🔇 Additional comments (9)
flo_ai/README.md (1)

1-600: LGTM on README content and branding updates.

The removal of the HTML logo snippet and refocus on "Flo AI 🌊" aligns well with the project's branding updates. The remainder of the documentation—examples, features, and guidance—remains comprehensive and accurate. No immediate concerns.

LICENSE (1)

1-5: LGTM on dual-licensing structure.

The LICENSE file clearly delineates AGPL for wavefront and MIT for flo_ai. This structure is easy to understand and aligns with the project's licensing strategy. The added note about "Commercial License" is helpful for potential commercial users.

wavefront/README.md (1)

1-1: Placeholder ready for Wavefront documentation.

The placeholder file is appropriate for now. Once Wavefront documentation is ready, this can be populated. Consider adding a brief note (e.g., "Coming soon" with a link to the main README or contributing guide) if you want to pre-guide users.

documentation/index.mdx (1)

6-8: LGTM on Wavefront transition messaging.

The Note and updated heading clearly communicate that Wavefront documentation is coming soon. This sets expectations without disrupting the current Flo AI documentation flow. Well done.

ROADMAP.md (2)

1-50: Roadmap structure is comprehensive and well-organized.

The new Wavefront-focused roadmap provides excellent clarity on release timelines, prioritization, and cross-component dependencies. The timeline grid (lines 27–32) and feature tables are informative. However, address the link fragment and table column issues flagged above to ensure proper rendering.


75-87: The empty "Flo AI Studio Enhancements" section must be addressed; inconsistency with line 365 is confirmed.

Verification confirms the review comment accurately identifies a real inconsistency in ROADMAP.md:

  • Line 229 contains an empty subsection header: ### Flo AI Studio Enhancements with no content beneath it
  • Line 365 lists Flo AI Studio as a released feature: | **Flo AI Studio** | Visual workflow designer with React-based UI | ✅ | v1.0.0 |

This creates a structural and semantic inconsistency: the empty section at line 229 must either be populated with content, deleted entirely, or the status at line 365 must be clarified (deprecated/removed/maintained). The current state is ambiguous and violates good documentation practice by leaving a section header without accompanying details.

The review comment's three clarifying questions remain necessary and valid to resolve this contradiction.

CONTRIBUTING.md (3)

1-10: LGTM on comprehensive contributing guide.

The rewrite significantly improves the contributor experience. Clear sections on setup, workflow, testing, and pull request processes, along with transparent messaging about Wavefront's future open-sourcing, make this a first-class contributor guide. Excellent work.


75-85: Minor: Verify that environment setup commands are correctly marked as changes.

Line 79 (uv sync) should have a ~ change marker if it's part of the added code, but it appears to lack one in the annotated version. Verify that all setup commands are marked correctly for clarity in the final diff.


53-59: Verify that fork/clone instructions reference the correct repository.

Lines 53–54 instruct users to clone https://github.com/your-username/wavefront.git and set upstream to https://github.com/rootflo/wavefront.git. Confirm that:

  1. The flo-ai repository has been renamed to "wavefront"
  2. The upstream URLs are accurate

If the repository is still called "flo-ai," update these URLs to avoid confusion.

@vizsatiz vizsatiz merged commit 108e0c0 into develop Nov 25, 2025
5 of 8 checks passed
@vizsatiz vizsatiz deleted the middleware branch November 25, 2025 05:15
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: 3

♻️ Duplicate comments (2)
README.md (1)

179-180: Hyphenate compound adjectives.

Line 180 uses "Low Code" as a compound adjective before "AI Agent Builder" and should be hyphenated to "Low-Code" for grammatical correctness.

-| Low Code AI Agent Builder | ✅ Available | YAML-based builder available |
+| Low-Code AI Agent Builder | ✅ Available | YAML-based builder available |
ROADMAP.md (1)

11-19: Update table of contents to include all major sections.

The TOC is missing two major sections that exist in the document: "Community & Ecosystem" (line 305) and "Released Features" (line 338). This will cause navigation issues for readers using the TOC.

Add these two entries to the TOC:

 - [Observability & Monitoring](#observability--monitoring)
+- [Community & Ecosystem](#community--ecosystem)
+- [Released Features](#released-features)
📜 Review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between bed22ca and c481622.

📒 Files selected for processing (4)
  • LICENSE-FloAI.txt (1 hunks)
  • LICENSE-Wavefront (1 hunks)
  • README.md (2 hunks)
  • ROADMAP.md (1 hunks)
✅ Files skipped from review due to trivial changes (1)
  • LICENSE-FloAI.txt
🚧 Files skipped from review as they are similar to previous changes (1)
  • LICENSE-Wavefront
🧰 Additional context used
🪛 LanguageTool
README.md

[style] ~47-~47: Try moving the adverb to make the sentence clearer.
Context: ...I is an open-source middleware platform designed to seamlessly integrate AI-driven agents, workflows, and data sources across ent...

(SPLIT_INFINITIVE)


[uncategorized] ~79-~79: If this is a compound adjective that modifies the following noun, use a hyphen.
Context: ...nce and least-privilege access. - 🤖 Open Source & Proprietary Model Support Works...

(EN_COMPOUND_ADJECTIVE_INTERNAL)


[grammar] ~180-~180: Use a hyphen to join words.
Context: ... Visual agent creation (Q1 2026) | | Low Code AI Agent Builder | ✅ Available | YA...

(QB_NEW_EN_HYPHEN)


[style] ~201-~201: Consider using a more formal and expressive alternative to ‘amazing’.
Context: ...azing-feature) 3. Commit your changes (git commit -m 'Add amazing feature') 4. Push to the branch (git ...

(AWESOME)

🪛 markdownlint-cli2 (0.18.1)
README.md

54-54: Bare URL used

(MD034, no-bare-urls)


189-189: Table pipe style
Expected: leading_and_trailing; Actual: leading_only; Missing trailing pipe

(MD055, table-pipe-style)


231-231: Bare URL used

(MD034, no-bare-urls)


233-233: Bare URL used

(MD034, no-bare-urls)

ROADMAP.md

11-11: Link fragments should be valid

(MD051, link-fragments)


13-13: Link fragments should be valid

(MD051, link-fragments)


14-14: Link fragments should be valid

(MD051, link-fragments)


15-15: Link fragments should be valid

(MD051, link-fragments)


16-16: Link fragments should be valid

(MD051, link-fragments)


17-17: Link fragments should be valid

(MD051, link-fragments)


18-18: Link fragments should be valid

(MD051, link-fragments)


19-19: Link fragments should be valid

(MD051, link-fragments)

**Wavefront License**: GNU AFFERO GENERAL PUBLIC LICENSE 3.0
**FloAI License**: MIT LICENSE
**Contributing**: We welcome early feedback! See [CONTRIBUTING.md](CONTRIBUTING.md).
**Community**: Join our discord at https://discord.gg/BPXsNwfuRU
Copy link

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟡 Minor

Wrap bare URLs in markdown link syntax.

Lines 54, 231, and 233 contain bare URLs that should be wrapped in markdown link syntax [text](url) for proper rendering in markdown viewers and to avoid linting warnings.

Apply these diffs:

-**Community**: Join our discord at https://discord.gg/BPXsNwfuRU
+**Community**: Join our discord at [https://discord.gg/BPXsNwfuRU](https://discord.gg/BPXsNwfuRU)
-📧 sales@rootflo.ai
+📧 [sales@rootflo.ai](mailto:sales@rootflo.ai)
-**Join our discord at https://discord.gg/BPXsNwfuRU**
+**Join our discord at [https://discord.gg/BPXsNwfuRU](https://discord.gg/BPXsNwfuRU)**

Also applies to: 231-231, 233-233

🧰 Tools
🪛 markdownlint-cli2 (0.18.1)

54-54: Bare URL used

(MD034, no-bare-urls)

🤖 Prompt for AI Agents
In README.md around lines 54, 231 and 233, there are bare URLs; replace each
bare URL with markdown link syntax by wrapping them as [descriptive
text](https://...) — e.g. change "https://discord.gg/BPXsNwfuRU" to a
descriptive link like "[Community Discord](https://discord.gg/BPXsNwfuRU)";
apply the same pattern to the URLs on lines 231 and 233 using appropriate link
text for each.

Comment on lines 78 to +80

# Google VertexAI
from flo_ai.llm import VertexAI
llm = VertexAI(model='gemini-2.5-flash', project='your-project')
- **🤖 Open Source & Proprietary Model Support**
Works seamlessly with open-source LLMs/SLMs, custom models, and proprietary AI services.
Copy link

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟡 Minor

Hyphenate the compound adjective "Open Source".

Line 79 uses "Open Source & Proprietary Model Support" as a section header. When used as a compound adjective before a noun, "open source" should be hyphenated as "open-source."

-- **🤖 Open Source & Proprietary Model Support**  
+- **🤖 Open-source & Proprietary Model Support**
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
# Google VertexAI
from flo_ai.llm import VertexAI
llm = VertexAI(model='gemini-2.5-flash', project='your-project')
- **🤖 Open Source & Proprietary Model Support**
Works seamlessly with open-source LLMs/SLMs, custom models, and proprietary AI services.
- **🤖 Open-source & Proprietary Model Support**
Works seamlessly with open-source LLMs/SLMs, custom models, and proprietary AI services.
🧰 Tools
🪛 LanguageTool

[uncategorized] ~79-~79: If this is a compound adjective that modifies the following noun, use a hyphen.
Context: ...nce and least-privilege access. - 🤖 Open Source & Proprietary Model Support Works...

(EN_COMPOUND_ADJECTIVE_INTERNAL)

🤖 Prompt for AI Agents
In README.md around lines 78 to 80, the header uses "Open Source & Proprietary
Model Support"; change "Open Source" to the hyphenated compound adjective
"Open-Source" so the header reads "Open-Source & Proprietary Model Support" to
correctly hyphenate the compound modifier before the noun.

Comment on lines +188 to +189
| **Q1 2026** | Enterprise Edition | Advanced RBAC, More Data source Integrations|
| **Q1 2026** | Rootflo Wavefront Cloud | One-click deployable Wavefront Cloud
Copy link

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟡 Minor

Add trailing pipe to table row for consistent markdown table formatting.

Line 189 is missing a trailing pipe character. Markdown tables should have consistent pipe delimiters at both the start and end of each row for proper formatting.

-| **Q1 2026** | Rootflo Wavefront Cloud | One-click deployable Wavefront Cloud
+| **Q1 2026** | Rootflo Wavefront Cloud | One-click deployable Wavefront Cloud |
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
| **Q1 2026** | Enterprise Edition | Advanced RBAC, More Data source Integrations|
| **Q1 2026** | Rootflo Wavefront Cloud | One-click deployable Wavefront Cloud
| **Q1 2026** | Enterprise Edition | Advanced RBAC, More Data source Integrations|
| **Q1 2026** | Rootflo Wavefront Cloud | One-click deployable Wavefront Cloud |
🧰 Tools
🪛 markdownlint-cli2 (0.18.1)

189-189: Table pipe style
Expected: leading_and_trailing; Actual: leading_only; Missing trailing pipe

(MD055, table-pipe-style)

🤖 Prompt for AI Agents
In README.md around lines 188 to 189, the second table row is missing a trailing
pipe character which breaks consistent Markdown table formatting; add a trailing
'|' at the end of the line "| **Q1 2026** | Rootflo Wavefront Cloud | One-click
deployable Wavefront Cloud" so both table rows have matching pipe delimiters.

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.

1 participant