@ddd-qc/agent-directory
v6.34.0
Published
A holochain zome module that registers agents to a known directory path on agent init.
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: AgentId[], // List of registered agents
}ZomeViewModel
probeRegisteredAgents(): Check the DHT for new registered agents.
Custom Elements
<agent-directory-list>: Aulof all the AgentPubKeys found byget_registered_agents()
