CrewAI tools for web scraping and research using Olostep API
Project description
CrewAI Olostep Integration
Give your CrewAI agents the power to scrape, search, and research the web.
This package provides ready-to-use CrewAI tools that integrate with the Olostep API.
Installation
pip install crewai-olostep
Or install from source:
cd olostep-tools/integrations/crewai/crewai-olostep
pip install -e .
Quick Start
export OLOSTEP_API_KEY="your_api_key_here"
from crewai import Agent, Task, Crew
from crewai_olostep import olostep_scrape_tool, olostep_answer_tool
researcher = Agent(
role="Web Researcher",
goal="Find accurate information from the web",
tools=[olostep_scrape_tool, olostep_answer_tool],
)
task = Task(
description="Research Stripe's pricing",
expected_output="Summary of Stripe's pricing tiers",
agent=researcher
)
crew = Crew(agents=[researcher], tasks=[task])
result = crew.kickoff()
Available Tools
| Tool | Purpose |
|---|---|
olostep_scrape_tool |
Scrape single pages (markdown/HTML/text) |
olostep_batch_tool |
Process up to 10K URLs in parallel |
olostep_crawl_tool |
Crawl entire websites by following links |
olostep_sitemap_tool |
Extract all URLs from a website |
olostep_answer_tool |
AI-powered web search with structured output |
Documentation
See full documentation at docs.olostep.com/integrations/crewai
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file crewai_olostep-0.1.0.tar.gz.
File metadata
- Download URL: crewai_olostep-0.1.0.tar.gz
- Upload date:
- Size: 6.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d1ac5efef192db8256d3580464c7210d2f4a15de19f82dc0ea5adaad935f1677
|
|
| MD5 |
12b5092c1ce84a80321115fd75b837d8
|
|
| BLAKE2b-256 |
8f278ba33bf88c1051f5c2f37e5021a0eaa3d53e4a568b0d8435165ab93c8a97
|
File details
Details for the file crewai_olostep-0.1.0-py3-none-any.whl.
File metadata
- Download URL: crewai_olostep-0.1.0-py3-none-any.whl
- Upload date:
- Size: 6.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cdf022aff0a6b41f19eb780bf5a288f90e76c576d2b32d77780be95f1120ce89
|
|
| MD5 |
4affe52f30ae3a99f5d609d8cf613864
|
|
| BLAKE2b-256 |
20e2f31ea2edb23f2d7dc6fa4cddfa8f7588e2e028e370dbf328b57524ef7d12
|