Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,9 @@
</a>
</p>

> Wren Engine is the open foundation behind Wren AI: a semantic, governed, agent-ready context layer for business data.
> Wren Engine is the open foundation behind [Wren AI](https://github.com/Canner/WrenAI): a semantic, governed, agent-ready context layer for business data.

<p align="center">
<img width="2199" height="1537" alt="engine-architecture" src="https://github.com/user-attachments/assets/302351e7-9ac3-4916-99f6-972d33aee076" />
</p>
https://github.com/user-attachments/assets/7eca10a4-24b9-45ed-9826-5b15b283c188
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟡 Minor

Remove the stray raw asset URL at Line 32.
This currently renders as a naked link and looks accidental since the architecture image is already embedded later.

Suggested cleanup
-https://github.com/user-attachments/assets/7eca10a4-24b9-45ed-9826-5b15b283c188
📝 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
https://github.com/user-attachments/assets/7eca10a4-24b9-45ed-9826-5b15b283c188
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@README.md` at line 32, Remove the stray raw URL
"https://github.com/user-attachments/assets/7eca10a4-24b9-45ed-9826-5b15b283c188"
from the README content so it no longer renders as a naked link; the
architecture image referenced elsewhere already provides the intended asset, so
simply delete that standalone URL line (or replace it with the intended markdown
image/embed if a duplicate was meant).


## Why Wren Engine

Expand Down Expand Up @@ -81,6 +79,10 @@ If Wren AI is the full vision, Wren Engine is the open core that makes that visi

Wren Engine turns business data into agent-usable context.

<p align="center">
<img width="2199" height="1537" alt="engine-architecture" src="https://github.com/user-attachments/assets/302351e7-9ac3-4916-99f6-972d33aee076" />
</p>

At a high level:

1. You describe your business domain with Wren's semantic model and MDL.
Expand Down
Loading