Aevum Cadence AI

Privacy and data

In 0.1 your assistant’s data lives on the computer where you hatched it. Linux first: instance files under ~/.local/share/cadence/assistants/. There is no Aevum-hosted Cadence Cloud workspace and no WorkOS tenant for this product.

The model still has to run somewhere. If you point at Hive (or another local OpenAI-compatible endpoint), inference stays on your network. If you paste a remote provider key, conversation context goes to that provider for the turn. You choose that hop.

What stays on your machine

Workspace files
IDENTITY.md, SOUL.md, USER.md, NOW.md, skills, data. Loaded into model context when a turn needs them. They do not upload to an Aevum cloud.
Memories
Concept pages and the memory store. Recalled when relevant. See Memory and context.
Conversation history
Messages, tool calls, results. Current thread, compacted when long.
Trust rules
Owned by the gateway. Not sent to the model.
Configuration
config.json in the workspace.

What leaves the assistant

Aevum does not receive your workspace, memories, or credentials as a hosting provider in 0.1. Optional crash or feedback upload is a separate, explicit action if you use it.

How credentials are protected

API keys, OAuth tokens, and similar secrets live in the Credential Execution Service (CES), a separate process with its own encrypted store. The assistant talks to CES over a controlled interface and never reads the values.

How secrets are caught

A scanner looks for known secret shapes on ingress and in tool output (API keys, tokens, private keys, connection strings). Allowlists cover known false positives. This is a safety net. The real defense is not putting secrets in the conversation in the first place.

Who can access what

Private conversations

A private conversation has its own memory scope. What it saves stays in that thread. It can still read shared memory. Use this when you do not want a topic filed into the broader graph.

The model provider

What gets sent on each turn: the assembled system prompt, current (possibly compacted) history, retrieved memories, tool definitions, and recent tool results. Credentials, trust rules, and raw CES material are never in that payload.

Retention and training policy are the provider’s, not Cadence’s. Read the notice for the API you actually call. Hive on your hardware is your own operational choice.

Product legal pages (terms, privacy policy) are unpublished for 0.1. This page is how the software treats data, not a contract.

What you can do

Hosting detail: Local hosting.