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 jsonOptions
-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:
humanfor interactive terminal usejsonfor scripts and other machine-readable consumersjsonlfor wait or streaming commands that emit one JSON record per linetoonfor compact agent-readable summaries
Example:
agh -o jsonSubcommands
| Command | Description |
|---|---|
| agh agent | Inspect AGH agent definitions |
| agh automation | Manage automation jobs, triggers, and runs |
| agh bridge | Manage bridge instances |
| agh ch | Use agent-facing coordination channels |
| agh completion | Generate the autocompletion script for the specified shell |
| agh config | Inspect and mutate AGH configuration |
| agh daemon | Manage the AGH daemon |
| agh extension | Manage AGH extensions |
| agh hooks | Inspect configured and executed hooks |
| agh install | Bootstrap AGH and create the default general agent |
| agh mcp | Manage MCP integrations |
| agh me | Inspect the current AGH-managed agent session |
| agh memory | Manage persistent cross-session memories |
| agh network | Operate the daemon-owned network runtime |
| agh observe | Query global observability state |
| agh session | Manage AGH sessions |
| agh skill | Manage local AgentSkills |
| agh spawn | Spawn a bounded child agent session |
| agh task | Manage tasks and task runs |
| agh tool | Inspect and invoke registry tools |
| agh toolsets | Inspect registry toolsets |
| agh uninstall | Stop AGH and remove runtime launch artifacts |
| agh update | Report how to update the AGH binary |
| agh vault | Manage encrypted daemon vault metadata and write-only secrets |
| agh version | Print the AGH version |
| agh whoami | Print the current AGH agent identity from environment variables |
| agh workspace | Manage registered workspaces |