Terminal
Linux + macOS
curl -fsSL https://raw.githubusercontent.com/DhanushSantosh/AgentComms/v0.6.0/install.sh | AGENT_COMMS_VERSION=v0.6.0 shOne user-level install for every governed project. The official installer selects the right build and verifies it before replacement.
Open the release record ↗Terminal
curl -fsSL https://raw.githubusercontent.com/DhanushSantosh/AgentComms/v0.6.0/install.sh | AGENT_COMMS_VERSION=v0.6.0 shPowerShell
Invoke-WebRequest https://raw.githubusercontent.com/DhanushSantosh/AgentComms/v0.6.0/install.ps1 -OutFile install.ps1
.\install.ps1 -Version v0.6.0AFTER INSTALL
Confirm the active executable and release.
$ agent-comms versionGive the current project a governed control plane.
$ agent-comms initEnter the human control room.
$ agent-comms tui