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 Verify a business entity against official government registries 1-25
search_entities Search for business entities across jurisdictions 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.1.0.tar.gz (8.3 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.1.0-py3-none-any.whl (9.3 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for bizverify_agents-0.1.0.tar.gz
Algorithm Hash digest
SHA256 cb71e2ddc5406c455b757602a55d98bb98dc462dddc965db2534d99309086f58
MD5 1e120cb0fc8ac9a1b1e2845dbb178e75
BLAKE2b-256 b02b85e4dff41b4b6e8672eab2e62ddc30d3b5575c3440af05b13f96e4433101

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for bizverify_agents-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 d729f8b6ab6fc34206f219e2dedec63dc2560babfe5c7e633aeb0f810cffe46a
MD5 1db6c8f69d5fd295e77ea2819c04caeb
BLAKE2b-256 0947c1f03b1e98451cd718e27f96ba06f0c38e6b06bdcc96ed177b0798dc716c

See more details on using hashes here.

Provenance

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