Monorepo for Aesthetic.Computer aesthetic.computer
at main 25 lines 876 B view raw
1# Agent memory profile (safe template) 2# Copy keys into your private devcontainer.env (vault-managed), not this file. 3 4# Shared across all machines to decrypt the same event payloads. 5# Format: base64:<32-byte-key> or 64-char hex. 6AGENT_MEMORY_KEY=base64:REPLACE_WITH_SHARED_32_BYTE_KEY 7 8# Unique per machine/container. 9AGENT_DEVICE_ID=machine-name-here 10 11# Optional defaults for side-by-side vendors/tickets. 12AGENT_MEMORY_PROJECT=aesthetic-computer 13AGENT_MEMORY_PROVIDER=claude 14AGENT_MEMORY_TICKET=ticket-0000 15AGENT_SESSION_ID= 16 17# Optional remote sync (off unless enabled). 18AGENT_MEMORY_REMOTE_ENABLED=false 19AGENT_MEMORY_REMOTE_URL=https://aesthetic.computer/api/agent-memory-ingest 20AGENT_MEMORY_REMOTE_TOKEN= 21 22# Optional siphoned database for ingest function. 23AGENT_MEMORY_MONGODB_CONNECTION_STRING= 24AGENT_MEMORY_MONGODB_NAME=agent_memory 25AGENT_MEMORY_SECRET_ID=agent-memory