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