Class DirectoryFacilitator
java.lang.Object
org.episteme.natural.computing.ai.agents.services.DirectoryFacilitator
The Directory Facilitator (DF) provides "Yellow Pages" services for the MAS.
Agents can register services they provide and search for other agents providing specific services.
- Since:
- 2.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Method Summary
Modifier and TypeMethodDescriptionvoidderegister(UUID agentId) Unregisters an agent from all services.static DirectoryFacilitatorvoidRegisters an agent and the services it provides.Searches for agents providing a specific service.
-
Method Details
-
getInstance
-
register
-
deregister
Unregisters an agent from all services.- Parameters:
agentId- the ID of the agent to remove.
-
search
-