Skip to content

Wren Engine is the backbone of the semantic layer - The semantic engine for LLMs, bringing business context to AI agents.

License

Notifications You must be signed in to change notification settings

Canner/wren-engine

Repository files navigation

Wren Engine

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

Useful links

🎯 Our Mission

Wren Engine is designed as a standalone semantic engine, which you can easily implement with any AI agents, you can use it as a general semantic engine for the semantic layer.

🤔 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