Skip to main content

LlamaIndex integration for BrowseAI Dev — research infrastructure with Grounded Intelligence 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.2.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.2-py3-none-any.whl (4.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: llamaindex_browseaidev-0.1.2.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.2.tar.gz
Algorithm Hash digest
SHA256 7be8f4a6209fa515e43544f7bf086e017a1bc2e60064fb0be59a595ada4ed4fa
MD5 f8ae805327b5a3f392c044164e74cfbd
BLAKE2b-256 c911249a2e0e74c0cf76db8748c5a9b8a725a9a7dd68f240bc5d1ed794fbb64d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for llamaindex_browseaidev-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 86a23eddd88bc194173508bc6b1e94bf68e9029fceec6763228e61901bcb9175
MD5 d1fc4338213af6b31c06a96412acb5aa
BLAKE2b-256 14e6ed93a4960a51f77d07323168cd13ff9eaf05c7e3b71ee8fe9aa1b0912a3f

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