An SDK for skills for the Webex Assistant.
Project description
Webex Assistant Skills SDK
The Webex Skills SDK is designed to simplify the process of creating a Webex Assistant Skill. It provides some tools that help to easily set up a template skill, deal with encryption and test the skill locally, among other things.
This is a simplified version of the documentation, for more information visit the official
Webex Assistant Skills SDK website.
Installing the SDK
This SDK supports Python 3.7
and above. If you want to be able to build
MindMeld Skills,
you will need to use Python 3.7
for compatibility with the MindMeld library.
Using pip
Create a virtual environment with Python 3.7
:
pyenv install 3.7.5
pyenv virtualenv 3.7.5 webex-skills
pyenv local webex-skills
Install using pip
:
pip install webex-skills
In order to build MindMeld Skills
you need the mindmeld
extra:
pip install 'webex-skills[mindmeld]'
Install from Source
You can install from source using Poetry
. Set up python 3.7.5 locally:
pyenv install 3.7.5
pyenv local 3.7.5
Now you can run Poetry
's install
command:
poetry install
In order to build MindMeld Skills
you need the mindmeld
extra:
poetry install --extras "mindmeld"
Building Skills
You can follow the next guides for building your first skills:
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
File details
Details for the file webex-skills-2.0.16.tar.gz
.
File metadata
- Download URL: webex-skills-2.0.16.tar.gz
- Upload date:
- Size: 26.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.13 CPython/3.7.10 Darwin/21.5.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5f00a73ad554a2186316f0434db548334f020a81ce81d0cc3914e33632a7fbf2 |
|
MD5 | cc0e0b3087956db718817d68595f43eb |
|
BLAKE2b-256 | d61a91ee433d3c9423c44ee294750f8ef190f9529febf79b6641c356348e2132 |
File details
Details for the file webex_skills-2.0.16-py3-none-any.whl
.
File metadata
- Download URL: webex_skills-2.0.16-py3-none-any.whl
- Upload date:
- Size: 35.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.13 CPython/3.7.10 Darwin/21.5.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a1bb70e1c906b8505b60f41e74808227ec5210c1e192db475d930a56c0e99b42 |
|
MD5 | b7c46fd185f6a17f0372410712cd8ac6 |
|
BLAKE2b-256 | f689ed65ec15080c7af4283f25aa9c7e102e67d863372515cd09fcec6dafd685 |