🎯 The Goal / Use Case
let agent can send message to another agent(remote, not local) through gateway, even user can set to gateway
external channel is quite limited on the cluster based agent.
💡 Proposed Solution
gateway open a ws or http
ex: http
xxxx/agent/{x}
{message}
=> {message} will be sent to agent x and wait for response (ws,
🚦 Impact & Roadmap Alignment
🔄 Alternatives Considered
I rough go through the code with llm, no sure whether I fully understand correctly whether any channel without social media channel. and can communicate between agents not in the local
💬 Additional Context