File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed
Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -72,11 +72,11 @@ jobs:
7272 tag_name : v${{ steps.version.outputs.version }}
7373 name : Release v${{ steps.version.outputs.version }}
7474 body : |
75- Release v${{ steps.version.outputs.version }} of sentience-python
75+ Release v${{ steps.version.outputs.version }} of sentienceapi
7676
7777 ## Installation
7878 ```bash
79- pip install sentience-python ==${{ steps.version.outputs.version }}
79+ pip install sentienceapi ==${{ steps.version.outputs.version }}
8080 ```
8181 draft : false
8282 prerelease : false
Original file line number Diff line number Diff line change @@ -5,7 +5,8 @@ The SDK is open under ELv2; the core semantic geometry and reliability logic run
55## Installation
66
77``` bash
8- pip install -e .
8+ # Install from PyPI
9+ pip install sentienceapi
910
1011# Install Playwright browsers (required)
1112playwright install chromium
@@ -16,6 +17,11 @@ pip install anthropic # For Claude models
1617pip install transformers torch # For local LLMs
1718```
1819
20+ ** For local development:**
21+ ``` bash
22+ pip install -e .
23+ ```
24+
1925## Quick Start: Choose Your Abstraction Level
2026
2127Sentience SDK offers ** three abstraction levels** - use what fits your needs:
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ requires = ["setuptools>=61.0", "wheel"]
33build-backend = " setuptools.build_meta"
44
55[project ]
6- name = " sentience-python "
6+ name = " sentienceapi "
77version = " 0.90.0"
88description = " Python SDK for Sentience AI Agent Browser Automation"
99readme = " README.md"
You can’t perform that action at this time.
0 commit comments