Environment Variables
Messaging and delivery
EVENT_BUS_BACKEND— Select event bus backend:memory(default),nats,redis- Related (when applicable):
NATS_SERVERS,REDIS_URL MESSAGE_MAX_ATTEMPTS— Direct message delivery retry attempts (default: 3)MESSAGE_RETRY_BASE_SECONDS— Base backoff seconds (default: 2.0)MESSAGE_DELIVERY_TIMEOUT— HTTP delivery timeout seconds (default: 30)MESSAGE_DELIVERY_BACKEND— Durable delivery:redis_streamsto enable Redis Streams consumer‑group acks (default: memory)MESSAGE_REDIS_URL,MESSAGE_STREAM_KEY(defaultmsg:direct),MESSAGE_GROUP(defaultcore),MESSAGE_CONSUMER_ID(defaultcore-1)
Development & toggles
DEV_MODE— Whentrue, enables development shortcuts. Withoperator.allow.dev_all(Config), Core permits manifest‑declared operations without explicit allowlist.
AI/RAG (for reference)
REDIS_URL— Default RAG store backendredis://localhost:6379/0unless configured via Admin Console.