Skip to content

maheshmurag/workshop-mcp-agent-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Orchestrator workflow example

This example shows an Orchestrator workflow which dynamically plans across a number of agents to accomplish a multi-step task.

It parallelizes the task executions where possible, and continues execution until the objective is attained.

This particular example is a student assignment grader, which requires:

  • Finding the student's assignment in a short_story.md on disk (using MCP filesystem server)
  • Using proofreader, fact checker and style enforcer agents to evaluate the quality of the report
  • The style enforcer requires reading style guidelines from the APA website using the MCP fetch server.
  • Writing the graded report to disk (using MCP filesystem server)
Image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages