Python SDK for the Skillet API — agentic skills and context engineering
Project description
Skillet Python SDK
Python client for the Skillet API.
Install
pip install skillet
Quickstart
from skillet import Client
client = Client(api_key="sk-...") package = client.build("Your corpus text here...")
Export to disk
package.bundle().extract_to("./my-skill")
Evaluate
report = client.evaluate(package)
Refine
result = client.refine(package, dev_tasks=[...], holdout_tasks=[...], edit_budget=3)
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file skillet_sdk-0.1.0.tar.gz.
File metadata
- Download URL: skillet_sdk-0.1.0.tar.gz
- Upload date:
- Size: 9.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c159f3f2583d3856b7981be9e95862ea6be5032a823776620cffa39c77213a71
|
|
| MD5 |
bdf48e24f62f6c5a76706b74d9bc003a
|
|
| BLAKE2b-256 |
1a50a36314e8eeec4c7f963a6fe094dc69e91cd0dc33e66ae2e10a6183456018
|
File details
Details for the file skillet_sdk-0.1.0-py3-none-any.whl.
File metadata
- Download URL: skillet_sdk-0.1.0-py3-none-any.whl
- Upload date:
- Size: 9.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b3da9bdfb0071243649847d76b7c822f726b7efb7deb6efbb845d86a27cd6f11
|
|
| MD5 |
8607315b1564d0792d58dda89d1ce703
|
|
| BLAKE2b-256 |
8a6153116fb561f9351813dcd64803e037faadc24404e46823fb92c7a0e5be44
|