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.2.0.tar.gz (7.8 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.2.0-py3-none-any.whl (7.8 kB view details)

Uploaded Python 3

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

Hashes for crewai_stackresolve-0.2.0.tar.gz
Algorithm Hash digest
SHA256 e85dd90e4333596c5ed0a5cd1416678b08028fee3e172318265686dd93b53c14
MD5 50ea3cd21c4e3e69dc1bd84c44fb7f06
BLAKE2b-256 469eec7721e8f2a82f6e50145fe3f042d953efdc8ed28b60c1fdd39d3954fe53

See more details on using hashes here.

Provenance

The following attestation bundles were made for crewai_stackresolve-0.2.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.2.0-py3-none-any.whl.

File metadata

File hashes

Hashes for crewai_stackresolve-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 798fdf4a20f5b634f3c16a6ecfed6ebde92e50142e04e598434f1b74267b574e
MD5 aae3749d8dadcbeb96a07d87ebbef339
BLAKE2b-256 e1a0dac835145d14c7e0d42500618f17d1a6f67f88e14b6f4224a17efff8fdd4

See more details on using hashes here.

Provenance

The following attestation bundles were made for crewai_stackresolve-0.2.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

This release

0.2.0 This release

2 files

0.1.0

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