Execution Patterns

What is Assembly Line?

A parallel execution pattern with dependency management. Multiple steps run simultaneously where possible, with the system automatically resolving dependencies between them. More efficient than pipelines for complex multi-step processes.

See Assembly Line in action with 0nMCP

1,589 tools. 102 services. One npm install.

Get Started