File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11configured_endpoints : 3
22openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/agentbase%2Fagentbase-89d6a8ac685cda7f8852372375d3cfcf973303a3f9a2427611a80612ec810bdd.yml
33openapi_spec_hash : 8d81d4a97aec02004be2289ff4a35baf
4- config_hash : 783d2127269f5b63c8633dd0e5f67fc9
4+ config_hash : 83d0e670ca234150b5b1f0656d707073
Original file line number Diff line number Diff line change 11# Agentbase Python API library
22
33<!-- prettier-ignore -->
4- [ ![ PyPI version] ( https://img.shields.io/pypi/v/agentbase.svg?label=pypi%20(stable) )] ( https://pypi.org/project/agentbase/ )
4+ [ ![ PyPI version] ( https://img.shields.io/pypi/v/agentbase-sdk .svg?label=pypi%20(stable) )] ( https://pypi.org/project/agentbase-sdk / )
55
66The Agentbase Python library provides convenient access to the Agentbase REST API from any Python 3.8+
77application. The library includes type definitions for all request params and response fields,
@@ -17,7 +17,7 @@ The full API of this library can be found in [api.md](api.md).
1717
1818``` sh
1919# install from PyPI
20- pip install agentbase
20+ pip install agentbase-sdk
2121```
2222
2323## Usage
@@ -75,7 +75,7 @@ You can enable this by installing `aiohttp`:
7575
7676``` sh
7777# install from PyPI
78- pip install agentbase[aiohttp]
78+ pip install agentbase-sdk [aiohttp]
7979```
8080
8181Then you can enable it by instantiating the client with ` http_client=DefaultAioHttpClient() ` :
Original file line number Diff line number Diff line change 11[project ]
2- name = " agentbase"
2+ name = " agentbase-sdk "
33version = " 0.0.1"
44description = " The official Python library for the agentbase API"
55dynamic = [" readme" ]
Original file line number Diff line number Diff line change 1313aiohappyeyeballs==2.6.1
1414 # via aiohttp
1515aiohttp==3.12.8
16- # via agentbase
16+ # via agentbase-sdk
1717 # via httpx-aiohttp
1818aiosignal==1.3.2
1919 # via aiohttp
2020annotated-types==0.6.0
2121 # via pydantic
2222anyio==4.4.0
23- # via agentbase
23+ # via agentbase-sdk
2424 # via httpx
2525argcomplete==3.1.2
2626 # via nox
@@ -37,7 +37,7 @@ dirty-equals==0.6.0
3737distlib==0.3.7
3838 # via virtualenv
3939distro==1.8.0
40- # via agentbase
40+ # via agentbase-sdk
4141exceptiongroup==1.2.2
4242 # via anyio
4343 # via pytest
@@ -53,11 +53,11 @@ h11==0.16.0
5353httpcore==1.0.9
5454 # via httpx
5555httpx==0.28.1
56- # via agentbase
56+ # via agentbase-sdk
5757 # via httpx-aiohttp
5858 # via respx
5959httpx-aiohttp==0.1.8
60- # via agentbase
60+ # via agentbase-sdk
6161idna==3.4
6262 # via anyio
6363 # via httpx
@@ -89,7 +89,7 @@ propcache==0.3.1
8989 # via aiohttp
9090 # via yarl
9191pydantic==2.11.9
92- # via agentbase
92+ # via agentbase-sdk
9393pydantic-core==2.33.2
9494 # via pydantic
9595pygments==2.18.0
@@ -112,14 +112,14 @@ setuptools==68.2.2
112112six==1.16.0
113113 # via python-dateutil
114114sniffio==1.3.0
115- # via agentbase
115+ # via agentbase-sdk
116116 # via anyio
117117time-machine==2.9.0
118118tomli==2.0.2
119119 # via mypy
120120 # via pytest
121121typing-extensions==4.12.2
122- # via agentbase
122+ # via agentbase-sdk
123123 # via anyio
124124 # via multidict
125125 # via mypy
Original file line number Diff line number Diff line change 1313aiohappyeyeballs==2.6.1
1414 # via aiohttp
1515aiohttp==3.12.8
16- # via agentbase
16+ # via agentbase-sdk
1717 # via httpx-aiohttp
1818aiosignal==1.3.2
1919 # via aiohttp
2020annotated-types==0.6.0
2121 # via pydantic
2222anyio==4.4.0
23- # via agentbase
23+ # via agentbase-sdk
2424 # via httpx
2525async-timeout==5.0.1
2626 # via aiohttp
@@ -30,7 +30,7 @@ certifi==2023.7.22
3030 # via httpcore
3131 # via httpx
3232distro==1.8.0
33- # via agentbase
33+ # via agentbase-sdk
3434exceptiongroup==1.2.2
3535 # via anyio
3636frozenlist==1.6.2
@@ -41,10 +41,10 @@ h11==0.16.0
4141httpcore==1.0.9
4242 # via httpx
4343httpx==0.28.1
44- # via agentbase
44+ # via agentbase-sdk
4545 # via httpx-aiohttp
4646httpx-aiohttp==0.1.8
47- # via agentbase
47+ # via agentbase-sdk
4848idna==3.4
4949 # via anyio
5050 # via httpx
@@ -56,14 +56,14 @@ propcache==0.3.1
5656 # via aiohttp
5757 # via yarl
5858pydantic==2.11.9
59- # via agentbase
59+ # via agentbase-sdk
6060pydantic-core==2.33.2
6161 # via pydantic
6262sniffio==1.3.0
63- # via agentbase
63+ # via agentbase-sdk
6464 # via anyio
6565typing-extensions==4.12.2
66- # via agentbase
66+ # via agentbase-sdk
6767 # via anyio
6868 # via multidict
6969 # via pydantic
You can’t perform that action at this time.
0 commit comments