-
Notifications
You must be signed in to change notification settings - Fork 326
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
third-party agents #390
Comments
Having several intelligent agents from AgentScope and other third-party agents communicating with each other is an exciting idea. Before continuing the discussion, we need to clarify a few things. What language do these agents speak (information and coding formats)? What communication method do they use (API? UDP network service? RPC)? MessageQueue?) This is a more interesting question, does AgentScope require electing a role as a liaison person? |
As a multi-agent platform, AgentScope can use third-party agents by implementing a sub-class of |
Roger that, Thanks. |
Thansk for your attention. I think it's technically feasible. If your target is only to enable the communication between different agents, just unify the messages passed among different agents, just like an unified interface (e.g. the If you want to use the other features within AgentScope, e.g. distribution, you can wrap the third-party agent within a new agent class that inherits |
Refer to this example for the second case, which integrates langchain within agentscope agent |
I understand that communication is easy to implement, but to allow third-party intelligences to use the functionality within the framework would require a rewrite? |
How to understand message queues?Is Langgraph's Message Pooling a good choice? |
I think it is. |
AgentScope is an open-source project. To involve a broader community, we recommend asking your questions in English.
Well job! I was wondering if third-party intelligences can access this framework, and if not why?
The text was updated successfully, but these errors were encountered: