Research infrastructure for AI agents. This package now installs browseaidev — the updated package name for BrowseAI Dev.
Project description
browseai → browseaidev
This package has been renamed to browseaidev. All future development happens under browseaidev.
Installing browseai will automatically install browseaidev and re-export everything. Both old and new imports work.
What is BrowseAI Dev?
BrowseAI Dev is open-source research infrastructure for AI agents. It provides real-time web search with evidence-backed citations, confidence scores, and contradiction detection. Available as an MCP server, REST API, and Python SDK.
- MCP Server:
npx browseai-dev - Python SDK:
pip install browseaidev(orpip install browseai) - REST API:
https://browseai.dev/api/browse/*
Migration
# Old (still works)
pip install browseai
# New (recommended)
pip install browseaidev
# Old imports (still work via this shim)
from browseai import BrowseAI, AsyncBrowseAI
# New imports (recommended)
from browseaidev import BrowseAIDev, AsyncBrowseAIDev
Links
- Website: https://browseai.dev
- GitHub: https://github.com/BrowseAI-HQ/BrowseAI-Dev
- PyPI (new): https://pypi.org/project/browseaidev/
- npm: https://www.npmjs.com/package/browseai-dev
- Discord: https://discord.gg/ubAuT4YQsT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file browseai-0.2.1.tar.gz.
File metadata
- Download URL: browseai-0.2.1.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d88d3f451afa49a739b8187413337685ec9debd64eb6feba24b5c0193482a934
|
|
| MD5 |
f847d0d3697d7a149b5c202c97c4dddf
|
|
| BLAKE2b-256 |
900cfd7b9d99029067fa0da3d9c970e569fc3cafd62f43f0a3e39f2234367d0b
|
File details
Details for the file browseai-0.2.1-py3-none-any.whl.
File metadata
- Download URL: browseai-0.2.1-py3-none-any.whl
- Upload date:
- Size: 2.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0dfc37ccfff181f22137f8bb853399ca9c869151eb4c5fcda7e4798e98ff9844
|
|
| MD5 |
4310d676e6c2de0274a701b5310778a8
|
|
| BLAKE2b-256 |
d7fc087c8bd3671cba35bc8603dc7be36c921561bcdf4507569efac44cbabcaa
|