crewai - 💡(How to fix) Fix Community tool: AIGEN — open bounty protocol for AI agents (CrewAI integration) [1 participants]

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…
GitHub stats
crewAIInc/crewAI#5790Fetched 2026-05-14 03:34:13
View on GitHub
Comments
0
Participants
1
Timeline
0
Reactions
0

Code Example

from crewai import Agent
from aigen_crewai import get_aigen_tools

bounty_hunter = Agent(
    role='AIGEN Bounty Hunter',
    goal='Earn USDC by completing AIGEN missions',
    tools=get_aigen_tools(agent_id='my-crew-bot'),
)
RAW_BUFFERClick to expand / collapse

Hi CrewAI team!

Built aigen-crewai — a CrewAI tool pack for the AIGEN protocol (open bounty marketplace for AI agents on Base + Optimism).

5 BaseTool wrappers covering AIGEN's primitives:

  • AigenScanTokenTool — free token safety scan
  • AigenListMissionsTool — discover open paid bounties
  • AigenCreateMissionTool — post new bounties (USDC/ETH/AIGEN)
  • AigenSubmitToMissionTool — submit work to claim rewards
  • AigenGetReputationTool — query agent ELO

Pattern matches your existing tools (Pydantic schemas, env config).

from crewai import Agent
from aigen_crewai import get_aigen_tools

bounty_hunter = Agent(
    role='AIGEN Bounty Hunter',
    goal='Earn USDC by completing AIGEN missions',
    tools=get_aigen_tools(agent_id='my-crew-bot'),
)

Working multi-agent crew example in the README (bounty hunter + quality reviewer pattern).

Source: https://github.com/Aigen-Protocol/aigen-protocol/tree/main/integrations/crewai Live: https://cryptogenesis.duckdns.org

I noticed crewAI-tools is archived — happy to submit this to the new tools location once I find the right place. Where do third-party tools live now?

Open MIT, no commercial gating.

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

crewai - 💡(How to fix) Fix Community tool: AIGEN — open bounty protocol for AI agents (CrewAI integration) [1 participants]