Skip to main content

LlamaIndex integration for BrowseAI Dev — verified web search with citations and confidence scores for AI agents

Project description

llamaindex-browseaidev

LlamaIndex integration for BrowseAI Dev — verified web search with citations and confidence scores for AI agents.

Installation

pip install llamaindex-browseaidev

Quick Start

from llama_index.core.agent import ReActAgent
from llama_index.llms.openai import OpenAI
from llamaindex_browseaidev import BrowseAIDevAnswerTool, BrowseAIDevSearchTool

# Create tools
answer_tool = BrowseAIDevAnswerTool(api_key="bai_xxx")
search_tool = BrowseAIDevSearchTool(api_key="bai_xxx")

# Create agent
llm = OpenAI(model="gpt-4o")
agent = ReActAgent.from_tools([answer_tool, search_tool], llm=llm, verbose=True)

# Research with verified answers
response = agent.chat("What are the latest findings on mRNA vaccine efficacy?")
print(response)

Available Tools

  • BrowseAIDevAnswerTool — Verified research with citations, confidence scores, contradiction detection
  • BrowseAIDevSearchTool — Web search returning ranked results
  • BrowseAIDevExtractTool — Extract structured claims from a URL
  • BrowseAIDevCompareTool — Compare raw LLM vs verified answer

All tools are returned as FunctionTool instances, compatible with any LlamaIndex agent.

Why BrowseAI Dev?

Unlike raw search APIs, BrowseAI Dev fact-checks results. Every answer includes per-claim verification, cross-source consensus, contradiction detection, and evidence-based confidence scores. Open source (Apache 2.0).

Links

License

Apache 2.0

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

llamaindex_browseaidev-0.1.1.tar.gz (4.1 kB view details)

Uploaded Source

Built Distribution

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

llamaindex_browseaidev-0.1.1-py3-none-any.whl (4.4 kB view details)

Uploaded Python 3

File details

Details for the file llamaindex_browseaidev-0.1.1.tar.gz.

File metadata

  • Download URL: llamaindex_browseaidev-0.1.1.tar.gz
  • Upload date:
  • Size: 4.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.13

File hashes

Hashes for llamaindex_browseaidev-0.1.1.tar.gz
Algorithm Hash digest
SHA256 1123ca96accea8c75640467f8ed0ec8f1c56f3ec692246e1012e5c48ef357941
MD5 811c6ba110e517d2456eb99eb7613e88
BLAKE2b-256 a92da718446ea0302ffc04c09ce239b31e6e8f667b698d2952477f9e28de7600

See more details on using hashes here.

File details

Details for the file llamaindex_browseaidev-0.1.1-py3-none-any.whl.

File metadata

File hashes

Hashes for llamaindex_browseaidev-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 7ad9f040ff7856bb2207ec9917d0983995779072d824f13396dfa471b7fade50
MD5 8774d37af247772cb784a0d29cf46984
BLAKE2b-256 ead66b52440d1ab0959a1f24d18a5272e45bfa87b46f19247e7376fcd2d264c6

See more details on using hashes here.

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