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.35
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.35.tar.gz | 7.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| steerable_plugin_sdk-0.6.35-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 14.1 kB
Release files / steerable_plugin_sdk-0.6.35.tar.gz
| Download URL | steerable_plugin_sdk-0.6.35.tar.gz |
|---|---|
| Size | 7.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
0c9c0ee6a949f762cbe8521d3ef01781a6a192ba470e91c478b7b2bafc876395
|
|
BLAKE2b-256 checksum How to use checksums |
678a5cd582cd9df5d18b655f3f69666da2c7fd66ad88518d6ac6b7a0d35bb5f2
|
| 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.35-py3-none-any.whl
| Download URL | steerable_plugin_sdk-0.6.35-py3-none-any.whl |
|---|---|
| Size | 7.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
4a8433e95e65c132b20a26265a16be694e2f8ccd112184cd76ec847941b387fc
|
|
BLAKE2b-256 checksum How to use checksums |
37dbe63fef5140350978414d496e0b8c4149f59d21116ac6e22ce2d4a8c7391c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|