Installation
Prerequisites
- Node.js 20+
- npm 10+
Clone the repository
bash
git clone <public-orlo-repo-url> orlo
cd orlo
npm install
Build everything
bash
npm run build
Typecheck
bash
npm run typecheck
Test
bash
npm test
Workspace Layout
apps/studio— Web Components UI packagepackages/shared— shared contracts and utilitiespackages/validation— deterministic validation enginepackages/runtime-adapters— reusable runtime adapterspackages/agent-sdk— thin developer-facing agent governance client
Open Core can be installed and used on its own. You do not need the full managed platform to build with the public packages.