nexus-agents - v2.80.0
    Preparing search index...

    Interface CompileOptions

    Options for compiling a spec to a graph.

    interface CompileOptions {
        handlerFactory?: NodeHandlerFactory;
    }
    Index

    Properties

    Properties

    handlerFactory?: NodeHandlerFactory

    Factory for creating node handlers. Defaults to dry-run placeholders.