Aller au contenu principal

Contribute to the code

The engine lives in avuruvision/avuru-obs. It's a small set of components in different languages:

ComponentLanguageBuild
hubGomake hub
uiNext.js / TypeScriptmake ui
gatewayOCB manifest

Run the full gate before pushing:

make check # build + test + lint across all components

Branch from main as feature/<topic> (or ai/<topic>), use conventional commits, sign them, and open a PR. See the engine repo's CONTRIBUTING.md for the authoritative workflow.

:::note This page is expanding A deeper build/test walkthrough is being mirrored from the engine's agent_docs/. :::