Skip to content

Runtime Reference

CLI Surfaces

  • houmao-mgr: Primary management CLI for agents, brains, and server control.
  • system-skills: Install and inspect the packaged Houmao-owned skill sets for resolved tool homes.
  • houmao-server: HTTP server for session management and TUI tracking.
  • houmao-passive-server: Registry-driven stateless server.
  • CLI Entrypoints: Module-level entry points and common runtime flags.

Managed-Agent Command Families

  • agents gateway: Gateway lifecycle and explicit live-gateway request commands.
  • agents turn: Managed headless turn submission and inspection.
  • agents mail: Managed-agent mailbox follow-up commands.
  • agents mailbox: Late filesystem mailbox registration for local managed agents.
  • admin cleanup: Registry and runtime maintenance commands.

Build Phase

Run Phase

  • Launch Plan: Composing manifest + role into a backend-specific plan.
  • Session Lifecycle: Start, resume, prompt, and stop sessions.
  • Backends: Backend model and per-backend notes.
  • Role Injection: Per-backend role injection strategies.
  • Managed Launch Prompt Header: Houmao-owned prompt header prepended to every managed launch by default — content, composition order, opt-out flags, and stored launch-profile policy.

Subsystems

Other Reference

Developer Guides