Skip to main content

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

crewai_stackresolve-0.1.0.tar.gz (7.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

crewai_stackresolve-0.1.0-py3-none-any.whl (7.7 kB view details)

Uploaded Python 3

File details

Details for the file crewai_stackresolve-0.1.0.tar.gz.

File metadata

  • Download URL: crewai_stackresolve-0.1.0.tar.gz
  • Upload date:
  • Size: 7.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for crewai_stackresolve-0.1.0.tar.gz
Algorithm Hash digest
SHA256 8361d2b13a3516516a4b756412838f52a4506a05775a0834665837dee6a3463f
MD5 ea348bf1388b55a818d688505e13cc2e
BLAKE2b-256 19632287ded362674355b6a70b54d16ba247ff3c103de0cc41e00abe5eeb4793

See more details on using hashes here.

Provenance

The following attestation bundles were made for crewai_stackresolve-0.1.0.tar.gz:

Publisher: publish-crewai.yml on autorevai/agentready

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file crewai_stackresolve-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for crewai_stackresolve-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 58f01a4a696c610b8bc1d8f20f260a392f3f2779c732a69f19f868ff1232e94a
MD5 3056b7f068e03a2c7ced9d074da7bb93
BLAKE2b-256 b8cb04fa91751c23436f7c25499eb58a156c7ccb51627f85818c7aa80719ed9b

See more details on using hashes here.

Provenance

The following attestation bundles were made for crewai_stackresolve-0.1.0-py3-none-any.whl:

Publisher: publish-crewai.yml on autorevai/agentready

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

0.2.0

2 files

This release

0.1.0 This release

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page