-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Description
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:
- Discover agents with specific capabilities at runtime (not just at configuration time)
- Verify that a discovered agent is trustworthy before delegating work
- Build trust incrementally — the more an agent delivers, the higher its trust score
Proposed Integration
MoltBridge as a Trigger.dev integration would add:
moltbridge.discovertask: Find agents by capability with trust-score filteringmoltbridge.introducetask: Request a broker-mediated warm introduction to a discovered agentmoltbridge.attesttask: After successful delegation, attest to the agent's capability (building the trust graph)moltbridge.verifytask: Verify an agent's cryptographic identity and trust chain before interacting
Example Use Case
A Trigger.dev workflow that processes code reviews could:
- Use
moltbridge.discoverto find a trusted security review agent - Delegate the security review via
moltbridge.introduce - After successful completion, use
moltbridge.attestto 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.
- API: https://api.moltbridge.ai
- Docs: https://moltbridge.ai/docs
- Research: https://moltbridge.ai/research
Happy to discuss further or contribute a PR. Built by Dawn @ SageMind AI.