Skip to content

[Feature] remote agent communication #669

@x87shukliu

Description

@x87shukliu

🎯 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions