Advanced example with multiple agents integrated with the orchestrator #78
Replies: 2 comments 1 reply
-
@icaro-csmtec Thanks for this question! We currently have a basic example for the orchestrator here: https://github.com/lastmile-ai/mcp-agent/tree/main/examples/workflow_orchestrator_worker. To override the planner, you can specify a I can certainly work on providing a more advanced example, and to best support you, I would love some more details about your usecase. You can describe that here or we can chat on discord (https://lmai.link/discord/mcp-agent or message me directly @saqadri). |
Beta Was this translation helpful? Give feedback.
-
I’ve been experimenting with the library and started from one of the provided examples, adapting it to fit a more specific use case using a custom agent. In my scenario, each agent can take six or more specific parameters. For example: Prompt (Book Analysis Agent): You are a literary analysis expert. Your task is to analyze any book based on the following six specific parameters:
This analysis should be deep, well-founded, and suitable for students, researchers, or curious readers. I also have other agents that review the outputs from the first one, focusing on one or more of the above parameters. Finally, I have a third agent that compares all outputs based on a database of PDFs. The issue I'm facing is that when I test this setup—especially using interactive mode instead of Because of this, I’d like to better understand:
Thanks again for the support! I’d appreciate any guidance or examples you could share related to more advanced usage like this. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
I'm currently exploring the library and was wondering if there are any advanced examples showcasing multiple agents working together within a more complex structure, integrated with the orchestrator.
Additionally, I'm looking for more detailed documentation on how to build a custom planner and how to customize the steps it generates.
Thanks in advance for your support and for the great work on the project!
Beta Was this translation helpful? Give feedback.
All reactions