Skip to main content

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

Project description

crewai-browseaidev

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

Installation

pip install crewai-browseaidev

Quick Start

from crewai import Agent, Task, Crew
from crewai_browseaidev import BrowseAIDevAnswerTool, BrowseAIDevSearchTool

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

# Create a research agent
researcher = Agent(
    role="Research Analyst",
    goal="Provide accurate, evidence-backed research",
    backstory="You are a meticulous researcher who verifies every claim.",
    tools=[answer_tool, search_tool],
)

# Create a task
task = Task(
    description="Research the current state of quantum computing",
    expected_output="A verified summary with citations and confidence scores",
    agent=researcher,
)

# Run
crew = Crew(agents=[researcher], tasks=[task])
result = crew.kickoff()

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

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

crewai_browseaidev-0.1.1.tar.gz (4.6 kB view details)

Uploaded Source

Built Distribution

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

crewai_browseaidev-0.1.1-py3-none-any.whl (4.8 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for crewai_browseaidev-0.1.1.tar.gz
Algorithm Hash digest
SHA256 c747167cef52d6d639689887206675fdae920002adc58c8d0276683aa11ca025
MD5 9b7c8b529cbeff9b2cf950e9205da441
BLAKE2b-256 c3eed764b8ea70224267cef188fc3406307801f9dde18e6e7fe4ee59ed0539af

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for crewai_browseaidev-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 d385e8e9340c2e835356e62261fdb76204366f07a9627ab9a67da6d46b0fab32
MD5 3230ffda9486a13de8a9de9a548e3f09
BLAKE2b-256 28b9b0c94bb4c1efccacf22ad92a1a459ec16339205238f563cd31efaf40cf9a

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