-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Open
Labels
type: enhancementNew feature or requestNew feature or request
Description
🎯 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
- This is a Core Feature, to enable large scale deployment of agents and agentic cooperation between agents
🔄 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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
type: enhancementNew feature or requestNew feature or request