# Agent memory profile (safe template) # Copy keys into your private devcontainer.env (vault-managed), not this file. # Shared across all machines to decrypt the same event payloads. # Format: base64:<32-byte-key> or 64-char hex. AGENT_MEMORY_KEY=base64:REPLACE_WITH_SHARED_32_BYTE_KEY # Unique per machine/container. AGENT_DEVICE_ID=machine-name-here # Optional defaults for side-by-side vendors/tickets. AGENT_MEMORY_PROJECT=aesthetic-computer AGENT_MEMORY_PROVIDER=claude AGENT_MEMORY_TICKET=ticket-0000 AGENT_SESSION_ID= # Optional remote sync (off unless enabled). AGENT_MEMORY_REMOTE_ENABLED=false AGENT_MEMORY_REMOTE_URL=https://aesthetic.computer/api/agent-memory-ingest AGENT_MEMORY_REMOTE_TOKEN= # Optional siphoned database for ingest function. AGENT_MEMORY_MONGODB_CONNECTION_STRING= AGENT_MEMORY_MONGODB_NAME=agent_memory AGENT_MEMORY_SECRET_ID=agent-memory