Steerable Plugin SDK
Pure-Python plugin authoring surface for Steerable tools. This package does
not depend on steerable-agent-runtime or its native CoreLoop wheel.
from steerable_plugin_sdk import tool
def register(router):
@tool(router=router, description="Greet by name")
async def greet(name: str) -> str:
return f"hello {name}"
Packaged plugins publish register through the steerable.tools entry-point
group. LocalPluginRouter is the plugin-host registry; PluginHostRpcClient
and RpcRouterProxy bridge its descriptors and invocations to a sidecar
router.
Release files for steerable-plugin-sdk 0.6.38
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| steerable_plugin_sdk-0.6.38.tar.gz | 7.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| steerable_plugin_sdk-0.6.38-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 14.1 kB
Release files / steerable_plugin_sdk-0.6.38.tar.gz
| Download URL | steerable_plugin_sdk-0.6.38.tar.gz |
|---|---|
| Size | 7.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
d45742de249febff25745084dff7423bbda830d7e8c39aa6d09b6acdb1512525
|
|
BLAKE2b-256 checksum How to use checksums |
253a31acc647969b32096a4c6c9d82f1b113617ce403fb7ac394b57aa824bc80
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Release files / steerable_plugin_sdk-0.6.38-py3-none-any.whl
| Download URL | steerable_plugin_sdk-0.6.38-py3-none-any.whl |
|---|---|
| Size | 7.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
09e27948058beb8c5716795763b51af73e8bd0d56f4404c6526d01309ac09f3c
|
|
BLAKE2b-256 checksum How to use checksums |
83b9c017dc7aa5ddf1dae0f6773ad48bd0df9d746820037600f64961b5d89373
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|