Skip to content

在openclaw中,这么大量的同级agent之间怎么通信 #11

@xx235300

Description

@xx235300

请教一下各位大神:在openclaw中,同级agent之间怎么通信,特别是现在运行这个项目的install.sh后,自动添加了一百多个agent,如果按照openclaw官方文档的做法,需要在把所有agent的id全写在一个参数里,有更简单的方法吗。例如:我想让这群agent做一个复杂项目,由一个负责调度的agent拆分成不同的任务,分别派给各个agent同时执行,最后汇总结果

这是官网文档给的写法
{ tools: { agentToAgent: { enabled: false, allow: ["agentID1", "agentID2", "agentID3",……], }, }, }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions