Runtime Guides
Goal-oriented guides for running, debugging, and coordinating real AGH work without reading the full reference first.
- Audience
- Operators running durable agent work
- Focus
- Guides guidance shaped for scanability, day-two clarity, and operator context.
Runtime Guides are problem-oriented. Use them when you already know what you want AGH to do and need the shortest reliable path through the daemon, CLI, API, and web surfaces.
Pick the job
Choose the right operator surface
Decide when to use CLI, HTTP/SSE, UDS, or the web UI for humans, scripts, and agent-managed work.
Debug a failed or stuck session
Walk from daemon health to session status, event history, repair, and stored runtime files without guessing.
Coordinate agents over AGH Network
Turn durable sessions into peers, inspect channels, send a direct envelope, and follow receipts and traces.
What belongs here
Guides focus on operator outcomes:
- choose the AGH surface that matches the actor and task
- recover a session or daemon state you can prove from events
- connect sessions, peers, and task handoff through AGH Network
- route from a scenario into generated CLI/API reference only when exact syntax matters
If you are brand new to AGH, start with Quick Start. If you need exact machinery, use the CLI Reference and API Reference.