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.42
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.42.tar.gz | 7.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| steerable_plugin_sdk-0.6.42-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 14.2 kB
Release files / steerable_plugin_sdk-0.6.42.tar.gz
| Download URL | steerable_plugin_sdk-0.6.42.tar.gz |
|---|---|
| Size | 7.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
3bb0c63eec7b52e7b9863979bdeafc230f6b423e26db04ed83e34dacd7ccb9e2
|
|
BLAKE2b-256 checksum How to use checksums |
845ae1cf6f5f956e33d2762d8ef4a3b71afa3515813136f1bc11a4b19f58236e
|
| 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.42-py3-none-any.whl
| Download URL | steerable_plugin_sdk-0.6.42-py3-none-any.whl |
|---|---|
| Size | 7.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
d68ac9f3e8df90b5926100c3e6e18ed966fc564314e82840571abb2126e6b71f
|
|
BLAKE2b-256 checksum How to use checksums |
9fe8368ee967eaac6e72014bf61a4ad1fd45f82ac8080443a5d5552a8c383ee7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|