Meshpocalypse Semantic
    Preparing search index...

    Class AuctionOrchestrator

    Orchestrator side of the capability auction protocol.

    Broadcasts a task auction, collects bids within the configured window, selects the winner, writes bids to the SPARQL graph, and publishes the assignment.

    const orchestrator = new AuctionOrchestrator(meshNode.transport, graph);
    const result = await orchestrator.runAuction({
    taskId: 'task-42',
    requiredCapabilities: ['summarise'],
    });
    if (result) console.log('Winner:', result.winner);
    Index

    Constructors

    Methods

    Constructors

    Methods