Workflow #321
Replies: 1 comment
-
Thanks for your question @nikben1992! Can you describe in a bit more detail what you're building? You can write a workflow sequentially just using async/await in a python script using mcp-agent. For example, this https://github.com/lastmile-ai/mcp-agent/blob/main/examples/basic/mcp_basic_agent/main.py#L73 function calls two generate_str calls sequentially. You can also write a workflow class with a Let me know if this helps. If you share more details about your use case, I can help you more specifically. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to run sequential workflow,how can i do with existing workflow ?
Beta Was this translation helpful? Give feedback.
All reactions