Core concepts
Server owns the runtime
Section titled “Server owns the runtime”The server is the source of truth for sessions, PTYs, terminal state, and agent lifecycle. Clients connect to it and render the current state.
Agents stay native
Section titled “Agents stay native”Condr embeds native agent CLIs as child processes. Conversation and tool loops remain in the agent you already trust.
GUI is a client
Section titled “GUI is a client”The GUI can close and reconnect without interrupting running work.