Skip to main content

BizVerify tool wrappers for LLM agent frameworks — LangChain, CrewAI

Project description

bizverify-agents

BizVerify tool wrappers for LLM agent frameworks. Provides ready-to-use tools for LangChain and CrewAI that call the BizVerify business verification API.

Installation

# LangChain
pip install bizverify-agents[langchain]

# CrewAI
pip install bizverify-agents[crewai]

# Both
pip install bizverify-agents[langchain,crewai]

Authentication

Set your API key as an environment variable:

export BIZVERIFY_API_KEY="bv_live_..."

Or pass it directly:

tools = BizVerifyTools(api_key="bv_live_...")

Get an API key at bizverify.co -- new accounts receive 50 free credits.

Usage

LangChain

from bizverify_agents.langchain import BizVerifyTools

tools = BizVerifyTools().get_tools()

# Use with any LangChain agent
from langchain.agents import AgentExecutor, create_tool_calling_agent
agent = create_tool_calling_agent(llm, tools, prompt)
executor = AgentExecutor(agent=agent, tools=tools)
executor.invoke({"input": "Verify Acme Corp in Florida"})

CrewAI

from bizverify_agents.crewai import BizVerifyTools

tools = BizVerifyTools().get_tools()

# Use with any CrewAI agent
from crewai import Agent
agent = Agent(
    role="Business Analyst",
    tools=tools,
    goal="Verify business registrations",
)

Available Tools

Tool Description Credits
verify_business Confirm a specific named business — existence, status, good standing, details — in one jurisdiction (quick or deep tier) 1-25
search_entities Discover/list candidate businesses when the exact entity is unknown 2/jurisdiction
check_job_status Poll an async verification job Free
get_entity Retrieve cached entity data by ID Free
get_entity_history Get historical verification snapshots 1
get_account Returns account details and credit balance Free
get_config Returns supported jurisdictions, pricing, and features Free
list_jurisdictions Returns all jurisdictions with capabilities and status Free
purchase_credits Creates a Stripe checkout session for credit purchase Free

Links

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bizverify_agents-0.2.1.tar.gz (9.2 kB view details)

Uploaded Source

Built Distribution

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

bizverify_agents-0.2.1-py3-none-any.whl (10.0 kB view details)

Uploaded Python 3

File details

Details for the file bizverify_agents-0.2.1.tar.gz.

File metadata

  • Download URL: bizverify_agents-0.2.1.tar.gz
  • Upload date:
  • Size: 9.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for bizverify_agents-0.2.1.tar.gz
Algorithm Hash digest
SHA256 a40d401014f2542f1f3f4cffe5081505d5667958a7a3263fa014c622e5ef2034
MD5 e45a83278959e618ed1c47f71a4944de
BLAKE2b-256 1baf1e200152e611caf6f529e80f9b95306da8db2af95397e8df7c74c4d01eb1

See more details on using hashes here.

Provenance

The following attestation bundles were made for bizverify_agents-0.2.1.tar.gz:

Publisher: publish.yml on BizVerify/bizverify-agents

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

File details

Details for the file bizverify_agents-0.2.1-py3-none-any.whl.

File metadata

File hashes

Hashes for bizverify_agents-0.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 c600ec5b8092905ddeae9e40be195f8c102e9087f7df9670dd8f458bafe006a5
MD5 c7e30a26870103e063bf3e1ebdc79e67
BLAKE2b-256 4a9a4a2eff6ecca397ee2863d6fbbef475c4c55c8f80c148ceba544f4a22ca74

See more details on using hashes here.

Provenance

The following attestation bundles were made for bizverify_agents-0.2.1-py3-none-any.whl:

Publisher: publish.yml on BizVerify/bizverify-agents

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

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page