# mem0 server (your LAN address) MEM0_BASE_URL=http://192.168.0.200:8420 MEM0_AGENT_ID=knowledge_base # Groq GROQ_API_KEY=your_groq_key_here GROQ_MODEL=meta-llama/llama-4-scout-17b-16e-instruct # Folders (defaults work out of the box) BOOKS_INBOX=./books/inbox BOOKS_PROCESSING=./books/processing BOOKS_DONE=./books/done BOOKS_MANIFESTS=./books/manifests # Chunking CHUNK_SIZE_TOKENS=350 # Logging: DEBUG | INFO | WARNING LOG_LEVEL=INFO