crewai-stackresolve
CrewAI tools for StackResolve: web intelligence for AI agents.
Choose software for a task, compare vendors, audit agent-readiness, and pull structured company facts. One tool call instead of a search-and-scrape loop.
pip install crewai-stackresolve
Quickstart
from crewai import Agent, Task, Crew
from crewai_stackresolve import stackresolve_tools
analyst = Agent(
role="Tooling analyst",
goal="Pick the right software for a task and justify the cost",
backstory="You evaluate vendors on agent-readiness, not marketing copy.",
tools=stackresolve_tools(),
)
task = Task(
description="We need to scrape javascript-heavy sites. Recommend a tool and its cost.",
expected_output="A recommendation with the AgentReady score and current pricing.",
agent=analyst,
)
print(Crew(agents=[analyst], tasks=[task]).kickoff())
Tools
Find software for a task, Search the software registry, Compare products, Audit agent readiness, Get company facts, Get company pricing, Find competitors, Research a company.
All of them work without a key, subject to an anonymous rate limit. A free key from stackresolve.dev/developers raises it:
stackresolve_tools(api_key="ar_...") # or set STACKRESOLVE_API_KEY
Import a single tool if you do not want the whole set:
from crewai_stackresolve import StackResolveAudit
agent = Agent(role="Auditor", tools=[StackResolveAudit()])
Behavior worth knowing
Tools return readable text on failure rather than raising, so a timeout or an exhausted allowance does not end the crew's run. Output is capped at 6,000 characters and stays valid JSON when truncated.
Also available
Hosted MCP server: https://mcp.stackresolve.dev/mcp. LangChain: pip install langchain-stackresolve. LlamaIndex: pip install llama-index-tools-stackresolve.
TypeScript: npm install stackresolve.
License
MIT
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_stackresolve-0.2.0.tar.gz.
File metadata
- Download URL: crewai_stackresolve-0.2.0.tar.gz
- Upload date:
- Size: 7.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e85dd90e4333596c5ed0a5cd1416678b08028fee3e172318265686dd93b53c14
|
|
| MD5 |
50ea3cd21c4e3e69dc1bd84c44fb7f06
|
|
| BLAKE2b-256 |
469eec7721e8f2a82f6e50145fe3f042d953efdc8ed28b60c1fdd39d3954fe53
|
Provenance
The following attestation bundles were made for crewai_stackresolve-0.2.0.tar.gz:
Publisher:
publish-crewai.yml on autorevai/agentready
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
crewai_stackresolve-0.2.0.tar.gz -
Subject digest:
e85dd90e4333596c5ed0a5cd1416678b08028fee3e172318265686dd93b53c14 - Sigstore transparency entry: 2671302141
- Sigstore integration time:
-
Permalink:
autorevai/agentready@fcffd78d6dce559d5e7a839e12b6264d43098aba -
Branch / Tag:
refs/heads/main - Owner: https://github.com/autorevai
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-crewai.yml@fcffd78d6dce559d5e7a839e12b6264d43098aba -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file crewai_stackresolve-0.2.0-py3-none-any.whl.
File metadata
- Download URL: crewai_stackresolve-0.2.0-py3-none-any.whl
- Upload date:
- Size: 7.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
798fdf4a20f5b634f3c16a6ecfed6ebde92e50142e04e598434f1b74267b574e
|
|
| MD5 |
aae3749d8dadcbeb96a07d87ebbef339
|
|
| BLAKE2b-256 |
e1a0dac835145d14c7e0d42500618f17d1a6f67f88e14b6f4224a17efff8fdd4
|
Provenance
The following attestation bundles were made for crewai_stackresolve-0.2.0-py3-none-any.whl:
Publisher:
publish-crewai.yml on autorevai/agentready
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
crewai_stackresolve-0.2.0-py3-none-any.whl -
Subject digest:
798fdf4a20f5b634f3c16a6ecfed6ebde92e50142e04e598434f1b74267b574e - Sigstore transparency entry: 2671302162
- Sigstore integration time:
-
Permalink:
autorevai/agentready@fcffd78d6dce559d5e7a839e12b6264d43098aba -
Branch / Tag:
refs/heads/main - Owner: https://github.com/autorevai
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-crewai.yml@fcffd78d6dce559d5e7a839e12b6264d43098aba -
Trigger Event:
workflow_dispatch
-
Statement type: