Skip to content

Guide

Use this site as the operator-facing handbook for HSM-II Company OS: what it does, how AgentChat drives work, how to integrate company context, and how to keep automation reviewable.

Start here

  1. Company OS and AgentChat - product model, usage, company integration, value, and boundaries.
  2. Launch workspace + chat - shortest local startup path.
  3. Core reference - the few technical docs most operators and builders need first.
  4. Technical archive - deeper specs for implementation work.

Default operator path

text
Workspace -> AgentChat -> Tasks -> Evidence -> Approval when needed

Do not start with harnesses, sidecars, or Power mode. Those are advanced controls.

Quick commands

bash
# From repository root: API + Next console + AgentChat
bash scripts/company-os-agentchat-ready.sh
bash
# Lower-level launcher
bash scripts/company-os-up.sh

Default URLs:

  • Workspace: http://127.0.0.1:3050/workspace/start
  • API: http://127.0.0.1:3847
  • API health: http://127.0.0.1:3847/api/company/health

HSM-II documentation built with VitePress