Armory
Source
Browse
CLIs & Tools

agentdialOurs

Use to give an agent a universal identity and reachable channels, a stable handle the agent presents across surfaces, when agents need to be addressable and authenticated rather than anonymous processes.

Score
80.0001 signal
Evidence
passed install test
Last commit
as last read from GitHub; most reads are from 2 Sep 2026 or later
Listed

Install

No one-command install. Set it up from its source.

What it is

A CLI implementing an agent identity protocol. It gives an agent a universal, stable identity and a set of channels through which it can be reached and can act: the addressing-and-identity layer for a fleet of agents that need to be more than anonymous processes.

When to use it

When agents must be individually identifiable and reachable: multi-agent systems, agents that act on a user's behalf, or fleets where "which agent did this?" matters. The trigger is "give this agent an identity."

How to install / invoke

Install globally and use it to provision an identity and channels for an agent. It complements the agent's static identity files (its SOUL/persona) with a runtime, addressable handle.

Notes

Identity is the foundation of trust and auditability in a multi-agent system. Pair the runtime identity here with the static soul-md-spec identity files for a complete identity layer.

Related

Not Indexed

  • agentdial-identity
  • soul-md-spec
  • agent-file-format