Skip to content

Commit 9a09664

Browse files
authored
Merge pull request #215 from Predicate-Labs/rebrand4
updated repo link
2 parents a813780 + 5d64b96 commit 9a09664

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

examples/browser-use/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Sentience + browser-use Integration
22

3-
This directory contains examples for integrating [Sentience](https://github.com/SentienceAPI/sentience-python) with [browser-use](https://github.com/browser-use/browser-use).
3+
This directory contains examples for integrating [Sentience](https://github.com/Predicate-Labs/sdk-python) with [browser-use](https://github.com/browser-use/browser-use).
44

55
## What is browser-use?
66

predicate/browser.py

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1355,3 +1355,15 @@ async def from_page(
13551355
await asyncio.sleep(0.5)
13561356

13571357
return instance
1358+
1359+
1360+
# -----------------------------------------------------------------------------
1361+
# Predicate rebrand aliases
1362+
# -----------------------------------------------------------------------------
1363+
#
1364+
# The TypeScript SDK exposes `PredicateBrowser` as an alias of `SentienceBrowser`.
1365+
# For parity (and to make docs/examples clearer), we also expose aliases here.
1366+
#
1367+
# Keep the Sentience* names for backward compatibility.
1368+
PredicateBrowser = SentienceBrowser
1369+
AsyncPredicateBrowser = AsyncSentienceBrowser

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ dependencies = [
3232
]
3333

3434
[project.urls]
35-
Homepage = "https://github.com/SentienceAPI/sentience-python"
36-
Repository = "https://github.com/SentienceAPI/sentience-python"
37-
Issues = "https://github.com/SentienceAPI/sentience-python/issues"
35+
Homepage = "https://github.com/Predicate-Labs/sdk-python"
36+
Repository = "https://github.com/Predicate-Labs/sdk-python"
37+
Issues = "https://github.com/Predicate-Labs/sdk-python/issues"
3838

3939
[project.scripts]
4040
predicate = "predicate.cli:main"

0 commit comments

Comments
 (0)