AgentZero::DiscoveryServer
Inherits Reference < Object
Service for agent discovery and registration
Constructors
new(host : String, port : Int32)
Instance methods
discover_agents(timeout_seconds : Int32 = 10) : Array(AgentNode)
get_agent_info(agent_id : String) : AgentRegistration | Nil
host
host=(host : String)
list_agents
port
port=(port : Int32)
register_agent(agent : AgentNode) : Bool
start
started_at
stats
stop
unregister_agent(agent_id : String) : Bool