Skip to content

Lens Prism#

Lens Prism is a self-contained AI agent that runs as a single process: one container with one embedded database. It persists between conversations, keeps its own memory, runs heartbeat checks on a schedule, and puts work on its own calendar. The embedded database holds everything the agent knows — identity, conversation history, memory, scheduled tasks, and Slack mappings. The only dependency is an LLM provider.

the Lens Prism web UI chat surface

  • Why Lens Prism


    What the agent is, and what it does that a stateless chat session does not.

  • Installation


    Prerequisites, the one-line native installer, and running with Docker or Lens Agents.

  • Interfaces


    The browser web UI and the prism terminal UI.

  • Channels


    Run the agent in Slack DMs and channels over Socket Mode.

  • Features


    Identity, memory, heartbeat, scheduled tasks, webhooks, skills, and tools.

  • Configuration


    Every environment variable the runtime reads, with defaults.

  • CLI reference


    prism flags, slash commands, keyboard shortcuts, and the settings file.