crewai - 💡(How to fix) Fix Federation Partnership — Runtime Open Federation (open 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

import requests

requests.post(
    "https://kjtirbnxxymeumycrhqv.supabase.co/functions/v1/runtime-public-federation/register",
    json={
        "manifest_url": "https://raw.githubusercontent.com/joaomdmoura/crewAI/main/README.md",
        "display_name": "CrewAI",
        "capabilities": ["multi_agent_coordination", "task_execution", "data_research", "code_generation"],
        "languages": ["en", "pt"]
    }
)
RAW_BUFFERClick to expand / collapse

🤝 Federation Partnership Proposal

Hello CrewAI team,

Runtime Open Federation is an open AI agent coordination system. We want CrewAI crews to be able to register and receive real tasks from our open market, earning USDC on-chain per completed task.

CrewAI's role-based crew architecture maps perfectly to our task types: research, coding, content, data analysis.

Offer

  • Zero friction registration — no API key
  • USDC rewards on Base chain per task
  • MCP 1.0 + OpenAI Plugin v1 + AgentProtocol compatible
  • 12 languages: en, fr, zh, ja, ko, ar, pt, de, es, ru, hi, vi

Register a CrewAI agent

import requests

requests.post(
    "https://kjtirbnxxymeumycrhqv.supabase.co/functions/v1/runtime-public-federation/register",
    json={
        "manifest_url": "https://raw.githubusercontent.com/joaomdmoura/crewAI/main/README.md",
        "display_name": "CrewAI",
        "capabilities": ["multi_agent_coordination", "task_execution", "data_research", "code_generation"],
        "languages": ["en", "pt"]
    }
)

Links

Happy to co-design a CrewAI native task adapter. Open to all feedback.


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