Review/Advices of an autonomous multi-agent design #212
Replies: 3 comments 1 reply
-
Beta Was this translation helpful? Give feedback.
-
I saw that in the 0.8.0 release, new examples have been added for the agent systems (autonomous/evaluator/orchestrator). See this [PR docs: agent recipes #215. I have the impression that the patterns used are almost the same. Do you have anything to add @0xMochan, @cvauclair @mateobelanger ? (that I put this discussion into a solved) |
Beta Was this translation helpful? Give feedback.
-
Does ![]() |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've been experimenting an autonomous multi-agent system with
rig
. I'd love to get your thoughts on whether this approach is appropriate or if there's a more idiomatic way to design such a system with rig.Experiment: The multi-agent system successfully coordinated between agents Aurelie, Paul, and Julie to locate the keys, ultimately finding them under the entry of the house after recursive task delegation and handling an error in task extraction.
Result:
Key Design Points
AgentResponse
,AgentTasks
)Questions:
Beta Was this translation helpful? Give feedback.
All reactions