iii-python-sdk
Originally fromiii-hq/skills
Installation
SKILL.md
Python SDK
The async Python SDK for connecting workers to the iii engine.
Documentation
Full API reference: https://iii.dev/docs/api-reference/sdk-python
Install
pip install iii-sdk
Key Exports
| Export | Purpose |
|---|---|
register_worker(address, options?) |
Connect to the engine, returns the client |
InitOptions(worker_name, otel?) |
Connection configuration |
register_function(id, handler) |
Register an async function handler |
Related skills