skip to content
$registry

iii worker add

discover and install workers for your iii project

$search

or scroll to browse curated picks

$overview

registry · last 7 days
workers
67
0 new today
installs / total
316,999
installs / 7d
11,755
verified authors
1
badge-holders
editor pick

iii worker addharnessconsole

the durable turn loop, live in your browser.

harness runs the durable turn loop that keeps your agents moving; console bundles the react ui and engine websocket on one port so you can inspect functions, watch triggers fire, and steer a live deployment. add both, then open the tab to see what iii is doing.

binaryiii-hq/workers
iii

$registry

20workers+
iii-streamv0.22.1
11kinstalls

Build durable streams for real-time data subscriptions.

engineiii-hq/iii
iii
iii-observabilityv0.22.1
9.6kinstalls

OpenTelemetry-based traces, metrics, logs, alerts, and sampling.

engineiii-hq/iii
iii
iii-sandboxv0.22.1
8.9kinstalls

Spawn ephemeral microVMs and expose 14 sandbox::* triggers (lifecycle + filesystem) for isolated command execution and file ops.

engineiii-hq/iii
iii
configurationv0.22.1
4kinstalls

Register, store, and watch typed configuration values for the engine.

engineiii-hq/iii
iii
queuev0.21.3
3.6kinstalls
  • macOS: arm64 · x64
  • Linux: arm64 · armv7 · x64
  • Windows: arm64 · x64 · x86

Durable function queues - registers the `durable:subscriber` trigger type and the queue/DLQ service functions.

binary
queueasyncjobs+3
iii-hq/workers
iii
statev0.22.0
3.1kinstalls
  • macOS: arm64 · x64
  • Linux: arm64 · armv7 · x64
  • Windows: arm64 · x64 · x86

Distributed key-value state management with reactive change triggers — registers the `state` trigger type and the `state::*` functions.

binarylicense: Apache-2.0
key-valuekvstate+2
iii-hq/workers
iii
cronv0.21.4
2.5kinstalls
  • macOS: arm64 · x64
  • Linux: arm64 · armv7 · x64
  • Windows: arm64 · x64 · x86

Schedule functions with cron expressions - registers the `cron` trigger type.

binary
cronscheduletimer+1
iii-hq/workers
iii
llm-routerv1.4.7
2.4kinstalls
  • macOS: arm64 · x64
  • Linux: arm64 · armv7 · x64
  • Windows: arm64 · x64 · x86

One front door + provider protocol in front of every LLM provider.

binarylicense: Apache-2.0
llmroutermodels+1
iii-hq/workers
iii
iii-directoryv1.2.1
2.2kinstalls
  • macOS: arm64 · x64
  • Linux: arm64 · armv7 · x64
  • Windows: arm64 · x64 · x86

Engine introspection (functions / triggers / workers), workers registry proxy, and filesystem-backed skill, prompt + system-prompt reader/editor.

binarylicense: Apache-2.0
introspectregistryskills+1
iii-hq/workers
iii
httpv0.21.3
1.9kinstalls
  • macOS: arm64 · x64
  • Linux: arm64 · armv7 · x64
  • Windows: arm64 · x64 · x86

Expose functions as HTTP endpoints — registers the `http` trigger type and serves matched routes.

binary
httprestapi+1
iii-hq/workers
iii
shellv0.11.0
1.5kinstalls
  • macOS: arm64 · x64
  • Linux: arm64 · armv7 · x64

Unix shell + filesystem worker — exec with denylist/timeout/output caps and background jobs; fs::ls|stat|mkdir|rm|chmod|mv|grep|sed|read|write with host jail, denylist, size caps, and sandbox-target forwarding

binarylicense: Apache-2.0
shellexecfilesystem+2
iii-hq/workers
iii
harnessv1.8.1
1.4kinstalls
  • macOS: arm64 · x64
  • Linux: arm64 · armv7 · x64
  • Windows: arm64 · x64 · x86

Thin durable turn loop that wires session-manager, context-manager, and llm-router into an agent loop; spawns sub-agents as child sessions.

binarylicense: Apache-2.0
agentharnessloop+1
iii-hq/workers
iii
session-managerv1.0.11
1.3kinstalls
  • macOS: arm64 · x64
  • Linux: arm64 · armv7 · x64
  • Windows: arm64 · x64 · x86

Durable, reactive, branching store of typed conversation entries with six emitted trigger types.

binary
sessionconversationchat+1
iii-hq/workers
iii
provider-openaiv1.2.2
1.3kinstalls
  • macOS: arm64 · x64
  • Linux: arm64 · armv7 · x64
  • Windows: arm64 · x64 · x86

OpenAI Responses provider worker with Chat Completions compatibility; implements provider::openai::stream and provider::openai::refresh_models behind llm-router.

binarylicense: Apache-2.0
llmopenairesponses+2
iii-hq/workers
iii
context-managerv1.1.1
1.3kinstalls
  • macOS: arm64 · x64
  • Linux: arm64 · armv7 · x64
  • Windows: arm64 · x64 · x86

Turns a raw conversation history plus a target model into a model-ready context — token counting, function-result pruning, and history compaction.

binary
contexttokenscompaction+2
iii-hq/workers
iii
provider-anthropicv1.2.3
1.3kinstalls
  • macOS: arm64 · x64
  • Linux: arm64 · armv7 · x64
  • Windows: arm64 · x64 · x86

Anthropic Messages API provider worker; implements provider::anthropic::stream and provider::anthropic::refresh_models behind llm-router.

binarylicense: Apache-2.0
llmanthropicclaude+2
iii-hq/workers
iii
scraplingv0.2.7
1.2kinstalls

Scrapling as an iii worker — scrapling::* functions run HTTP / anti-bot / browser fetches, CSS/XPath/regex/adaptive extraction, persistent sessions, and a declarative crawl over the iii bus.

bundlelicense: Apache-2.0
scrapingbrowsercrawler+3
iii-hq/workers
iii
iii-lspv0.1.1
910installs
  • macOS: arm64 · x64
  • Linux: arm64 · armv7 · x64
  • Windows: arm64 · x64 · x86

III Language Server — autocompletion and hover for III engine functions and triggers

binaryiii-hq/workers
iii
databasev0.5.0
901installs
  • macOS: arm64 · x64
  • Linux: arm64 · armv7 · x64
  • Windows: arm64 · x64 · x86

Talk to PostgreSQL, MySQL, and SQLite from iii — query, execute, transactions, prepared statements, and change feeds.

binarylicense: Apache-2.0
sqlsqlitepostgres+2
iii-hq/workers
iii
consolev1.9.3
723installs
  • macOS: arm64 · x64
  • Linux: arm64 · armv7 · x64
  • Windows: arm64 · x64 · x86

Web console for iii — bundles the React UI and proxies the engine WebSocket on a single port.

binarylicense: Apache-2.0
consoledashboardui+2
iii-hq/workers
iii