Skip to content
AGH RuntimeAgh

agh

AGH — Artificial General Hivemind

Audience
Operators running durable agent work
Focus
Agh guidance shaped for scanability, day-two clarity, and operator context.

agh

AGH — Artificial General Hivemind

agh [flags]

Examples

  # Start the daemon and create a session in the current workspace
  agh daemon start
  agh session new --agent general

  # Print machine-readable output for automation
  agh session list -o json

Options

  -h, --help            help for agh
      --json            Emit JSON output
  -o, --output string   Output format: human, json, jsonl, or toon (default "human")

Output Formats

Every AGH command supports -o, --output:

  • human for interactive terminal use
  • json for scripts and other machine-readable consumers
  • jsonl for wait or streaming commands that emit one JSON record per line
  • toon for compact agent-readable summaries

Example:

agh -o json

Subcommands

CommandDescription
agh agentInspect AGH agent definitions
agh automationManage automation jobs, triggers, and runs
agh bridgeManage bridge instances
agh chUse agent-facing coordination channels
agh completionGenerate the autocompletion script for the specified shell
agh configInspect and mutate AGH configuration
agh daemonManage the AGH daemon
agh extensionManage AGH extensions
agh hooksInspect configured and executed hooks
agh installBootstrap AGH and create the default general agent
agh mcpManage MCP integrations
agh meInspect the current AGH-managed agent session
agh memoryManage persistent cross-session memories
agh networkOperate the daemon-owned network runtime
agh observeQuery global observability state
agh sessionManage AGH sessions
agh skillManage local AgentSkills
agh spawnSpawn a bounded child agent session
agh taskManage tasks and task runs
agh toolInspect and invoke registry tools
agh toolsetsInspect registry toolsets
agh uninstallStop AGH and remove runtime launch artifacts
agh updateReport how to update the AGH binary
agh vaultManage encrypted daemon vault metadata and write-only secrets
agh versionPrint the AGH version
agh whoamiPrint the current AGH agent identity from environment variables
agh workspaceManage registered workspaces

On this page