Documentation
¶
Overview ¶
Command aht tracks coding-agent sessions, activity, processes, and terminal locations through a local realtime broker.
Install aht with:
go install github.com/zigai/aht@latest
Run aht --help for commands and options. Go programs can read live state through package client, embed the state engine through package registry, and manage integrations and background tracking through package manage.
Directories
¶
| Path | Synopsis |
|---|---|
|
internal
|
|
|
brokerapi
Package brokerapi defines the local realtime registry protocol and Go client.
|
Package brokerapi defines the local realtime registry protocol and Go client. |
|
pkg
|
|
|
client
Package client provides access to the current user's AHT agent-session state.
|
Package client provides access to the current user's AHT agent-session state. |
|
harness
Package harness exposes the stable catalog of agent harnesses recognized by AHT.
|
Package harness exposes the stable catalog of agent harnesses recognized by AHT. |
|
manage
Package manage provides programmatic management of local AHT integrations and background tracking.
|
Package manage provides programmatic management of local AHT integrations and background tracking. |
|
registry
Package registry models and stores coding-agent harness state.
|
Package registry models and stores coding-agent harness state. |
Click to show internal directories.
Click to hide internal directories.