Skip to main content

Quick Start

Quick Start

Prerequisites

  • Node 18+ (or per project README); env vars per AGENTS.md or .env.example.

Install

# Clone or add dependency; then from project root: npm install

Configure

  • Required env or config file (paths, no secrets in docs). See repo README or AGENTS.md.

Run (or deploy)

# How to run locally or deploy to Oracle/NAS (see agent-buildkit wiki runbooks) npm run build # and/or: buildkit deploy oracle <service>

Verify

  • Health URL or one command to confirm it works. See project README.