$registry / leaderboard
leaderboard
20+ workersranked by total installs across the registry. switch to 7d for recent momentum.
01152,877+27.4%0240,441+27.4%0310,560+186.4%049,290+27.8%059,128+28.4%069,017+24.1%078,647-55%087,678+25%091,071+21.3%10831+60.1%11753+60%12465-10.4%13391-55.6%14353-36.1%15350-8.5%16312+3.5%17296+5.4%18283-3.7%19282-10.7%20279+24.6%
iii-http
Expose functions as HTTP endpoints.
iii-state
Distributed key-value state management with reactive change triggers.
iii-queue
Async job processing with named queues, retries, and dead-letter support.
iii-stream
Build durable streams for real-time data subscriptions.
iii-pubsub
Topic-based publish/subscribe messaging for real-time event distribution.
iii-cron
Schedule functions with cron expressions.
iii-observability
OpenTelemetry-based traces, metrics, logs, alerts, and sampling.
iii-sandbox
Spawn ephemeral microVMs and expose 14 sandbox::* triggers (lifecycle + filesystem) for isolated command execution and file ops.
iii-directory
Engine introspection (functions / triggers / workers), workers registry proxy, and filesystem-backed skill + prompt reader.
configuration
Register, store, and watch typed configuration values for the engine.
iii-lsp
III Language Server — autocompletion and hover for III engine functions and triggers
llm-router
One front door + provider protocol in front of every LLM provider.
database
Talk to PostgreSQL, MySQL, and SQLite from iii — query, execute, transactions, prepared statements, and change feeds.
harness
Thin durable turn loop that wires session-manager, context-manager, and llm-router into an agent loop; spawns sub-agents as child sessions.
shell
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
session-manager
Durable, reactive, branching store of typed conversation entries with six emitted trigger types.
provider-openai
OpenAI Responses provider worker with Chat Completions compatibility; implements provider::openai::stream and provider::openai::refresh_models behind llm-router.
context-manager
Turns a raw conversation history plus a target model into a model-ready context — token counting, function-result pruning, and history compaction.
provider-anthropic
Anthropic Messages API provider worker; implements provider::anthropic::stream and provider::anthropic::refresh_models behind llm-router.
console
Web console for iii — bundles the React UI and proxies the engine WebSocket on a single port.