docs: add infra_admin capability to tables; fix get_agent_meta matrix_accounts in turn-loop

This commit is contained in:
iris 2026-07-02 15:10:21 +02:00 committed by mara
commit 9727cee9bd
3 changed files with 6 additions and 1 deletions

View file

@ -577,7 +577,10 @@ at_unix_timestamp?)`, `request_next_turn()`.
`{state_dir}/hyperhive-status`. Pass `""` to clear.
- `get_agent_meta` — fetch identity + status metadata for an agent:
`{ name, hyperhive_rev, running, status_text, status_set_at,
hive_name?, swarm_name? }`. Omit `name` to query self.
hive_name?, swarm_name?, matrix_accounts? }`. `matrix_accounts` is a
list of matrix identities the agent can act as (`name`, `user_id?`,
`homeserver`); omitted for agents with no matrix provisioning. Omit
`name` to query self.
### Privileged tools (by tool group)