Installation

Prerequisites

  • Node.js 20+
  • pnpm (recommended in this monorepo)

Install the main package

pnpm add kortyx

If you prefer scoped packages, see Package Overview.

Runtime dependency notes

kortyx already re-exports agent/runtime/hooks/providers/stream APIs.

You still need provider credentials at runtime (for example Google):

export GOOGLE_API_KEY=your_key_here