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.33
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.33.tar.gz | 7.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| steerable_plugin_sdk-0.6.33-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 14.1 kB
Release files / steerable_plugin_sdk-0.6.33.tar.gz
| Download URL | steerable_plugin_sdk-0.6.33.tar.gz |
|---|---|
| Size | 7.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
9f9313cd879b764f2a9dfd659caf3ca35813a6387bd88d6126c30d0766d41196
|
|
BLAKE2b-256 checksum How to use checksums |
781f6a05d19648325839e6c67076fbaea9696e88c6560f6a3b21cbaea9222ed2
|
| 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.33-py3-none-any.whl
| Download URL | steerable_plugin_sdk-0.6.33-py3-none-any.whl |
|---|---|
| Size | 7.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
1f5fdf69455d9d7ec0dca07824caedbeb35ee9be8d8c6782869fb0e826998a2e
|
|
BLAKE2b-256 checksum How to use checksums |
74183599a18d9371c304a9f4fd3242332cce5b10c1874ba0ca3db1887d5cf78a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|