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.2.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.2-py3-none-any.whl (10.0 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: bizverify_agents-0.2.2.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.2.tar.gz
Algorithm Hash digest
SHA256 472725c7558eba105d23be55387c2ba60d41e747e9cbd85037e9397f670f02da
MD5 ce94fc12a06f6a14d55f92647739f833
BLAKE2b-256 a862e61dd4c0ee4fd2009312f0899e4527143678314e068efe871537e4c11a3d

See more details on using hashes here.

Provenance

The following attestation bundles were made for bizverify_agents-0.2.2.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.2-py3-none-any.whl.

File metadata

File hashes

Hashes for bizverify_agents-0.2.2-py3-none-any.whl
Algorithm Hash digest
SHA256 156f73cb87ab273713c1001a318af9add6a41b0c0ae2f6d2cacc6aa89597620e
MD5 ed6726f8be1a45382e7f87d065c5f92d
BLAKE2b-256 1cda297f3e97504f33ec5ea6fbf5d994fd91da0a221a088fa1640c618f4d0df5

See more details on using hashes here.

Provenance

The following attestation bundles were made for bizverify_agents-0.2.2-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