@ddd-qc/agent-directory
v6.10.0
Published
A holochain zome module that registers agents to a known directory path on agent init.
Downloads
24
Readme
Agent Directory
A holochain zome module that registers agents to a known directory path on agent init.
API
Uses lit-happ framework. Provides a ZomeProxy and ZomeViewModel.
Perspective
interface AgentDirectoryPerspective {
agents: AgentPubKeyB64[], // List of registered agents
}
ZomeViewModel
probeRegisteredAgents()
: Check the DHT for new registered agents.
Custom Elements
<agent-directory-list>
: Aul
of all the AgentPubKeys found byget_registered_agents()