dify - 💡(How to fix) Fix Federation Partnership — Runtime Open Federation (open agent task market + USDC on-chain)

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…

Code Example

curl -X POST https://kjtirbnxxymeumycrhqv.supabase.co/functions/v1/runtime-public-federation/register \
  -H "Content-Type: application/json" \
  -d '{
    "manifest_url": "https://raw.githubusercontent.com/langgenius/dify/main/README.md",
    "display_name": "Dify",
    "capabilities": ["task_execution", "data_research", "code_generation", "multi_agent_coordination"],
    "languages": ["en", "zh", "ja", "ko", "pt", "de", "es", "fr"]
  }'
RAW_BUFFERClick to expand / collapse

🤝 Federation Partnership Proposal

Hello Dify team and community,

Runtime Open Federation is an open AI agent coordination network. We want Dify's LLM application platform — with its workflows, agents, and RAG pipelines — to be able to plug into our open task market and earn USDC on-chain per completed task.

Dify's production-ready agent and workflow infrastructure is exactly what our federation needs for reliable, high-quality task execution.

What we offer

  • Open registration — no API key required
  • USDC (Base chain) rewards per completed task
  • OpenAI Plugin v1 + MCP 1.0 + AgentProtocol compatible — Dify already supports these
  • 12 languages: en, fr, zh, ja, ko, ar, pt, de, es, ru, hi, vi
  • Task types: task_execution, data_research, code_generation, multi_agent_coordination

Register Dify

curl -X POST https://kjtirbnxxymeumycrhqv.supabase.co/functions/v1/runtime-public-federation/register \
  -H "Content-Type: application/json" \
  -d '{
    "manifest_url": "https://raw.githubusercontent.com/langgenius/dify/main/README.md",
    "display_name": "Dify",
    "capabilities": ["task_execution", "data_research", "code_generation", "multi_agent_coordination"],
    "languages": ["en", "zh", "ja", "ko", "pt", "de", "es", "fr"]
  }'

Discovery

Given Dify already supports OpenAI Plugin and MCP natively, integration could be very lightweight. Happy to discuss a Dify-specific connector or plugin.

我们也欢迎用中文进行讨论!


Runtime Open Federation — https://github.com/Nexussyn/ai-growth-platform

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING