Home

Awesome

<p align="center"> <a href="https://getwren.ai"> <picture> <source media="(prefers-color-scheme: light)" srcset="./misc/wrenai_logo.png"> <img src="./misc/wrenai_logo.png"> </picture> <h1 align="center">Wren Engine</h1> </a> </p> <p align="center"> <a aria-label="Follow us" href="https://x.com/getwrenai"> <img alt="" src="https://img.shields.io/badge/-@getwrenai-blue?style=for-the-badge&logo=x&logoColor=white&labelColor=gray&logoWidth=20"> </a> <a aria-label="License" href="https://github.com/Canner/wren-engine/blob/main/LICENSE"> <img alt="" src="https://img.shields.io/github/license/canner/wren-engine?color=blue&style=for-the-badge"> </a> <a aria-label="Join the community on GitHub" href="https://discord.gg/5DvshJqG8Z"> <img alt="" src="https://img.shields.io/badge/-JOIN%20THE%20COMMUNITY-blue?style=for-the-badge&logo=discord&logoColor=white&labelColor=grey&logoWidth=20"> </a> <a aria-label="Canner" href="https://cannerdata.com/"> <img src="https://img.shields.io/badge/%F0%9F%A7%A1-Made%20by%20Canner-blue?style=for-the-badge"> </a> </p>

Wren Engine is the semantic engine for LLMs, the backbone of the Wren AI project.

<img src="./misc/wren_engine_flow.png">

Useful links

🎯 Our Mission

The Wren engine aims to be compatible with composable data systems. It follows two important traits: Embeddable and interoperability. With these two designs in mind, you can reuse the semantic context across your AI agents through our APIs and connect freely with your on-premise and cloud data sources, which nicely fit into your existing data stack.

<img src="./misc/wrenai_vision.png">

🤩 About our Vision - The new wave of Composable Data Systems and the Interface to LLM agents

🤔 Concepts

🚧 Project Status

Wren Engine is currently in the alpha version. The project team is actively working on progress and aiming to release new versions at least biweekly.

⭐️ Community

🚀 Get Started

Check out our latest documentation to get a Quick start.

🙌 How to build?

Normal Build

mvn clean install -DskipTests

Build an executable jar

mvn clean package -DskipTests -P exec-jar