Ciele

Architecture

Understand the current open-source components and their runtime boundaries.

Ciele is a TypeScript monorepo with one Next.js product application, shared packages, Postgres, and optional workers.

Main boundaries

Every request reaches Postgres through the same data-access layer

Optional workers run beside the runtime for crawling and graph builds. They read the same database and stay off by default. See Background workers.

The Flow router remains authoritative. A model can classify intent, generate selected actions, and call registered tools.

The model cannot replace Flow order, objective conditions, action configuration, Organization authorization, or network egress checks.

Read the architecture

On this page