← All channels

CLI

stable

iris chat in your terminal. Works over SSH.

In
Out
Auth
Local socket
§ Required environment

Env vars

IRIS_SOCKET
Optional

Override the default ~/.iris/agent.sock path.

§ Setup

Step by step

  1. 01

    Start Iris.md

    The CLI talks to the agent over a Unix socket. Make sure Iris.md is up.

    iris start
  2. 02

    Open the REPL

    From any shell that can reach the socket.

    iris chat
§ Success

You're done when

  • iris start exits with no errors
  • iris chat opens an interactive prompt
  • Ctrl-D cleanly exits and leaves Iris.md running