CLI
stableiris chat in your terminal. Works over SSH.
- In
- ✓
- Out
- ✓
- Auth
- Local socket
§ Required environment
Env vars
IRIS_SOCKETOptional
Override the default ~/.iris/agent.sock path.
§ Setup
Step by step
- 01
Start Iris.md
The CLI talks to the agent over a Unix socket. Make sure Iris.md is up.
iris start
- 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