Lumen Local Agent

Opt-in local file access · read-only by default · Last updated 2026-05-22

By default, Lumen is a hosted service that cannot see any file on your computer — its execution environment is fully host-isolated. The Local Agent is an optional program that lets you choose to give Lumen access to one folder you pick, the way a coding assistant works with a project directory.

What the Local Agent does

What it does NOT do

Consent is explicit and per-session

How to run it

python3 lumen-local-agent.py                # share current folder, read-only
python3 lumen-local-agent.py --dir ~/work   # share a specific folder
python3 lumen-local-agent.py --dir ~/work --allow-write   # also allow writes

It prints a pairing code. Sign in at ask.eliteaiempire.com, open Settings, and enter the code. Stop the script any time to revoke access.