Swarm to Swarm Discovery by combining HAAS and Cellular HSS #90
Replies: 2 comments 1 reply
-
I have been thinking about how intercommunication would be handled between SOB, HSS and other agents. Kafka I think would be a good communication broker: Integrating Kafka |
Beta Was this translation helpful? Give feedback.
-
This is really cool, but let's get one swarm working first. Hold onto this thought. |
Beta Was this translation helpful? Give feedback.
-
PROPOSAL
My basic idea is that collaborating executive agents have a public vector db identifying other executive agents with a cosine similar role and content or assistant definition. The SOB could then advise the collaborating executive whether to collaborate, create internally or stop.
It borrows concepts from cellular home vs visitor locations and Reinforcement Learning where you select the next most likely state (greedy BFS) and the associated policy or action.
Works by discovering (cellular Home Subscriber Service) and identifying other vector similar executive agents (similar state) that may have more efficient swarms for completing the task (existing policies).
TECHNICAL OVERVIEW
via: ChatGPT prompting...
prompt1: role: expert in mobile architecture and category and update signalling and interpolating to other similar system based ideas.
prompt2: consider a board of archetypes having control over intelligent agents, the board wants to share their expertise with other boards and they all have a hierarchy of executive agents and then working agents below the executives known as a HAAS architecture. summarise a protocol that would enable each board to register their own api url and executive agent's role and content in the equivalent of a mobile HSS. Any executive agent configured for collaboration could then request the HSS for cosine similar roles and content and return the api url for the local executive agent and that agents UUID.
Certainly! It sounds like you're describing a scenario where different boards of archetypes, each managing intelligent agents, want to share expertise through a Hierarchical Agent Architecture System (HAAS). Here's a summarized protocol for achieving this:
Protocol Overview:
Board Registration:
Executive Agent Configuration:
HSS Update:
Collaboration Request:
Cosine Similarity Calculation:
Response Generation:
SOB Collaboration Submission
API URL and UUID Retrieval(collaborate):
Collaboration Initiation:
Key Components:
HSS (Hierarchical Storage System):
Cosine Similarity Calculation:
API URL and UUID:
Benefits:
Efficient Collaboration:
Dynamic Updating:
Flexibility:
This protocol establishes a systematic way for boards of archetypes to share expertise through their intelligent agents in a collaborative and efficient manner.
Once collaboration commences, the communication protocol for the swarm would need visiting SOB and Executive UUID parameters so their outputs could be found by the remote swarm.
Beta Was this translation helpful? Give feedback.
All reactions