Loading...
Loading...
Inspect and debug Honcho workspaces via the `honcho` CLI. Use when investigating peer representations, memory state, session context, queue status, or dialectic quality — any task that requires introspection of a Honcho deployment.
npx skill4agent add plastic-labs/honcho honcho-clihoncho--json0123~/.honcho/config.jsonapiKeyenvironmentUrlhoncho init-w-p-sHONCHO_*honcho confighoncho workspacehoncho peerhoncho sessionhoncho messagehoncho conclusion--jsonhoncho peer inspecthoncho peer chathoncho session contexthoncho workspace deletehoncho workspace inspecthoncho workspace inspect --jsonhoncho peer list --json
honcho peer inspect <peer_id> --jsonhoncho peer card <peer_id> --json
honcho conclusion list --observer <peer_id> --json
honcho conclusion search "topic" --observer <peer_id> --jsonhoncho session inspect <session_id> --json
honcho message list <session_id> --last 20 --json
honcho session context <session_id> --json
honcho session summaries <session_id> --jsonhoncho workspace search "query" --json
honcho peer search <peer_id> "query" --json# Is observation enabled?
honcho peer inspect <peer_id> --json | jq '.configuration'
# Is the deriver queue processing messages?
honcho workspace queue-status --json
# What conclusions exist?
honcho conclusion list --observer <peer_id> --json
honcho conclusion search "expected topic" --observer <peer_id> --json# Raw context an agent would receive
honcho session context <session_id> --json
# Summaries feeding the context
honcho session summaries <session_id> --json
# Recent message history
honcho message list <session_id> --last 50 --json# What the peer card says
honcho peer card <peer_id> --json
# Conclusions on the specific topic
honcho conclusion search "topic" --observer <peer_id> --json
# Exercise the dialectic directly
honcho peer chat <peer_id> "what do you know about X?" --json