Enterprise Edition
Overview
Section titled “Overview”The Azure Enterprise Edition comprises of six services so the platform feels cohesive from the moment it starts:
dashboard— The Cosine web frontend.api— The Cosine backend that serves data to the frontend.worker— A microservice that runs the agent loop.ccode— Manages workspaces where repositories live and are operated on.parser— Normalizes LLM messages and tool calls into a common format.mysql— Provides two databasescosineandccode. The former is used byapiandworker, the latter byccode.redis— Cache and event bus.
In the pages ahead you’ll provision infrastructure, tune the deployment, and move from first login to first task, with each step building on the last.
Registry access
Section titled “Registry access”Helm charts and images for Cosine are hosted in the Cosine Registry. Your account executive can provide access credentials, along with any environment‑specific guidance for your rollout.
Project structure
Section titled “Project structure”Your account executive will provide you with a copy of the archive_azure folder containing everything you need to get started. The structure looks like this:
archive_azure/├── values.yaml├── pulumi│ ├── index.ts│ ├── package.json│ ├── Pulumi.yaml│ ├── Pulumi.cosine.yaml│ └── tsconfig.json└── terraform ├── main.tf ├── outputs.ts ├── terraform.tfvars.example ├── variables.tf └── versions.tf