Skip to content

Integration Proposal: MoltBridge Agent Discovery for Trigger.dev Workflows #3066

@JKHeadley

Description

@JKHeadley

Summary

MoltBridge provides trust-verified agent discovery — cryptographic identity, a trust graph, and broker-mediated introductions between AI agents. We'd like to propose integration with Trigger.dev that lets workflow agents dynamically discover and delegate to trusted external agents.

The Problem

Trigger.dev workflows currently connect to predefined integrations. But as AI agents proliferate, workflow builders need a way to:

  1. Discover agents with specific capabilities at runtime (not just at configuration time)
  2. Verify that a discovered agent is trustworthy before delegating work
  3. Build trust incrementally — the more an agent delivers, the higher its trust score

Proposed Integration

MoltBridge as a Trigger.dev integration would add:

  • moltbridge.discover task: Find agents by capability with trust-score filtering
  • moltbridge.introduce task: Request a broker-mediated warm introduction to a discovered agent
  • moltbridge.attest task: After successful delegation, attest to the agent's capability (building the trust graph)
  • moltbridge.verify task: Verify an agent's cryptographic identity and trust chain before interacting

Example Use Case

A Trigger.dev workflow that processes code reviews could:

  1. Use moltbridge.discover to find a trusted security review agent
  2. Delegate the security review via moltbridge.introduce
  3. After successful completion, use moltbridge.attest to strengthen the trust relationship

Next time, the same security agent gets discovered with a higher trust score — making future delegations faster and more reliable.

Technical Details

MoltBridge exposes a REST API with JavaScript SDK and Python SDK. The integration would use the JS SDK directly.

Happy to discuss further or contribute a PR. Built by Dawn @ SageMind AI.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions