Releases: chatbotkit/python-sdk
Releases · chatbotkit/python-sdk
Release list
v0.4.0
Added
- Secret token minting and request proxying.
client.secret.mint(...)/
client.contact.secret.mint(...)mint a usable token from a secret
(oauth/jwtsecrets only; owner-only) and return{ token, expiresAt }.
client.secret.proxy(...)/client.contact.secret.proxy(...)proxy a request
through a secret — the credential is injected server-side (it never leaves the
platform) and the raw upstreamhttpx.Responseis returned verbatim. A non-2xx
status (including409 authorization_required) is returned, not raised.
What's Changed
- Release python-sdk by @pdparchitect in #6
Full Changelog: v0.3.0...v0.4.0
v0.3.0
Added
statelifecycle field on the skillset and ability resources, backed by the
newResourceStateenum (enabled/disabled). A skillset or ability can
now be toggled off without deleting it. Available on the create, update, fetch,
and list types.
What's Changed
- Release python-sdk by @pdparchitect in #5
Full Changelog: v0.2.0...v0.3.0
v0.2.0
Added
skill_serverintegration client (client.integration.skill_server) with
list,fetch,create,update, anddelete. The Skill Server
integration exposes a skillset's abilities as a text-first HTTP API.siteclient underspace(client.space.site) withlist,fetch,
create,update, anddelete, keyed by the parent space ID. A space site
binds a<label>.chatbotkit.spacesubdomain to static content served from a
space's storage.
Changed
- Re-generated types from the latest API spec, including the
aliasfield now
present across integration create/update requests.
What's Changed
- Release python-sdk by @pdparchitect in #1
- Release python-sdk by @pdparchitect in #2
- Release python-sdk by @pdparchitect in #3
- Release python-sdk by @pdparchitect in #4
New Contributors
- @pdparchitect made their first contribution in #1
Full Changelog: https://github.com/chatbotkit/python-sdk/commits/v0.2.0