Skip to content

Add Arch Tools integration: 58+ real-world API tools for CrewAI agents#346

Open
Deesmo wants to merge 1 commit intocrewAIInc:mainfrom
Deesmo:add-arch-tools-integration
Open

Add Arch Tools integration: 58+ real-world API tools for CrewAI agents#346
Deesmo wants to merge 1 commit intocrewAIInc:mainfrom
Deesmo:add-arch-tools-integration

Conversation

@Deesmo
Copy link

@Deesmo Deesmo commented Mar 18, 2026

What this adds

A complete integration example showing how to use Arch Tools with CrewAI agents.

Arch Tools gives agents 58+ real-world API tools through a single SDK:

  • 🔍 Web search & scraping
  • 💰 Live cryptocurrency prices & market data
  • 🧠 AI text generation & summarization
  • 📊 Sentiment analysis
  • 🔐 Hashing, UUIDs, email verification
  • 📷 Screenshots & OCR
  • ⚡ x402 crypto payments (pay-per-call with USDC on Base)

Files added (integrations/arch-tools-agent/):

  • main.py — Working example: research agent with 5 Arch Tools wrapped as CrewAI BaseTool subclasses
  • README.md — Setup guide, tool reference table, extension examples
  • requirements.txt — Dependencies

How it works

Each Arch Tools endpoint wraps into a CrewAI tool in ~10 lines of code. The example demonstrates the pattern with web scraping, search, crypto prices, sentiment analysis, and summarization.

Links

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant