Hi All,
I am facing some issues in crafting examples for multi-agent systems using Playbook. Basically I have a main agent that talks to other child agents and those agents will report back to the main.
For example the workflow should be A (parent)->B(Child)->A->C(child)->A. I can route from A to B, but then B cannot go back to A after it has completed. My main playbook instructions are as follows:
For the B instructions, it is as follows.
I can't use the command ${playbook A} as it complains of a loop detected.
As such, I tried to use examples for playbook A and B, but i'm facing issues here. Mainly as follows:
Please advise on how to craft examples for the main and child playbooks for multi-agent approach. I do think that my instructions are clear enough. Please correct me if I'm wrong. Thank you.
Hi @polion6,
Welcome to the Google Cloud Community!
It seems you're encountering an issue with Playbook's restriction against loops, making it challenging to return from child playbooks (B and C) to the main playbook (A).
Here are some possible solutions to help you with your scenario:
For more detailed information regarding crafting examples and best practices for Playbooks, you can refer to this documentation.
Was this helpful? If so, please accept this answer as “Solution”. If you need additional assistance, reply here within 2 business days and I’ll be happy to help.
Hi MJane,
Thanks for the reply. May I know how do i define status indicators? Are they like a parameter that I define and set the value. Are there specific examples on defining and setting status indicators. Thanks.
User | Count |
---|---|
2 | |
2 | |
1 | |
1 | |
1 |