iii worker
discover and install workers for your iii project
featured
top by downloadsExpose functions as HTTP endpoints.
Distributed key-value state management with reactive change triggers.
OpenTelemetry-based traces, metrics, logs, alerts, and sampling.
Queue worker for async job processing with named queues, retries, and dead-letter support.
Build durable streams for real-time data subscriptions.
Topic-based publish/subscribe messaging for real-time event distribution.
Schedule functions with cron expressions.
Spawn ephemeral microVMs and expose 14 sandbox::* triggers (lifecycle + filesystem) for isolated command execution and file ops.
Connect to another iii instance over iii-sdk to expose and forward functions.
registry
Expose functions as HTTP endpoints.
Distributed key-value state management with reactive change triggers.
OpenTelemetry-based traces, metrics, logs, alerts, and sampling.
Queue worker for async job processing with named queues, retries, and dead-letter support.
Build durable streams for real-time data subscriptions.
Topic-based publish/subscribe messaging for real-time event distribution.
Schedule functions with cron expressions.
Spawn ephemeral microVMs and expose 14 sandbox::* triggers (lifecycle + filesystem) for isolated command execution and file ops.
Connect to another iii instance over iii-sdk to expose and forward functions.
- macOS: arm64 · x64
- Linux: arm64 · armv7 · x64
- Windows: arm64 · x64 · x86
III engine image resize worker (JPEG/PNG/WebP, EXIF orient, scale-to-fit / crop-to-fit)
- macOS: arm64 · x64
- Linux: arm64 · armv7 · x64
- Windows: arm64 · x64 · x86
Anthropic Messages API streaming provider; exposes provider::anthropic::complete on the iii bus.
- macOS: arm64 · x64
- Linux: arm64 · armv7 · x64
- Windows: arm64 · x64 · x86
Model capabilities knowledge base under models::* (list/get/supports/register).
- macOS: arm64 · x64
- Linux: arm64 · armv7 · x64
- Windows: arm64 · x64 · x86
Hook subscriber on agent::before_function_call that blocks calls whose function id matches a configured denylist.
- macOS: arm64 · x64
- Linux: arm64 · armv7 · x64
- Windows: arm64 · x64 · x86
Per-session inbox (session-inbox::push, drain, peek) backed by iii state.
- macOS: arm64 · x64
- Linux: arm64 · armv7 · x64
- Windows: arm64 · x64 · x86
OpenAI Chat Completions; registers provider::openai::complete on the iii bus.
- macOS: arm64 · x64
- Linux: arm64 · armv7 · x64
- Windows: arm64 · x64 · x86
Hook subscriber on agent::before_function_call that pauses function calls listed in approval_required until the UI resolves them via approval::resolve.
- macOS: arm64 · x64
- Linux: arm64 · armv7 · x64
- Windows: arm64 · x64 · x86
Provider credential vault under auth::* — API keys and OAuth tokens.
- macOS: arm64 · x64
- Linux: arm64 · armv7 · x64
- Windows: arm64 · x64 · x86
router::stream_assistant provider router plus router::abort and router::push_steering / push_followup helpers.
- macOS: arm64 · x64
- Linux: arm64 · armv7 · x64
- Windows: arm64 · x64 · x86
Durable run::start state machine driving each agent turn through provisioning, assistant, tools, steering, and tearing-down.
- macOS: arm64 · x64
- Linux: arm64 · armv7 · x64
- Windows: arm64 · x64 · x86
Reusable publish-collect primitive (hook-fanout::publish_collect) — fans an event to subscribers and collects merged replies.