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.30
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.30.tar.gz | 7.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| steerable_plugin_sdk-0.6.30-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 14.1 kB
Release files / steerable_plugin_sdk-0.6.30.tar.gz
| Download URL | steerable_plugin_sdk-0.6.30.tar.gz |
|---|---|
| Size | 7.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
61f26ce86d4c7493bad35d68011a9cf6e08381b929628ca1729a11278e836d3e
|
|
BLAKE2b-256 checksum How to use checksums |
61dca8d977ff203897782e22cd6b5f9dd19879a7db633004cc817b5457ee92bd
|
| 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.30-py3-none-any.whl
| Download URL | steerable_plugin_sdk-0.6.30-py3-none-any.whl |
|---|---|
| Size | 7.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
c136a9fe32b278055dd96171552cc7ca9476497813a28ff91324c8ac7986ea62
|
|
BLAKE2b-256 checksum How to use checksums |
22e4cca43f8a8fd1990cb7c6db8011d99304cfcb7ae2b028b0806e1ec1c7b04e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|