minimax-ai/mcode-dynamic-workflows
v0.8.0Apache-2.0
Plan complex tasks as editable multi-agent workflows. Review the topology before execution, follow live results, and repair failed scripts while reusing valid completed work. Includes bilingual dashboards, configurable budgets and HTML/Markdown reports.
MCP servers
Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.
dynamic-workflowsstdio
{
"type": "stdio",
"command": "node",
"args": [
"./dist/main.mjs",
"--stdio"
],
"cwd": "${PLUGIN_ROOT}"
}What this package declares
The files a client reads when it loads this plugin, exactly as this revision carries them.
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "mcode-dynamic-workflows",
"version": "0.8.0",
"description": "Plan complex tasks as editable multi-agent workflows. Review the topology before execution, follow live results, and repair failed scripts while reusing valid completed work. Includes bilingual dashboards, configurable budgets and HTML/Markdown reports.",
"author": {
"name": "hetaoBackend",
"url": "https://github.com/hetaoBackend"
},
"homepage": "https://github.com/MiniMax-AI/MiniMax-Code-Plugins/tree/main/plugins/hetaoBackend/mcode-dynamic-workflows",
"repository": "https://github.com/MiniMax-AI/MiniMax-Code-Plugins.git",
"license": "Apache-2.0",
"keywords": [
"minimax-code",
"workflow",
"agents",
"mcp",
"visualization",
"research"
]
}
What else this package ships
These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.
- LICENSE