Skip to main content

Capability inventory

This is the single authoritative page for what Carina ships, what is optional, and what depends on configuration. Other docs link here instead of repeating full inventories.

Runtime help: gateway /help and CLI carina help point here.
Operator mirror: core.carinaai.uk/docs/capabilities.md (same counts; links back to this URL).

How to read status labels

LabelMeaning
ShippedCode is in the npm package when prerequisites are met
ConfiguredIn the catalog but inactive until keys, env vars, or services are set
OptionalOff by default; enable explicitly in config or env
Hosted onlyRequires HOSTED_MODE=true and operator SaaS setup
ScoutRequires Labyrinth Scout (LABYRINTH_ENABLED=true) for live security telemetry
UnsupportedListed for compatibility; not wired for chat routing today

Counts below were verified against the agent runtime on 12 June 2026 and move as the codebase evolves.

Current snapshot

MetricCountStatus
Vitest tests7,500+Shipped
LLM providers (catalog)51Configured
LLM providers (chat-routable)~39Configured subset
Channel adapters19Configured
Registered tools (base registry)66+Shipped; grows with toolsets and session tools
Skill packs16Optional
Curated pack skills96Optional
CLI commands49+Shipped

If a provider, channel, or tool is not configured, Carina marks it unavailable rather than pretending it is live.

Core runtime (shipped)

  • Autonomous agent loop with tool execution
  • Episodic memory with semantic search when PostgreSQL + pgvector is configured
  • Mid-session provider switching with /provider or /model
  • Self-writing skills when SKILL_AUTO_WRITE or skill workshop mode is enabled
  • CLI, web UI, and gateway surfaces
  • Offline queue and session persistence on gateways
  • Cost and usage reporting via /usage --month (CLI/gateway)

Optional platform surfaces (env-gated)

SurfaceEnable withNotes
TaskFlowsCARINA_TASKFLOWS_ENABLED=trueWebhook/cron/tool chaining; background worker opt-in
ACP bridgeCARINA_ACP_ENABLED=trueIDE and external agent protocol bridge
Debug proxyCARINA_DEBUG_PROXY_ROUTING=trueProvider traffic capture; operator tooling
Extension bundlesCARINA_EXTENSIONS_ENABLED=trueInstallable plugins with version compatibility checks
Skill workshopCARINA_SKILL_WORKSHOP=trueDraft and publish skills from operator CLI
Memory injection depthCARINA_MEMORY_INJECTIONoff, minimal, or full; controls episodic recall per turn

See Configuration for env reference. Detail pages below; do not treat this table as a second inventory.

Tools (shipped; toolset-dependent)

Carina registers 66+ tools in the base registry. Toolsets in ~/.carina/toolsets.yaml enable subsets per platform (web, CLI, Telegram, etc.).

Core categories: web search, files, shell, HTTP, email, code execution, browser, MCP, kanban, cron, delegation, and pack-specific tools.

Full tool tables and confirmation rules: Tools overview (implementation detail only; counts live on this page).

Providers (configured)

51 providers appear in the catalog (carina providers list). Chat routing uses the subset with valid keys or local backends.

Common configured integrations: OpenAI, Anthropic, Gemini, DeepSeek, Groq, OpenRouter, xAI, Hugging Face, Ollama, LM Studio, vLLM, and OpenAI-compatible custom endpoints.

Free Copilot preset (CARINA_LLM_PRESET=free-copilot) prefers local and tagged-free routes when configured.

Setup: Configuration and carina providers info <name>.

Channels and gateways (configured)

19 channel adapters exist in code. Each requires tokens, webhooks, or env flags before it is live.

ChannelDoc
CLICLI gateway
Web UIWeb gateway
TelegramTelegram
WhatsAppWhatsApp
SlackSlack
DiscordDiscord
SignalSignal
iMessage / BlueBubblesiMessage
MatrixMatrix
MattermostMattermost
IRCIRC (stub; requires sidecar)
SMS, Email, API, webhooks, and othersEnable via env; see Configuration

Check status: carina channels status.

Skill packs (optional)

16 domain packs ship in the repo. Carina is general-purpose with no pack loaded by default.

Enable via web /packs, carina packs install <name>, or ACTIVE_SKILL_PACKS in .env.

Pack catalogue and per-pack tables: Skill packs overview.

Security and trust (optional / Scout)

When Labyrinth Scout is enabled and connected:

  • Prompt injection detection and tool output scanning
  • Tool policy enforcement and egress filtering
  • Honeypots, kill switch, and forensic snapshots (Scout-side)
  • Public trust API and dashboard at carinaai.uk/trust

On-chain attestations (ERC-8004 / ERC-8126) are configured separately in Scout. The trust dashboard shows live Scout telemetry separately from on-chain status (live only when wallet and attestation config are active).

Guides: Defence in depth, Labyrinth Scout.

Hosted SaaS (hosted only)

When the operator runs Carina Cloud (HOSTED_MODE=true):

  • Multi-tenant accounts with JWT and API keys
  • Per-tenant Postgres schema isolation
  • BYOK provider keys (encrypted at rest)
  • Stripe checkout and webhooks for paid tiers
  • Free tier daily message cap (config.hosted.freeDailyMessages, default 100/day)

Token usage metering exists in the billing module; hosted chat enforces the daily message quota on the free tier today.

Guide: Carina Cloud.

Billing and Scout commercial tiers

ProductWhat it is
Carina CoreMIT agent; self-host free
Carina CloudHosted workspace; Stripe billing
Scout Monitor / ProCommercial security tiers (separate from Core)
EnterpriseSOC2 readiness export (operator-provided); not a third-party SOC2 Type II certification

Pricing: Open source + Scout pricing and labyrinthscout.com.

Operations and migration (shipped)

  • carina doctor health checks and optional repairs
  • Backup and restore (carina backup, ops parity)
  • Migration from Hermes, OpenClaw, Claude (carina migrate)
  • Secrets review and hosted bootstrap flows

Operator tooling stays out of the chat hot path; enable explicitly when needed.

Mobile companion (optional)

The Expo app (carinaMobile/) supports chat, trust, and tasks on Carina Cloud and self-hosted gateways. Memory, packs, and billing surfaces require Carina Cloud sign-in. Voice, remote push, and the Android widget require EAS device builds (not Expo Go).

Install and release

npm install -g carina-agent
carina setup
carina doctor

Package: [email protected] (Node.js 22+).
Getting started: Getting started | Self-host: Self-hosting.

Detailed guides (not duplicate inventories)

Use these for how-to detail. Return here for what exists and what status it has.